Leping08 / Weather-Python

The python portion of a raspberry pie weather station

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-Python

Setup

1. Enable GPIO On Pi and I2C

  • Rasberry Pi Configuration
    • Interfaces
      • Remote GPIO
      • I2C

2. Clone this repo onto the Pi

git clone https://github.com/Leping08/Weather-Python.git

3. Install i2cdevice library

pip install i2cdevice

4. Run the weahter.py script

python weather.py

About

The python portion of a raspberry pie weather station


Languages

Language:Python 100.0%