How to transmitt ESC Telemetry Data through a PWM link.
22 views
Skip to first unread message
Olivier ADLER
unread,
Apr 29, 2013, 6:41:30 PM4/29/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to drones-...@googlegroups.com
I've found this very interesting to transmitt telemetry Data from an ESC to the RC receiver.
The protocol is quite simple, it does transmitt a telemetry value after each PWM pulse. There are 12 differents telemetry values.
The receiver (or flight control board) need to put the PWM line in high impendance mode after each PWM pulse so that the ESC can pull the line to create a short telemetry pulse after each PWM pulse. Then this one can be measured at the other side.
The advantage is that no dedicated telemetry bus is necessary and a single wire is enough to transmitt PWM pulses and telemetry data at the same time.
Decoding this would be difficult i think for the APM, but there should be no problem with the PX4.