bmellink / IBusBM

Arduino library for RC IBUS protocol - servo (receive) and sensors/telemetry (send) using hardware UART
GNU General Public License v3.0
205 stars 51 forks source link

Issues with ESP32-S2 #33

Open geofrancis opened 1 year ago

geofrancis commented 1 year ago

I believe there is an issue with the timers when used with the esp32-s2, the only way I could get it to work was to run it without the timer using: the default 18 RX pin

IBus.begin(Serial1, IBUSBM_NOTIMER);