IoT Lab #2
IoT Lab - Basic & Setup
What is IoT? IoT stands for Internet of Things. It refers to the interconnectedness of physical d...
IoT Lab - Humidity Sensor Example
The sensor used for measuring temperature and humidity of the surrounding environment. The box co...
IoT Lab - Wi-Fi Connection
The controller board that we're currently using (ESP32) has built-in Wi-Fi adapter which able to ...
IoT Lab - Calling HTTP Request
Schematic – ESP32 with Humidity and Temperature Sensor and LED Lights Code #include "DHT.h" ...