From 5e3a357083a572a6d28675423260d3ab54874ee7 Mon Sep 17 00:00:00 2001 From: ctrmint Date: Thu, 1 Aug 2024 11:07:18 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 51a067e..87fba48 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,17 @@ This code base will receive UDP broadcast packets containing temperature data fr * TP_SCL -> 7 * TP_INT -> 16 * TP_RST -> 17 + +### Setup +These instructions enable the software on the required hardware. +These instructions do not cover the physical installation or support for the hardware. + +### Pico + +* Clone the repo from here to your location system +* Modify file wifi_settings.txt with your WiFi SSID and password +* Download the latest Pico W uf2 file +* Press and hold the BOOTSEL button +* Connect the Pico to your computer via the appropriate USB cable, after connecting release the BOOTSEL button, the PICO should be mounted to your filesystem. +* Copy the .py files +* Copy the uf2 file, the Pico should restart, and the timer automatically starts.