So I've got an M5 Atom Lite ESP32 kicking around (only ESP32's I have) and I've tried to get this working with the June RW build.
I'm using the same pin numbers https://docs.m5stack.com/en/core/atom_lite
I can telnet (no response from any command or output), port 80 is open but no web page.
I did have to change the platformio type https://docs.platformio.org/en/stable/boards/espressif32/m5stack-atom.html#id1
In the code, the LED part was throwing errors so I had tried both changing to pin 27 as the doc says and then also removing the code for the LED low/highs and still nothing.
[env:m5stack-atom]
platform = espressif32
board = m5stack-atom
When building, I do get this error, not sure if it's relevant.
Compiling .pio\build\m5stack-atom\src\sensor.ino.cpp.o
In file included from .pio/libdeps/m5stack-atom/home-assistant-integration/src/device-types/HAFan.h:5,
from .pio/libdeps/m5stack-atom/home-assistant-integration/src/ArduinoHA.h:12,
from C:/Users/Shawn/Desktop/balboa_GL_ML_spa_control-0.2.1/sensor/src/sensor.ino:14:
.pio/libdeps/m5stack-atom/home-assistant-integration/src/device-types/../utils/HANumeric.h:232:18: warning: class 'HANumeric' is implicitly friends with itself
friend class HANumeric;
^~~~~~~~~
When I run it from vscode and platformio, upload/monitor I get this
Leaving...
Hard resetting via RTS pin...
--- Terminal on COM3 | 115200 8-N-1
--- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
Connecting to IoT.
Connected with IP: 10.0.3.159
Setting pin 22 LOW
Setting serial port as pins 19, 23
Set serial port as pins 19, 23
Configuring WDT...
End of setup
Any advice?
So I've got an M5 Atom Lite ESP32 kicking around (only ESP32's I have) and I've tried to get this working with the June RW build.
I'm using the same pin numbers https://docs.m5stack.com/en/core/atom_lite
I can telnet (no response from any command or output), port 80 is open but no web page.
I did have to change the platformio type https://docs.platformio.org/en/stable/boards/espressif32/m5stack-atom.html#id1
In the code, the LED part was throwing errors so I had tried both changing to pin 27 as the doc says and then also removing the code for the LED low/highs and still nothing.
When building, I do get this error, not sure if it's relevant.
When I run it from vscode and platformio, upload/monitor I get this
Any advice?