DHT11

Log Temperature Sensor Data to Google Sheet using NodeMCU ESP8266 Log Temperature Sensor Data to Google Sheet using NodeMCU ESP8266

There are many IoT clouds available to store and monitor the data from various sensors. With increasing popularity of IoT, more…

Interfacing DHT11 Temperature & Humidity Sensor with STM32F103C8 Interfacing DHT11 Temperature & Humidity Sensor with STM32F103C8

DHT11 is a Temperature and humidity sensor which as the name implies is used to measure the atmospheric temperature and…

MATLAB Data Logging, Analysis and Visualization Plotting DHT11 Sensor readings on MATLAB MATLAB Data Logging, Analysis and Visualization: Plotting DHT11 Sensor readings on MATLAB

Graphical representation is always helpful to visualize the data and it becomes very easy to find trends and patterns by…

Installing and Testing Mosquitto MQTT Broker on Raspberry Pi for IoT Communication Installing and Testing Mosquitto MQTT Broker on Raspberry Pi for IoT Communication

MQTT is a protocol used to send and receive messages over internet. We previously used this protocol in Iot Electricity meter…

 Sending Temperature and Humidity sensor data to Firebase Real-Time Database using NodeMCU8266 Sending Temperature and Humidity sensor data to Firebase Real-Time Database using NodeMCU ESP8266

Microcontrollers have small internal memory which is not enough to save sensors generated data for long time, either you have…

IoT Weather Station using NodeMCU: Monitoring Humidity, Temperature and Pressure over Internet IoT Weather Station using NodeMCU: Monitoring Humidity, Temperature and Pressure over Internet

Humidity, Temperature and Pressure are three basic parameters to build any Weather Station and to measure environmental…

Publishing Temperature and Humidity Data to AWS-IoT using Raspberry Pi Publishing Temperature and Humidity Sensor Data to AWS - IoT using Raspberry Pi

Raspberry Pi has always been the first choice for developing IoT based applications if some level of computation is involved.…

Interfacing DHT11 with Raspberry Pi Interfacing DHT11 Temperature and Humidity Sensor with Raspberry Pi

Temperature and Humidity are the most common parameters that are being monitored in any environment. There are tons of sensors…

Automatic AC Temperature Controller using Arduino, DHT11 and IR Blaster Automatic AC Temperature Controller using Arduino, DHT11 and IR Blaster

An AC (Air Conditioner) which was once considered to be a luxury item and was only to be found in big hotels, movie halls,…

Log Temperature, Humidity and Time on SD Card and Computer using Arduino Arduino Data Logger (Log Temperature, Humidity, Time on SD Card and Computer)

As Engineers/Developers we always rely upon the data collected to design or improve a system. Recording data and analyzing them…