blob: 54d029bf224de4ae5c9a5b91cfc7edc7ddb788a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
=====================
Granddaughter Clock
=====================
Hardware
========
* Raspberry Pico2W
* 12 RGB LED ring
Dependencies
============
settings.toml
-------------
the clock requires a ``settings.toml`` with the following variables:
``CIRCUITPY_WIFI_SSID``
your wifi ssd
``CIRCUITPY_WIFI_PASSWORD``
your wifi password
``MQTT_HOST``
the mqtt server you want to use
``MQTT_SENS_FEED``
a base topic that receives messages from sensors, with a topic in the
form ``MQTT_SENS_FEED/<location>/<type>`` and a numeric value as the
payload.
|