...
According to SiK Manual, RFD900 has:
TX pin that is UART
which protocol?
GPIOs
Digital
ADC
PWM capable
“Mavlink radio status reporting”, including local RSSI and remote RSSI
So the RFD900 can use Mavlink serial protocol for RSSI reporting
Can be configured by AT commands (use RT commands for remote modem):
you can send AT commands to get RSSI report
If the report goes to CLI, would calling the AT commands in a shell script and reading the rssi from there be a viable solution?
RFD900 uses PPM, but do we ever directly deal w/ the PPM, or does it get converted to a serial protocol first by the RFD900?
RFD900 carries RC PPM and Mavlink telemetry at the same time, so either or can be chosen
Can RSSI come through the RC PPM?
...