Replies: 1 comment
-
In your gist here, calling All ESP32 targets support custom assignable Serial Tx and Rx pins. 10 Hz telemetry updates should be fine. That's what I tested CFA on in the Telemetry Example Sketch. Calling the |
Beta Was this translation helpful? Give feedback.
-
Hello !
I'm playing with an ESP32C3 and this library. I'm using serial 1 for CRSF. The receiver part worked first-try and i've flown a plane several time with this setup as the receiving end -- it works flawlessly. However, I can't get any telemetry back. I do get the receiver's telemetry (
1RSS
,2RSS
, and so on) but my calls totelemetryWriteBattery
do not seem to send anything back.Checklist :
telemetryWriteBattery
fromloop()
, fromloop()
but withmillis()
-based timing to limit the rate to 10Hz, and fromonReceiveRcChannels
Repro (or is it ? Maybe i'm just stupid)
Thanks for the feedback on this one !
Beta Was this translation helpful? Give feedback.
All reactions