lumapu / ahoy

Various tools, examples, and documentation for communicating with Hoymiles microinverters
https://ahoydtu.de
Other
937 stars 219 forks source link

[Bug] Wemos S2 Pico support #1311

Open ldrolez opened 6 months ago

ldrolez commented 6 months ago

Platform

ESP32

Assembly

I did the assebly by myself

nRF24L01+ Module

nRF24L01+ plus

Antenna

circuit board

Power Stabilization

Elko (~100uF)

Connection picture

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

lumapu commented 6 months ago

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

ldrolez commented 6 months ago

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

50x23mm a bit larger

ldrolez commented 6 months ago

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 commented 6 months ago

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

ldrolez commented 6 months ago

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

ldrolez commented 4 months ago

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