Skip to content

ESP32-S2 web workflow don't work #8275

Closed
@casainho

Description

@casainho

CircuitPython version

Adafruit CircuitPython 8.2.2 on 2023-07-31; S2Mini with ESP32S2-S2FN4R2
Board ID:lolin_s2_mini
UID:84722ED59B67

Code/REPL

import time

while True:
    print("Hello World!")
    time.sleep(0.5)

Behavior

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
main.py output:
Hello World!
Hello World!
Hello World!
Hello World!

Description

I am trying to use the web workflow as explained on the documentation: https://docs.circuitpython.org/en/latest/docs/workflows.html#web

I used a basic code for testing. The ESP32-S2 is not connecting to my router and so the web workflow do not work. A few previous versions of CP, it was working well as expected.

Screenshot from 2023-08-11 16-11-21

Screenshot from 2023-08-11 16-12-09

image

Additional information

I am being using the Lolin S2 mini board and building this displays:

image

image

This display will replace my micro scooter battery state indicator board, that is only some LEDs. The display only needs 5V and then communications with the micro scooter control board, using wireless, the ESPNow of CircuitPython that works very well:

image

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions