Skip to content

Weather station for the R nineT Scrambler navigation tower.

License

Notifications You must be signed in to change notification settings

sailingscally/r9t-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Station

The weather station microservice for the R nineT Scrambler navigation tower collects environment data from the BME280 sensor and publishes it to the following MQTT topics:

  • weather/temperature - ambient temperature in Celsius
  • weather/pressure - atmospheric pressure in hectoPascals (hPa), also called millibars
  • weather/humidity - relative humidity

Running the Service

To run the service on system startup, the PM2 process manager for Node.JS applications is used. It provides process monitoring capabilities which are great for this application. To start the service run:

pm2 start app.js --name weather --watch --time

About

Weather station for the R nineT Scrambler navigation tower.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published