From 3056544eda0fce28d4b1550e551a23c9461933f0 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Wed, 17 Jul 2024 13:13:33 +0100 Subject: [PATCH] Write some design notes --- notes.org | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 notes.org diff --git a/notes.org b/notes.org new file mode 100644 index 0000000..06a877f --- /dev/null +++ b/notes.org @@ -0,0 +1,32 @@ +#+TITLE: Weather Station + +The goal of this project is to produce a cheap and reasonably robust +weather station with low energy usage that can be deployed far from +any kind of power or network infrastructure. + +* Design +** Infrastructure +*** Data storage + Removable storage device that can be routinely retrieved and + swapped out. An SD card seems to be the best choice. + +*** Power supply + A pack of rechargable batteries is the simplest solution. + +** Metrics +*** Temperature & Humidity + Off-the-shelf temperature and humidity sensor. + +*** Insolation + Off-the-shelf ambient light sensor. + +*** Pressure + Off-the-shelf barometer. [[https://uk.rs-online.com/web/p/pressure-sensor-ics/1361511][DPS310]] seems to fit the bill. + +*** Wind speed + 3D printed cup anemometer using a permanent magnet and a hall + effect sensor. + +*** Wind direction + 3D printed wind vane with a permanent magnet on the axis and a + angular position sensor.