Neopixel matrix alarmclock. Based on a 32x8 neopixel matrix.
- You need at least rp2-pico-w-20220914-unstable-v1.19.1-409-g0e8c2204d.uf2 for the webrepl support. See WebREPL für den Raspberry PI Pico W
- Clone/Copy the whole project
- Create a secrets.py file to set your WLAN ssid und password
ssid = 'your SSID' password = 'your very secret password'
- The default webrepl password is
einstein
. You can change is inwebrepl_cfg.py
- Default logging level ist INFO. See can set an other leben in
loguitl.py
.
In a microypthon unix port installation do
>>> import upip
>>> upip.install('micropython-unittest')
And then on the command line: micropython alltests.py
Disclaimer: Affiliate Links
- https://github.com/blaz-r/pi_pico_neopixel
- https://github.com/robhagemans/hoard-of-bitfonts
- https://github.com/robhagemans/monobit
- https://github.com/pfalcon/pycopy-lib/tree/master/logging
- https://www.pluess.li/2022/09/22/logging-mit-micropython/
- https://www.pluess.li/2022/09/17/webrepl-fuer-den-raspberry-pi-pico-w/