|
|
3 سال پیش | |
|---|---|---|
| RemoteIDModule | 3 سال پیش | |
| libraries | 3 سال پیش | |
| modules | 3 سال پیش | |
| .gitignore | 3 سال پیش | |
| .gitmodules | 3 سال پیش | |
| README.md | 3 سال پیش | |
| add_libraries.sh | 3 سال پیش | |
| regen_headers.sh | 3 سال پیش |
This is an implementation of a MAVLink and DroneCAN OpenDroneID transmitter. It aims to provide a transmitter solution for the FAA standard RemoteID requrement.
So far the only hardware that has been tested is the ESP32-S3. This devboard is being used: https://au.mouser.com/ProductDetail/356-ESP32S3DEVKTM1N8
Hardware from https://wurzbachelectronics.com/ and https://bluemark.io/ is expected to work and will be tested soon.
The pins assumed in this firmware are:
For CAN a suitable 1MBit bxCAN transceiver needs to be connected to the CAN TX/RX pins.
This firmware supports communication with an ArduPilot flight controller either using MAVLink or DroneCAN.
For MAVLink the following service is used: https://mavlink.io/en/services/opendroneid.html
For DroneCAN the following messages are used: https://github.com/dronecan/DSDL/tree/master/dronecan/remoteid
The DroneCAN messages are an exact mirror of the MAVLink messages to make a dual-transport implementation easy.
A pull-request with support for both MAVLink and DroneCAN is here:
https://github.com/ArduPilot/ardupilot/pull/21075
Many thanks to the great work by:
This firmware builds on their work.