ahoy
ahoy copied to clipboard
Feature Request: Wemos S2 Pico support
Platform
ESP32
Assembly
I did the assebly by myself
nRF24L01+ Module
nRF24L01+ plus
Antenna
circuit board
Power Stabilization
Elko (~100uF)
Connection picture
- [ ] I will attach/upload an Image of my wiring
Version
0.8.36
Github Hash
6fb0535
Build & Flash Method
ESP Tools (flash)
Setup
4 inverters + mqtt + oled display (included on wemos s2 board)
Debug Serial Log output
No response
Error description
PINs for the Wemos PICO S2 are not supported in the web gui. sch_s2_pico_v1.0.0.pdf
- For NRF pins, IO 35-36-37 should be used but they can't be found in the GUI
- The OLED display is connected to IO 8-9, but they are not available in the GUI. I edited the html in inspector mode to force the right pin values
ist das ein ESP32 im RP2040 (Raspberry Pi Pico 2040) Format? Kannst du hierfür einen PR einreichen?
ist das ein ESP32 im RP2040 (Raspberry Pi Pico 2040) Format?
50x23mm a bit larger
I found another bug with this board. Ahoy boots only when I connect a serial console on USB! Never seen this on other boards.
So if you use a power supply, no boot. If you plug it into a PC, no boot, unless I start minicom (linux).
Seems to be related to serial.flush https://github.com/espressif/arduino-esp32/issues/7554
Is there a way to disable the serial console in settings? that could be a quick fix
I've removed serial code and recompiled, and it boots without a computer
@ldrolez could you provide a PR with your changes to support ESP32-S2 out of the box,
ie. with some preprocessor macros and the necessary #ifdef soup to disable the serial code ?