pluess / alarmclock

Neopixel matrix alarmclock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alarmclock

Neopixel matrix alarmclock. Based on a 32x8 neopixel matrix.

Software Installation

  1. 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
  2. Clone/Copy the whole project
  3. Create a secrets.py file to set your WLAN ssid und password
    ssid = 'your SSID'
    password = 'your very secret password'
  4. The default webrepl password is einstein. You can change is in webrepl_cfg.py
  5. Default logging level ist INFO. See can set an other leben in loguitl.py.

Testing

In a microypthon unix port installation do

>>> import upip
>>> upip.install('micropython-unittest')

And then on the command line: micropython alltests.py

Hardware

Disclaimer: Affiliate Links

References

About

Neopixel matrix alarmclock

License:GNU General Public License v3.0


Languages

Language:Python 100.0%