Skip to content

matburnx/weatherpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatheRPI

Fast and lightweight software to build your own weather station using a Raspberry Pi and a BME280 module.

Dependencies

  • gcc
  • make
  • libi2c-dev
  • i2c-tools
  • WiringPI

If you want to run the website (optional):

Dependencies within npm:

npm install http-server chart.js

or

cd website

npm install

Usage

git clone https://github.com/WiringPi/WiringPi

cd weatherpi

make

./bme280

To run the website:

npx http-server path/to/weatherpi/website

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors