Skip to content
Snippets Groups Projects
Commit 45f6b1d3 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 03d06260
Branches
No related tags found
No related merge requests found
File added
......@@ -15,6 +15,9 @@
# https://micropython.org/download/ESP32_GENERIC_C3/
# esptool.py --chip esp32c3 --port /dev/ttyACM0 erase_flash
# esptool.py --chip esp32c3 --port /dev/ttyACM0 --baud 460800 write_flash -z 0x0 ESP32_GENERIC_C3-20231005-v1.21.0.bin
# save Microdot:
# https://github.com/miguelgrinberg/microdot/blob/main/src/microdot.py
# https://github.com/miguelgrinberg/microdot/blob/main/src/microdot_asyncio.py
#
from machine import Pin
import network
......@@ -35,6 +38,7 @@ wifi.active(True) # 192.168.4.1
while (wifi.active() == False):
pass
print("AP started at",wifi.ifconfig())
print("ssid: fab, key: class")
#
# connect to Wifi access point
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment