aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2024-09-07-pico-w-temperature-sensors-and-sensortron.md
blob: 20fab92d103a727b12603a39c10181de70041ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"