Skip to content

A TI SensorTag-based weather station with automatic Bluetooth advertising.

Notifications You must be signed in to change notification settings

vithursant/sensortag-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sensortag-weather

Setup

# clone the repository
git clone https://github.com/vithursant/sensortag-weather.git`
cd sensortag-weather

# install dependencies
sudo apt-get install python-dev libglib2.0-dev 
pip install -U gspread oauth2client PyOpenSSL

# install bluepy
sudo apt-get install git build-essential
git clone https://github.com/IanHarvey/bluepy.git
cd bluepy
python setup.py build
sudo python setup.py install

Run script

python sensortag_weather.py

About

A TI SensorTag-based weather station with automatic Bluetooth advertising.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages