BrushlessPower

Results 33 comments of BrushlessPower

The Sensor Values are separated in Slots. Every Slot has 2 Bytes of Data A Temperature Sensor needs 2 Slots A GPS Sensor needs 8 Slots So you need to...

ok, i will try to do it this week and will upload it just to be clear: you will use ESP32?

ESP32 would be much easier for me, because i have the Serial for Debugging (and you will need it too) Arduino with ESP32 is very easy. You just have to...

so i was able to change the library to save the Raw Telemetry Data to a buffer actual i'am just print that buffer on Serial here is the output (in...

[SBUS2.zip](https://github.com/BrushlessPower/SBUS2-Telemetry/files/6854793/SBUS2.zip) So here is a very first Solution. The Example sends RPM on Slot1 with 600RPM and Read it back you should be able to reduce that sketch down to...

you can use every GPIO pin for RX and TX in the Example i have used 25 and 26. And GPIO 16 is used for Oscilloscope to see the USART...

you cant run it without active TX. Futaba RX (R7003 and R7008) doesn't send SBUS Frames until the TX is active. When you switch off the TX, the SBUS Frame...

what you could do on Serial1 -> Debugging on Serial2 -> My SBUS2 Library on Serial3 ->Bolderflight SBUS Library for sending SBUS Frames (no idea if it will will work...

> does your lib support this? No. Because every Transmit (Telemetry Data) is controlled by Timer Interrupt. It could be possible to change it.....but i'am not sure how to do...

i have no example SBUS is documented. You just have to search for it Boldeflights SBUS Library is doing exactly what you want and gives many informations. its an easy...