Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.34 KB

Internet of Things kit projects


Setup Arduino IDE

  1. Install Arduino IDE from Arduino Official Site.

  2. Install ESP8266 core in Arduino following the next tutorial Tutorial.

    a helper link : http://arduino.esp8266.com/stable/package_esp8266com_index.json

  3. Install CP2102 Driver.

  4. Install Blynk Library for Arduino.

  5. Install H4Plugins libraries


Install Arduino Libraries:

Install The following libraries as demonstrated in Arduino Official website.

Gesture Sensor:

  1. Adafruit APDS9960 Library

OLED Display:

  1. Adafruit GFX Library
  2. Adafruit SSD1306

Barometer Sensor:

  1. Adafruit BMP280 Library

HeartPulse Sensor:

  1. Sparkfun MAX3010x

Distance Sensor:

  1. VL53L0X by Pololu

Helping libraries:

  1. Adafruit BusIO
  2. Adafruit Unified Sensor

Install H4Plugins Libraries:

  1. H4
  2. H4Plugins
  3. PangolinMQTT
  4. ESPAsyncWebServer
  5. ESPAsyncTCP