ahoy icon indicating copy to clipboard operation
ahoy copied to clipboard

Feature Request: Wemos S2 Pico support

Open ldrolez opened this issue 1 year ago • 8 comments
trafficstars

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

ldrolez avatar Jan 01 '24 17:01 ldrolez

ist das ein ESP32 im RP2040 (Raspberry Pi Pico 2040) Format? Kannst du hierfür einen PR einreichen?

lumapu avatar Jan 01 '24 21:01 lumapu

ist das ein ESP32 im RP2040 (Raspberry Pi Pico 2040) Format?

50x23mm a bit larger

ldrolez avatar Jan 02 '24 10:01 ldrolez

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).

ldrolez avatar Jan 02 '24 10:01 ldrolez

Seems to be related to serial.flush https://github.com/espressif/arduino-esp32/issues/7554

ldrolez avatar Jan 02 '24 10:01 ldrolez

Is there a way to disable the serial console in settings? that could be a quick fix

ldrolez avatar Jan 02 '24 10:01 ldrolez

I've removed serial code and recompiled, and it boots without a computer

ldrolez avatar Mar 20 '24 10:03 ldrolez

@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 ?

stefan123t avatar Oct 29 '24 22:10 stefan123t