https://github.com/codeadamca/esp32-blink
A basic example of blinking the onboard LED on an ESP32 microcontroller.
https://github.com/codeadamca/esp32-blink
esp32 learning-code micropython python
Last synced: 3 months ago
JSON representation
A basic example of blinking the onboard LED on an ESP32 microcontroller.
- Host: GitHub
- URL: https://github.com/codeadamca/esp32-blink
- Owner: codeadamca
- Created: 2022-07-17T18:34:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:24:22.000Z (5 months ago)
- Last Synced: 2025-01-26T23:21:13.066Z (5 months ago)
- Topics: esp32, learning-code, micropython, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32 Blinking Onboard LED
A basic script that causes the onboard LED on the ESP32 microcontroller to blink.
The ESP32 microcontroller I was using does not have an onboard LED. You may have to adjust the pin number to make this script wrork with your version.
***
## Repo Resources
* [Visual Studio Code](https://code.visualstudio.com/)
* [LMS-ESP32](https://antonsmindstorms.com/product/wifi-python-esp32-board-for-mindstorms/)
* [Thonny](https://thonny.org/)
* [Ampy](https://pypi.org/project/adafruit-ampy/)