- Raspberry Pico W
- DS3231 real time clock
- HD44780 16x2 LCD display + I2C converter (like this)
3D printed case[not yet]
[not yet]
-
Clone this repo and move into the directory.
git clone https://github.com/gkits/gosnooze cd gosnooze -
Start the Pico W in boot selection mode by holding down the
BOOTSELbutton while connecting it to your computer via USB. -
Mount the Pico W to your filesystem.
-
Find the correct block device by running
lsblk. The correct device should look like something like this:sdx x:xx 1 128M 0 disk └─sdx1 x:xx 1 128M 0 part -
Mount the device to your filesystem:
mkdir /mnt/RPI-RP2 mount /dev/sdx1 /mnt/RPI-RP2
-
-
Flash the device:
tinygo flash -target=pico-w
The device should now reboot and after some time the display should show the time.
Logo created with gopherkon