Any intentions on adding converting Futaba SBUS2 to Frsky S-Port
more Sensors and ESC talking only SBUS2. For ex. D-Power AVICON PRO Is there a possibility to convert the telemtrie data to S-Port? using SBUS2 as sensor and S-Port as the target protocol
Regards Doro
It can be done. We need to read the communications between the esc and the receiver.
In msrc_gui receiver protocol select Serial monitor with the following parameters:
- Baudrate: 100000
- Stop bits: 2
- Parity: even
- Inverted: true (checked)
Post msrc_gui log output.
Make the following circuit:
sorry i have no SBUS2 RX
the SBUS2 is well documented https://sites.google.com/site/sbus2diy/futaba-sbus2-%D0%BF%D1%80%D0%BE%D1%82%D0%BE%D0%BA%D0%BE%D0%BB/sbus2-protocol-%D0%BF%D1%80%D0%BE%D0%B4%D0%BE%D0%BB%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5
here is a libery https://github.com/BrushlessPower/SBUS2-Telemetry hope this is helpfull
the SBUS2 is well documented
Yes, I used that link to develop telemetry for SBUS2 protocol.
But things get more complicated with an ESC talking to SBUS2, because probably I'll need to transform PWM throttle channel (at least) to SBUS2 format, the send channels in SBUS2 format to the ESC, then read the telemetry from ESC and transform to other protocols (smartport and others). This seems to be difficult without reading the SBUS2 serial between ESC and receiver. Otherwise I'll need to make few assumptions that may make difficult this development. If I have an example of it, it would make things easier. Note that SBUS2 telemetry has to be sent between SBUS2 channel packets from the receiver.