sbus icon indicating copy to clipboard operation
sbus copied to clipboard

Arduino and CMake library for communicating with SBUS receivers and servos.

Results 10 sbus issues
Sort by recently updated
recently updated
newest added

Found a way to get the library to work on the Arduino Nano 33 BLE. By default the UART on the NRF52 does not support custom baud rates or UART...

I'm not getting it to work on seeeduino XIAO. In the mega 2560 microcontroller it worked correctly, I decided to change the uC and even after many attempts to change...

this lib work well for ESP32 use two hardware Serial,but this time I want to use ESP8266 to handle sbus data, UART0 for code download and SBus RX, and Debug...

When running esp32 on the arduino ide and using this library, an error occurred. Below is a screenshot of the error prompt. Please help identify and fix the problem.

Just realized the version available to people through Arduino IDE doesn't include the compiler warning fixes as those are 2 weeks after the last version revision. Please release a new...

Add support for 24 channel SBUS, which looks like it might not be a simple extension of the 16 channel version: https://github.com/iNavFlight/inav/issues/9141

Hello, thank you for your hard work. I am trying to set up a D8 protocol receiver with a NANO. I would like to use SoftwareSerial, so as to debug...

I'm not having any luck with an Arduino Mega and the sample code. I'm using an inverter that has worked with an MKR1010 and I'm have RX pinned to 17...

I have a FC Skystars F405 HD2 connected with a ESP32 (Arduino) by a serial link (100kbauds, parity even, 2 stop bits, inverted). 25 bytes are sent, starting with byte...

I have Tandem X18 and it's possible to use 24 channels instead of 16/17/18. Do anyone have an idea how to get values from 24th byte?