Experiment-9: DHT11 Humidity Temperature Monitor on ThingSpeak with NodeMCU IoT Experiments by Ravinder Nath Rajotiya - November 4, 2024November 5, 20240 DHT11 Humidity Temperature Monitor on ThingSpeak with NodeMCU Objective: It explains how to log Humidity & Temperature data on the cloud. We can use Thingspeak as a cloud service provider and DHT11 to measure temperature and humidity. Requirement: NodeMCU ESP8266 Board, DHT11 humidity and temperature sensor, Connecting Wires, Breadboard Theory DHT11 Humidity & Temperature Sensor: The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air and spits out a digital signal on the data pin (no analog input pins needed). It’s fairly simple to use but requires careful timing to grab data. The only real downside of this sensor is you can only get new data from it once every 2 seconds,
Experiment-8 : To configure nodeMCU ESP8266 12-E in station mode IoT Experiments by Ravinder Nath Rajotiya - November 4, 2024November 4, 20240 AIM : To configure nodeMCU ESP8266 12-E in station mode, and indicate the connected status on the LED. Objective: To configure ESP8266 as a station To establish communication between Access point and the station nodeMCU ESP8266 station. To blink the LED while searching for SSID and continuously glow when connected Requirement: Breadboard NodeMCU ESP8266 12-E One LED to indicate connected status One 220 Ohm Resistor Theory: Mode of Operation of ESP8266 - nodeMCU ESP8266 can operate in the following modes: Station (STA) Only Soft Access Point (Soft AP) Both the Soft Access Point and Station (Soft AP +STA) To play around with the ESP8266 WiFi module, you can program it in two modes: Station (STA) or Access Point (AP). Station (STA) Mode In station mode, ESP8266 will act just like
Experiment-7: To demonstrate web server and client communication using nodeMCU ESP8266 12-E as a Soft AP IoT Experiments by Ravinder Nath Rajotiya - November 4, 20240 AIM : To demonstrate nodeMCU ESP8266 as Soft AP web server Objective: At the end of this experiment students will be able to: Understand mode of connection of ESP8266 Understand the use of Soft AP Create web server and access it on client (Mobile) via the URL Control LED using mobile phone Requirement: Breadboard, connecting jumper wires NodeMCU ESP8266 12-E Two 5mm blue Light Emitting Diodes (LEDs) Two 220 Ohm Resistor Theory: You all know that a web server hosts files, images, text, videos, blog posts, or other relevant data of a specific website i.e., Wikipedia, Google, Yahoo, etc. Any clients can connect to such a web server anytime and fetch relevant information. Communication between a client and a web server takes place using HTTP Request or HTTP