Displays Chuck Norris quotes on max7219 LED matrix panel using MQQT
Voorbeeld:
Chuck Norris' Christmas tree is actually a 20 foot Tesla coil. It is also necessary to power his electric beard trimmer.
Om deze te kunnen gebruiken
- ESP8266 of ESP32 met Micropython geflasht bijvb Wemos D1 Mini €2,50.
- Een MAX7219 LED Matrix paneel €2,80.
- Mijn micropython-max7219MatrixTextscroller-lib bibliotheek.
- Installeer een Linux distributie zoals Ubuntu, of dietpi op Raspberry Pi
- Installeer NodeRed.
- Deploy de ChuckNorrisScroller_nodered.json Nodered flow.
- Bijwerken jouw wifi gegevens.
mqqt1 = e4kMQQT(ssid='mySSID', password='mypwd', mqqt_server='dietpi')
- Installeer max7219MatrixTextscroller bibliotheek op jouw device bijvb met mpfshell.
- Installeer MQQT libs op jouw Micropython apparaat
MicroPython v1.11-8-g48dcbbe60 on 2019-05-29; ESP module with ESP8266
Type "help()" for more information. [backend=GenericMicroPython]
>>> import upip
>>> upip.install("micropython-umqtt.robust")
Installing to: /lib/
Warning: micropython.org SSL certificate is not validated
Installing micropython-umqtt.robust 1.0.1 from https://micropython.org/pi/umqtt.robust/umqtt.robust-1.0.1.tar.gz
>>>
- Uploaden naar jouw device en.. lachen :)
Wemos D1 Mini | max7219 8x8 LED Matrix |
---|---|
5V | VCC |
GND | GND |
D7 MOSI (GPIO13) | DIN |
D8 CS (GPIO15) | CS |
D5 SCK (GPIO14) | CLK |
Deze flow moet je deployen op jouw Node Red server.
20200825 door Michiel Erasmus.