Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
classes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
academy
classes
Commits
45f6b1d3
Commit
45f6b1d3
authored
1 year ago
by
Neil Gershenfeld
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
03d06260
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
networking_communications/ESP32C3/hello.Web-blink.C3.mp4
+0
-0
0 additions, 0 deletions
networking_communications/ESP32C3/hello.Web-blink.C3.mp4
networking_communications/ESP32C3/hello.Web-blink.C3.py
+4
-0
4 additions, 0 deletions
networking_communications/ESP32C3/hello.Web-blink.C3.py
with
4 additions
and
0 deletions
networking_communications/ESP32C3/hello.Web-blink.C3.mp4
0 → 100644
+
0
−
0
View file @
45f6b1d3
File added
This diff is collapsed.
Click to expand it.
networking_communications/ESP32C3/hello.Web-blink.C3.py
+
4
−
0
View file @
45f6b1d3
...
...
@@ -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
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment