From b4ed41620fb974b4ef5bf535a4733b1ee2391514 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 7 Sep 2024 22:01:44 -0400 Subject: add content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md and static/files/posts/pico-w-temperature-sensors-and-sensortron/ --- ...07-pico-w-temperature-sensors-and-sensortron.md | 30 +++++++++++++++++++++ .../web-desktop-0-1024.png | Bin 0 -> 43660 bytes .../web-desktop-0-1024.webp | Bin 0 -> 24896 bytes 3 files changed, 30 insertions(+) create mode 100644 content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md create mode 100644 static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.png create mode 100644 static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.webp 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" diff --git a/static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.png b/static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.png new file mode 100644 index 0000000..6d73b22 Binary files /dev/null and b/static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.png differ diff --git a/static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.webp b/static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.webp new file mode 100644 index 0000000..7517146 Binary files /dev/null and b/static/files/posts/pico-w-temperature-sensors-and-sensortron/web-desktop-0-1024.webp differ -- cgit v1.2.3