@iter wrote:
I have 4 airframes with working FrSky/yaapu telemetry. All 4 use STM32 UCs. I’m building a new setup around a Beaglebone Blue. Most of the functionality is working, but I’m failing to bring up yaapu telemetry. I built from plane4.0 branch, tag Arduplane-stable).
I’m using a 232 cable from Amazon. The cable is good (tested on F405). I have it plugged into UART01. UART01 and its corresponding port assignment to
SERIAL2
(-D /dev/ttyO1
) work. If I connect a GPS to UART01 and set SERIAL2_PROTOCOL,5, I get GPS data. When I’m trying to get yaapu telemetry on this port, I set SERIAL2_PROTOCOL to 10.This is the trace I get. The receiver seems to be polling every 12 milliseconds, but BBBL responds only to id 0x00:
Here’s a zoom on the response:
For reference, here’s the same trace from an F405 WING, where yaapu telementry is working correctly, and the uC responds to many of the messages:
Posts: 1
Participants: 1