Introduction
Learning about the human body and how it works can be fun and educational, especially for kids. Building a heart rate monitor usi
Ultrasonic Parking Sensor with LCD Display using Arduino
Posted on by electronics simplified
Introduction
Creating an ultrasonic parking sensor with an I2C LCD display using an Arduino is a practical and educational project that combin
Motion Detector Alarm: HC-SR501 PIR Sensor Model with Buzzer Alert
Posted on by electronics simplified
Introduction
Motion detection is a fundamental aspect of many security and automation systems. Whether you want to enhance the security of you
Code for DHT11 Sensor Reading Web Application
Posted on by electronics simplified
<!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 electronics simplified
#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> // uncomment t
Rain Sensor with Arduino
Posted on by electronics simplified
Introduction
Water detector / Rain detector / Water Drip detector all have the same concept and would be the same project. Well you just got to ch
Arduino Setup and Installation
Posted on by electronics simplified
About Arduino
Arduino boards are able to read inputs –light on a sensor, a finger on a button, or a Twitter message –and turn it into an o