aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2024-09-07 22:01:44 -0400
committerPaul Duncan <pabs@pablotron.org>2024-09-07 22:01:44 -0400
commitb4ed41620fb974b4ef5bf535a4733b1ee2391514 (patch)
treef01f7d0573f0a670e1daf51bd13bcc84b1258004 /content
parent8e95d402699bbd3627d089970c1bbfe12e10651c (diff)
downloadpablotron.org-b4ed41620fb974b4ef5bf535a4733b1ee2391514.tar.bz2
pablotron.org-b4ed41620fb974b4ef5bf535a4733b1ee2391514.zip
add content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md and static/files/posts/pico-w-temperature-sensors-and-sensortron/
Diffstat (limited to 'content')
-rw-r--r--content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md30
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"