Introduction
Indoor air quality (IAQ) plays a crucial role in our overall well-being, especially considering the significant amount of time we
Bluetooth Controlled Servo Motor using Arduino for Kids
Posted on by Rolan Gaspar Pereira
Hello young tech enthusiasts! Today, we're going to embark on an exciting journey into the world of robotics and learn how to control a servo mot
Code for DHT11 Sensor Reading Web Application
Posted on by Rolan Gaspar Pereira
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<t
Code for Logging DHT11 Sensor Data on a Realtime Database (Firebase)
Posted on by Rolan Gaspar Pereira
#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> // uncomment t
Mini Weather Station using DHT11 and LCD 16×2 interfaced with Arduino
Posted on by Rolan Gaspar Pereira
Lets put together two of our modules, i.e. the DHT11 and the LCD16x2. What happens when we get both the modules together? We get a mini-weather s
Humidity Sensor DHT11 interfaced using Arduino
Posted on by Rolan Gaspar Pereira
Here is another simplified project to measure the humidity and temperature. It is a cheap module around $4 and can be found easily online. So le