Skip to content

codi-hacks/weather-station

Repository files navigation

License: GPL v3

This is a monorepo with all the instructions and software to build and program your own solar-powered wi-fi weather station(s).

Generic-enclosure station Generic-enclosure station
3D-printed station 3D-printed station

screenshot

Overview

The weather stations send measurements to the API server to collect, which in turn serves this data to the web app (PWA) that users load on their computer or mobile device.

diagram overviewing the software architecture

Folder structure:

  • api-server/ - API server
  • hardware-files/ - All the files needed to print and build the weather station hardware
  • sketch/ - Embedded software that runs on the weather stations
  • web-app/ - Website/mobile app