The Primary Repository for the Systems Workshop FA-25 (Introduction to IoT and Cloud)
Please follow the shared setup document from the email to install. Same is also available in the repository. Steps are condensed into the following phases
-
Arduino IDE install
-
Libraries install
-
USB Driver Install (CH340G or CP2102) Do let us know if you face any troubles here!
-
AWS console login verification
Adafruit GFX: https://github.com/adafruit/Adafruit-GFX-Library
Adafruit SSD 1306: https://github.com/adafruit/Adafruit_SSD1306
Adafruit Bus IO: https://github.com/adafruit/Adafruit_BusIO
Adafruit Sensor: https://github.com/adafruit/Adafruit_Sensor
Adafruit DHT Sensor: https://github.com/adafruit/DHT-sensor-library
Arduino MQTT: https://github.com/256dpi/arduino-mqtt
Here's a great resource that you can use to learn version management with git!