An open API service indexing awesome lists of open source software.

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.

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/)