switchdoclabs / SDL_Pi_ThunderBoard_IOT

Software for the Raspberry Pi based ThunderBoard Lightning Detection Kit - AS3935

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwitchDoc Labs November, 2017

ThunderBoard IOT Code by SwitchDoc Labs

Version Pi003 December 2, 2017 - Initial Release

To install:

Make sure you installed I2C as in this link:

https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c

Installing apscheduler

sudo apt-get install python-pip
sudo pip install setuptools --upgrade
sudo pip install apscheduler

Installing PubNub

sudo pip install pubnub

Testing The Setup

See the Testing setup in the SDL Tutorial on the Raspberry Pi IOT Thunder Board Kit:
http://www.switchdoc.com/2017/12/tutorial-building-an-iot-lightning-detector-with-your-raspberry-pi-part-1/

testThunderBoard.py - running this program detects the ThunderBoard at address 0x02 or 0x03 and starts detecting lightning

testLCD.py - running this program detects the LCD and displays a set of messages

ThunderBoardIOT.py - This is the software for the SwitchDoc Labs Raspberry Pi IOT Kit

Generating Lightning for the Thunder Board

Consider purchasing the SwitchDoc Labs Thunder Board Lightning Simulator at shop.switchdoc.com

About

Software for the Raspberry Pi based ThunderBoard Lightning Detection Kit - AS3935


Languages

Language:Python 100.0%