Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common: Add Currawong-ECU/PiccoloCAN EFI #4693

Merged
merged 1 commit into from
Oct 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions common/source/docs/common-efi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The following units have been tested and are supported:
- NWPMU CAN bus
- Lutan Serial
- DroneCAN (adapted versions of the above serial units)
- PiccoloCAN (`Currawong's ECU <https://www.currawong.aero/ecu/>`__ and `IntelliJect EFI <https://power4flight.com/uav-engine-products/uav-engine-control-units/intelliject-efi/>`__)

Serial Setup
============
Expand Down Expand Up @@ -49,6 +50,17 @@ For the example below, the unit will be assumed to be attached to the first CAN
- :ref:`CAN_P1_DRIVER<CAN_P1_DRIVER>` = 1 (first driver)
- :ref:`CAN_D1_PROTOCOL<CAN_D1_PROTOCOL>` = 1 (DroneCAN)

PiccoloCAN Setup
================

For the example below, the unit will be assumed to be attached to the first CAN port.

- :ref:`EFI_TYPE<EFI_TYPE>` = 6 (Currawong-ECU)
- :ref:`EFI_FUEL_DENS<EFI_FUEL_DENS>`: Fuel density to calculate fuel consumption
- :ref:`CAN_P1_DRIVER<CAN_P1_DRIVER>` = 1 (first driver)
- :ref:`CAN_D1_PROTOCOL<CAN_D1_PROTOCOL>` = 4 (PiccoloCAN)
- :ref:`CAN_D1_PC_ECU_ID<CAN_D1_PC_ECU_ID>`: Node ID to send throttle commands to

Displaying EFI telemetry in Mission Planner
===========================================

Expand Down