-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
...in progress 🚧Development on this is in progressDevelopment on this is in progress✨️ Enhancement ✨️New feature or requestNew feature or request
Description
Minimum requirements
- Core clock speed is 48 MHz or faster?
- Is the CPU an ARM Cortex M0+ or later?
- 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.
Metadata
Metadata
Assignees
Labels
...in progress 🚧Development on this is in progressDevelopment on this is in progress✨️ Enhancement ✨️New feature or requestNew feature or request