IBusBM Versions Save

Arduino library for RC IBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART

v1.1.5

3 years ago

The original STM32 code was created for an old version of the STM32 core lib (before v1.6). This generated compiler errors for newer versions. The library now supports the current v1.9 core library version. No changes for any of the other supported architectures (avr, esp32, mbed)

v1.1.4

3 years ago

This release adds support for MBED and fixes a bug when using the maximum of 10 sensors. Now supports AVR based Arduino boards (Arduino MEGA, UNO, Nano, Micro, etc.), ESP32 based boards (ESP32, NodeMCU, etc.), STM32 boards (STM32F103, etc.) and MBED (such as the Arduino NANO 33 BLE).

v1.1.3

3 years ago

Now supports 4 byte sensor data. See https://github.com/bmellink/IBusBM/issues/12 for more detail. You can add a second argument to the addSensor() function to specify the number of bytes (can be 2 or 4).

v1.1.2

4 years ago

v1.1.1

4 years ago

v1.1.0

5 years ago

The library now supports AVR and ESP32 architectures. Also added an example for AVR32 and an example for sensors.

v1.0.1

5 years ago

v1.0

5 years ago