/Smart-Internet-of-Things-Projects

Code Repository for Smart Internet of Things Projects, Published by Packt

Primary LanguagePythonMIT LicenseMIT

Smart Internet of Things Projects

This is the code repository for Smart Internet of Things Projects , published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

##Instructions and Navigation

The code included with this book is meant for use as an aid in performing the exercises and should not be used as a replacement for the book itself. Used out of context, the code may result in an unusable configuration and no warranty is given.

The code will look like the following:

import matplotlib
matplotlib.use('Agg')

import numpy as np
import skfuzzy as fuzz
import matplotlib.pyplot as plt

import Adafruit_DHT
import RPi.GPIO as GPIO
import time

##Software and Hardware list

Chapter Software required Hardware specifications OS required
1 Arduino software, Python 2.7.x or Python 3.x Arduino, Raspberry Pi with installed Raspbian OS, LDR sensor, Temperature sensor (DHT-22) Desktop/Notebook with installed Windows, Linux or Mac
2 Python 2.7.x or Python 3.x Raspberry Pi with installed Raspbian OS, Relay, Temperature sensor (DHT-22) Desktop/Notebook with installed Windows, Linux or Mac
3 Python 2.7.x or Python 3.x, OpenCV 2.4.x Raspberry Pi with installed Raspbian OS, Webcam, Pixy CMUcam5 and Pan/Tilt Desktop/Notebook with installed Windows, Linux or Mac
4 Arduino software, Google maps engine Arduino, Ultrasonic HC-SR04 module, Bluetooth HC-06, GPS U-blox NEO-6M module, Pololu Zumo Robot for Arduino Desktop/Notebook with installed Windows, Linux or Mac
5 Arduino software, Python 2.7.x or Python 3.x Arduino Raspberry Pi with installed Raspbian OS, Electret microphone module, 10 segment LED bar graph, EasyVR 3 and EasyVR shield 3 modules, External speaker Desktop/Notebook with installed Windows, Linux or Mac
6 Arduino software, Python 2.7.x or Python 3.x, Arduino Cloud, Microsoft Azure Arduino MKR1000, Raspberry Pi with installed Raspbian OS Desktop/Notebook with installed Windows, Linux or Mac

##Related Smart Internet of Things Projects Products: