Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillipjhl/esp8266-led-controller
Micro Python program to run on an ESP8266 microcontroller to control addressable led strips.
https://github.com/phillipjhl/esp8266-led-controller
esp8266 led-controller micro-python neopixel python
Last synced: about 13 hours ago
JSON representation
Micro Python program to run on an ESP8266 microcontroller to control addressable led strips.
- Host: GitHub
- URL: https://github.com/phillipjhl/esp8266-led-controller
- Owner: phillipjhl
- Created: 2021-08-31T22:22:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T22:36:58.000Z (about 3 years ago)
- Last Synced: 2024-10-10T22:40:58.563Z (27 days ago)
- Topics: esp8266, led-controller, micro-python, neopixel, python
- Language: Python
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP8266 Chip Micro Python
- make sure driver is installed correctly
- port is /dev/ttyUSB0
- baud rate 9600
- make sure user in in dialout group if permission is denied
# Getting Started
Requirements
- `pip install esptool`
- `pip install setuptools`Make sure you have a working firmware for your device.
i.e. - `esp8266-1m-20200902-v1.13.bin` for an ESP8266
Erase Flash
- `python -m esptool --port /dev/ttyUSB0 erase_flash`Deploy MicroPython Firmware
- `python -m esptool --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 bin/esp8266-1m-20200902-v1.13.bin`# REPL
## WIFI
SSID: MicroPython7729e2
PSK: micropythoN