tbs-fpv / freedomtx

FreedomTX custom firmware for Transmitters
GNU General Public License v2.0
60 stars 8 forks source link

Arduino support for ELRS Telemetry #27

Open CarlouT opened 1 year ago

CarlouT commented 1 year ago

I know this is a big request but since telemetry devices for Arduino is still limited at the moment because it has to be added to the hardware and manufactuers has only supported VBat, GPS and sometimes a barometer, I would like to request for the following: Is it possible to use an Arduino board to collect the data of sensors (i.e. battery voltage and current, GPS, Barometer, RPM etc.) and then send the telemetry data via the Tx of the Arduino connected to the Rx of the receiver. If possible, kindly provide a library that can be used to read/process and transmit the data. Proposal

kamik2 commented 1 year ago

as the quickest solution, you can get the matek boards which provide voltage, current, baro (only baro altitude, but nor rise/sink rate for vario), and PWM outputs

CarlouT commented 1 year ago

as the quickest solution, you can get the matek boards which provide voltage, current, baro (only baro altitude, but nor rise/sink rate for vario), and PWM outputs

Yup I have the MATEKSYS EXPRESSLRS/ELRS 2.4GHZ Vario Receiver ELRS-R24-V ESP8285 SX1281. But it look like this board was designed for gliders. I need a receiver for a petrol plane henc I m ade this request if possible. But thanks for your advise.

kamik2 commented 1 year ago

sounds like you also need a fuel sensor. maybe the openXsensor project is what you are looking for.

Not sure if the CRSF implementation is already done or under development

-edit- I linked to the newer version which supports crsf

CarlouT commented 1 year ago

Wow, I've read the functionality of openXsensor. It's packed with features. Thanks for sharing. My only problem is its beyond my skill. I will try to go through the youtube videos and see if I can follow. Thanks.