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

wip

parent 3d73c7ad
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
# https://micropython.org/download/ESP32_GENERIC_C3/ # https://micropython.org/download/ESP32_GENERIC_C3/
# esptool.py --chip esp32c3 --port /dev/ttyACM0 erase_flash # 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 # esptool.py --chip esp32c3 --port /dev/ttyACM0 --baud 460800 write_flash -z 0x0 ESP32_GENERIC_C3-20231005-v1.21.0.bin
# save blueart.py
# #
import blueart import blueart
from machine import Pin from machine import Pin
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<a href=https://www.espressif.com/en/products/socs/esp32-c3>ESP32-C3</a> <a href=https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html>module</a> <a href=https://www.espressif.com/en/products/socs/esp32-c3>ESP32-C3</a> <a href=https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html>module</a>
<a href=../embedded_programming/ESP32-C3/hello.button-blink.C3>hello.button-blink.C3</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.png>board</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.jpg>components</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.top.png>traces</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.interior.png>interior</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3>hello.button-blink.C3</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.png>board</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.jpg>components</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.top.png>traces</a> <a href=../embedded_programming/ESP32-C3/hello.button-blink.C3.interior.png>interior</a>
<a href=ESP32C3/hello.Web-blink.C3.py>hello.Web-blink.C3.py</a> <a href=ESP32C3/microdot.py>microdot.py</a> <a href=ESP32C3/microdot_asyncio.py>microdot_asyncio.py</a> <a href=ESP32C3/hello.Web-blink.C3.mp4>video</a> <a href=ESP32C3/hello.Web-blink.C3.py>hello.Web-blink.C3.py</a> <a href=ESP32C3/microdot.py>microdot.py</a> <a href=ESP32C3/microdot_asyncio.py>microdot_asyncio.py</a> <a href=ESP32C3/hello.Web-blink.C3.mp4>video</a>
<a href=ESP32C3/hello.BLE-blink.C3.py>hello.BLE-blink.C3.py</a> <a href=ESP32C3/blueart.py>blueart.py</a> <a href=ESP32C3/hello.BLE-blink.C3.html>hello.BLE-blink.C3.html</a> <a href=>video</a> <a href=ESP32C3/hello.BLE-blink.C3.py>hello.BLE-blink.C3.py</a> <a href=ESP32C3/blueart.py>blueart.py</a> <a href=ESP32C3/hello.BLE-blink.C3.html>hello.BLE-blink.C3.html</a> <a href=ESP32C3/hello.BLE-blink.C3.mp4>video</a>
<a href=ESP32/esp32-wroom-32_datasheet_en.pdf>ESP32-WROOM</a> <a href=https://randomnerdtutorials.com/esp32-pinout-reference-gpios/>pins</a> <a href=ESP32/esp32-wroom-32_datasheet_en.pdf>ESP32-WROOM</a> <a href=https://randomnerdtutorials.com/esp32-pinout-reference-gpios/>pins</a>
<a href=ESP32/hello.ESP32-WROOM>hello.ESP32-WROOM</a> <a href=ESP32/hello.ESP32-WROOM.png>board</a> <a href=ESP32/hello.ESP32-WROOM.jpg>components</a> <a href=ESP32/hello.ESP32-WROOM.traces.png>traces</a> <a href=ESP32/hello.ESP32-WROOM.traces_exterior.png>traces+exterior</a> <a href=ESP32/hello.ESP32-WROOM.holes.png>holes</a> <a href=ESP32/hello.ESP32-WROOM.interior.png>interior</a> <a href=ESP32/hello.ESP32-WROOM>hello.ESP32-WROOM</a> <a href=ESP32/hello.ESP32-WROOM.png>board</a> <a href=ESP32/hello.ESP32-WROOM.jpg>components</a> <a href=ESP32/hello.ESP32-WROOM.traces.png>traces</a> <a href=ESP32/hello.ESP32-WROOM.traces_exterior.png>traces+exterior</a> <a href=ESP32/hello.ESP32-WROOM.holes.png>holes</a> <a href=ESP32/hello.ESP32-WROOM.interior.png>interior</a>
<a href=ESP32/hello.ESP32-WROOM.WebClient.ino>Web client</a> <a href=ESP32/hello.ESP32-WROOM.WebClient.mp4>video</a> <a href=ESP32/hello.ESP32-WROOM.WebClient.ino>Web client</a> <a href=ESP32/hello.ESP32-WROOM.WebClient.mp4>video</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment