For the technical voyeurist, the closet engineer, those with ENTP personality types or people who studied engineering but got a business development job. This is for you (and me), and maybe our kids.
Herein lie adventures in:
- Web and Linux hobbycraft
- Hardware tinkering
- Project ideas and mis-adventure
- The joy (pain) of 3-D printing
- Things that annoy me
- Cool fonts
And the like... I'll detail what I'm working on, what "works" and how I got it "working"
(or if I got it working), with the hope to save you some of the gray hairs I've accumulated in the process.
Projects
(aside) - This is an rendering of my desk.
~The Weather Project~
Does it ever annoy you that weatherbug or the weather channel give you the "weather" around your house but it really-isn't-because-its-really-the-nearest-cities' weather? Then you, my friend, will love this one. Home-made weather station. Who doesn't need that!? I know I do. I'm working on it in pieces.
These steps sort of build on each other and reflect generally the voyage I took in this project:
Build a Home Weather Station:
"The PI PICO" ::
Challenges:
Raspberry Pi Pico,
Micropython
Hardware Wiring
- STATUS: Partially documented
- Get Micropython installed on a Pico
- Practice the basics of GPIO and I2C
- Talk with external GPIO devices & I2C LCD Screen.
- CHALLENGE RATING:
(Easy)
"The Weather Sensors" ::
Challenges:
Sensors/I2C/Driver integration
Micropython
Hardware Wiring
Software Logic
LCD Display
- STATUS: Documenting right now
- Humidity (oy vey!), Temperature, Atmospheric Pressure, Forecasting based on pressure trends, Heat index / Wind Chill - you get it.
- We'll select the right sensor modules, wire them up, communicate with them through the right drivers, and then take the data and make some predictions
- CHALLENGE RATING:
(it's alright)
- Ballpark Cost: $15
"The Anemometer" ::
Challenges: Mechanical,
3D printing,
Sensors,
IoT wifi,
Raspberry PI pico W
- STATUS: I'm workin' on it!
- This is the spinny thing the scientist uses on the volcano to tell the wind speed (I'm sure I saw this on YouTube). Here is an actual video that descibes a cup anemometer. It brings challenges in mating electronic sensors to mechanical motion, mechanical design of a rotating element and also physical shape considerations of the anemometer cups....FASCINATING!
- I'm now realizing I need a way to get wind direction too
- CHALLENGE RATING:
(Very tricky)
- Difficulty depends on your qaulity of equipment
- Ballpark Cost: $15-$25
"The Final Assembly" ::
Challenges
3D printing
Mechanical
- STATUS: I'm working on it!
- Design a final enclosure for the weather station base-station. 3-D design mounting and container - with PLA wood fiber filaments. Make it look weathery. Tie all the pieces together. And build my weather station!