Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pintman/ledbadge
A simple self-made badge
https://github.com/pintman/ledbadge
badge esp8266 led micropython shield wemos-d1-mini
Last synced: 29 days ago
JSON representation
A simple self-made badge
- Host: GitHub
- URL: https://github.com/pintman/ledbadge
- Owner: pintman
- Created: 2018-08-21T16:12:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T13:15:22.000Z (over 3 years ago)
- Last Synced: 2024-11-07T21:47:36.382Z (3 months ago)
- Topics: badge, esp8266, led, micropython, shield, wemos-d1-mini
- Language: Jupyter Notebook
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ledbadge
![badge](media/badge.jpg)
Look into the
[ledbadge notebook](http://nbviewer.jupyter.org/github/pintman/ledbadge/blob/master/ledbadge.ipynb)
for further instructions.## TODO
- Try using [mpy-cross](https://github.com/micropython/micropython/tree/master/mpy-cross)
cross compile for compiling the font in the text module into frozen bytecode.
- Network two badges: Idea: The first that is turned, scans for SSIDs of other boards (e.g. ledbadge_server). If none are present, act as server. Otherwise connect to the (first) server that is found.
- An OLED Shield can be integraded as well using the
[ssd1306](https://micropython-on-wemos-d1-mini.readthedocs.io/en/latest/shields.html#oled)
package.
- Maybe change LedMatrix zu FrameBuffer
http://docs.micropython.org/en/latest/library/framebuf.html
- Add schematic
- Make an emulator