You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2026. It is now read-only.
Does the host microcontroller have at least 32 KB of flash memory?
Is the host microcontroller's UART peripheral able to support 420,000 (or higher) baud rate(s)?
Is your development board currently supported in the Arduino IDE?
What development board would you like me to add?
Please add support for the venerable "DOIT ESP32 DEVKIT V1": https://www.espboards.dev/esp32/esp32doit-devkit-v1/, it's also known as "Espressif ESP32 DevKitC" and by a miriad of other names by other ESP32 devboard manufacturers, all using the no-less-venerable Espressif ESP32-WROOM-32 module.
TIA!
EDIT: forgot to mention, the examples (eg, flight_modes.ino) do compile and upload with no issues. But using the Serial2 port (the only free and unencumbered UART on these boards), serial monitor output becomes garbled immediately upon calling crsf.begin() and from that point on, nothing works. I suspect there's some kind of incompatibility in the way CRSFforArduino uses the serial port, but couldn't figure it out by examining the code.
Minimum requirements
What development board would you like me to add?
Please add support for the venerable "DOIT ESP32 DEVKIT V1": https://www.espboards.dev/esp32/esp32doit-devkit-v1/, it's also known as "Espressif ESP32 DevKitC" and by a miriad of other names by other ESP32 devboard manufacturers, all using the no-less-venerable Espressif ESP32-WROOM-32 module.
TIA!
EDIT: forgot to mention, the examples (eg, flight_modes.ino) do compile and upload with no issues. But using the Serial2 port (the only free and unencumbered UART on these boards), serial monitor output becomes garbled immediately upon calling
crsf.begin()and from that point on, nothing works. I suspect there's some kind of incompatibility in the way CRSFforArduino uses the serial port, but couldn't figure it out by examining the code.