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

https://github.com/ljnath/esp8266-micropython

Micropython programs running on ESP8266 microcontroller
https://github.com/ljnath/esp8266-micropython

7segment common-cathode esp8266 iot led-controller led-display leds micropython micropython-8266 micropython-esp8266 micropython-scripts

Last synced: 24 days ago
JSON representation

Micropython programs running on ESP8266 microcontroller

Awesome Lists containing this project

README

          

# esp8266-micropython
Micropython programs running on ESP8266 microcontroller

### COMPONENTS
* 1 x ESP8266 microcontroller (flashed with micropython)
* 1 x 7-segment LED display (common cathode; custom made with 3 LEDs in parallel)

### PROGRAMS
* digit.py - this program basically displays the current digit in a 7-segment LED (common-cathode) display.
* name.py - this program displays any word in a 7-segment LED (common-cathode) display.

### DEMO
![Demo](demo.gif)