diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-09-07 21:24:39 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-09-07 21:24:39 -0400 |
commit | dc82d014ea533ccdbadd2400d5355c9a24814866 (patch) | |
tree | eca7980133ff5c8417b0d8dd2fe39bdfaa3e1939 /content/articles | |
parent | 2044fecb996a65f0922ae3ce4bafade498b1a2e1 (diff) | |
download | pablotron.org-dc82d014ea533ccdbadd2400d5355c9a24814866.tar.bz2 pablotron.org-dc82d014ea533ccdbadd2400d5355c9a24814866.zip |
content/articles/temperature-sensors.md: add bricked paragraph and link
Diffstat (limited to 'content/articles')
-rw-r--r-- | content/articles/temperature-sensors.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/articles/temperature-sensors.md b/content/articles/temperature-sensors.md index 81f9c10..8e1dc7f 100644 --- a/content/articles/temperature-sensors.md +++ b/content/articles/temperature-sensors.md @@ -163,6 +163,12 @@ the web interface. solutions; this started as a tinkering project that accidentally became useful for us. +That said, there is some value in controlling all of the hardware and +software; none of our our data leaves our home network, we don't have to +create an account on a ridiculous online hub with a dubious privacy +policy, and we don't have to worry about our [devices being bricked in a +couple of years][bricked]. + ## History In 2018 I attached [BME280][] sensors to our [Raspberry Pi 3][pi3] @@ -476,3 +482,5 @@ Here are screenshots of the same interface components on my phone: "Open source electronics CAD hardware." [pico-w/main.py]: https://github.com/pablotron/sensortron/blob/main/pico-w/main.py "pico-w/main.py in Sensortron Git repository." +[bricked]: https://arstechnica.com/gadgets/2024/09/ftc-urged-to-make-smart-devices-say-how-long-theyll-be-supported/ + "FTC urged to make smart devices say how long they will be supported (arstechnica.com)" |