diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md b/content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md new file mode 100644 index 0000000..20fab92 --- /dev/null +++ b/content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md @@ -0,0 +1,30 @@ +--- +slug: pico-w-temperature-sensors-and-sensortron +title: "Pico W Temperature Sensors and Sensortron" +date: "2024-09-07T21:52:44-04:00" + +pics: + web-desktop-0: + css: "image" + tip: "Sensortron web interface." + sources: + - "/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.webp" + - src: "/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.png" + width: 1024 + height: 640 +--- + +We have several [Raspberry Pi Pico Ws][pico w] throughout the house +which collect temperature and humidity measurements and a corresponding +web interface which shows the current measurements, charts of recent +measurements, and the weather forecast for the next few days. + +I put together a [Temperature Sensors article][article] which explains +the history, the hardware, and the software for the project. + +[{{< pe-figure "web-desktop-0" >}}][article] + +[pico w]: https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#raspberry-pi-pico-w + "Raspberry Pi Pico W" +[article]: {{< relref "articles/temperature-sensors.md" >}} + "Temperature Sensors" |