Posts

Showing posts from January, 2019

W2MMD Clubhouse Weather Station

Image
Here are notes for the weather station.  We'll write an article around it once we get it working. A useful link focused on solar power but with lots of useful links: https://www.instructables.com/id/Create-Your-Own-Solar-Powered-Raspberry-Pi-Weather/ Here's where the Python program is located: How to wire the components without the Pi hat: https://projects.raspberrypi.org/en/projects/build-your-own-weather-station/2 How to record the data: https://www.instructables.com/id/Complete-DIY-Raspberry-Pi-Weather-Station-with-Sof/ Web code: https://dzone.com/articles/how-to-build-your-own-weather-station-using-a-rasp Software update: https://www.switchdoc.com/2017/03/groveweatherpi-new-softwarehardware-version-released/ Here are the initial devices found: Here's the code for the constants: COde: #!/usr/bin/env python # # Weather Board Test File # Version 1.8 August 22, 2016 # # SwitchDoc Labs # www.switchdoc.com # # # imports import sys impo