Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.54 KB

readme.md

File metadata and controls

44 lines (34 loc) · 1.54 KB

Station

Designed for my personal weather station project, This is the software for the station that directly manages the weather sensors and sends the data down to the server.

The project is designed for the Teensy4.0, and itdepends on the MS8607, SI1145, and several repurposed weather station sensors: a weather vane, anemometer, and rain meter.

Communication with the base station is done through RS422 using a custom protocol called S-Code which is inspired by G-Code.

In this project there are several header files each with a specific purpose.

There is a file called scode.yml which defines all of the scode commands which are available to the communication interface.