issues Search Results · repo:bolderflight/sbus language:C++
Filter by
62 results
(68 ms)62 results
inbolderflight/sbus (press backspace or delete to remove)I would like to find open source to run Futaba S.BUS protocol on Ubuntu. Does sbus project support Ubuntu?
snowuyl
- 2
- Opened on Feb 14
- #83
I m trying to receive the SBUS signal from a Radiolink AT10II/R6DS RC system, on an Arduino GIGA R1 WiFi. For now, I do
not get any data.
The Arduino GIGA R1 WiFi is STM32H747XI. I guess it has the inverted ...
npf
- 2
- Opened on Jan 16
- #82
Hi Hi, I tested the library and code with a few devices, including 2 ELRS RX (Happymodel EPW6, Matek R24-P6), flysky
FS-iA10B, and a ToolkitRC MC8, however, I just can t get any reading with a Futaba R7003SB. ...
ongbh
- 4
- Opened on Oct 28, 2024
- #79
#include sbus.h
bfs::SbusTx sbus_tx( Serial,D0,D1,1);
bfs::SbusData data;
void setup() { Serial.begin(115200); while (!Serial) {} sbus_tx.Begin(); }
void loop () {
sbus_tx.data(data);
/* Write the ...
ivan3612
- 2
- Opened on Oct 7, 2024
- #78
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 info output in a softwareSerial, build ok, but ...
lsors
- 2
- Opened on Jan 21, 2024
- #77
Compiling code with std::array I get the following error:
error: array in namespace std does not name a template type
Please adivise as to how to get around this error. Thanks in advance!
swampd32618
- 2
- Opened on Jan 19, 2024
- #76
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 revision thanks! ...
MoveElectricMobility
- 2
- Opened on Jan 16, 2024
- #75
Here are the following warnings to fix please:
c:\Users\chris\OneDrive\Documents\Arduino\libraries\Bolder_Flight_Systems_SBUS\src\sbus.cpp: In member function bool
bfs::SbusRx::Parse() :
c:\Users\chris\OneDrive\Documents\Arduino\libraries\Bolder_Flight_Systems_SBUS\src\sbus.cpp:112:68: ...
MoveElectricMobility
- 2
- Opened on Jan 15, 2024
- #74
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
flybrianfly
- Opened on Oct 7, 2023
- #73
Hello,
I have the Arduino IDE 1.8.19 and downloaded the latest .zip library sbus-main.zip I unzipped it to
C:\Users\Chris\Documents\Arduino\libraries I started the IDE, choosed ESP32 Dev Module and tried ...
themanfrommoon
- 2
- Opened on Jul 21, 2023
- #71

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.