DzikuVx / QmuBeacon

Recovery beacon for lost UAVs
Mozilla Public License 2.0
14 stars 4 forks source link

Enhancements / ideas for an iNAV ESP32 companion module #2

Open nikil511 opened 5 years ago

nikil511 commented 5 years ago

take advantage of the FC connection to:

only problem with above ideas that a low cost FC will probably not have any spare UART.... but now that you have an ESP32 on the drone, you could create "Serial HUB"
i.e. have a few serial (wrapper) UART ports on ESP32 that combine GPS / SmartAudio / Telemetry etc and connect to only one UART of the FC. Could be ESP32 native or softserial

So you are essentially multiplexing multiple UARTs in to one, and this would require a modification to iNAV to demultiplex, but opens up many possibilities. (?)

DzikuVx commented 5 years ago

Yes, this is also planned to get telemetry from flight controller