Skip to content
Electronics Simplified
  • Home
  • Latest Simplified
  • About Us
  • Engineering Projects for All

Tag: Code

Home > Posts tagged "Tag: <span>Code</span>"

Code for Gas Sensor

Posted on April 15, 2024April 15, 2024 by Rolan Gaspar Pereira
2 Comments
#include <MQ2.h> #include <Wire.h> #include <LiquidCrystal_I2C.h> //I2C pins declaration LiquidCrystal_I2C lcd(0x27, 16, 2);
Continue Reading

Control AC Appliances with ESP8266 NodeMCU with a Relay Module

Posted on December 24, 2023December 24, 2023 by Rolan Gaspar Pereira
0
Introduction We try to think how wireless devices function. How we can control various devices from any part of the world and so many othe
Continue Reading

Flame Detection and Fire Alarm System with KY-026 using an Arduino

Posted on September 29, 2023September 29, 2023 by Rolan Gaspar Pereira
0
Introduction In today's world, safety and security are paramount concerns, especially when it comes to fire hazards. Creating a reliable fire
Continue Reading

Errors found while uploading a simple SoftwareSerial Code on the Arduino for HC-05

Posted on June 13, 2023June 13, 2023 by Rolan Gaspar Pereira
0
Discover the potential of the HC-05 Bluetooth module when combined with Arduino for seamless wireless communication. In this guide, we delve into the
Continue Reading

Code for DHT11 Sensor Reading Web Application

Posted on April 30, 2023July 18, 2024 by Rolan Gaspar Pereira
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <t
Continue Reading

Code for Logging DHT11 Sensor Data on a Realtime Database (Firebase)

Posted on April 30, 2023April 30, 2023 by Rolan Gaspar Pereira
1 Comment
#include <Arduino.h> #include <WiFi.h> //we are using the ESP32 //#include <ESP8266WiFi.h> // uncomment t
Continue Reading

Code for Asynchronous Websever with the ESP32

Posted on August 7, 2022February 23, 2023 by Rolan Gaspar Pereira
0
//Include all the required Libraries #include <WiFi.h> #include <AsyncTCP.h> #include <ESPAsyncWebServer.h> //Add your WiFi details c
Continue Reading

How to code a 4 Digit 7 segment display using Arduino?

Posted on May 21, 2022February 23, 2023 by Rolan Gaspar Pereira
23 Comments
The 4 digit 7 segment display in an intermediate level project. This project is mainly focused on how to connect the 4 digit 7 segment display with t
Continue Reading

How to use Bluetooth on the ESP32 ?

Posted on March 23, 2022July 27, 2022 by Rolan Gaspar Pereira
0
Introduction The ESP32 comes in-built WiFi, Bluetooth and BLE (Bluetooth Low Energy). We will generally use more of WiFi with ESP32 but the Bl
Continue Reading

How to make an ESP32 Web Server?

Posted on March 21, 2022March 11, 2023 by Rolan Gaspar Pereira
0
Web Server is a computer software with underlying hardware that accepts requests from HTTP. We are going to build a web server with the ESP32 that w
Continue Reading

Posts pagination

1 2 3 Next

Recent Posts

  • ESP32 BLE Server and Client with Arduino: A Complete Guide
  • Smoke Detection and Fire Sprinkler Control with LCD Display
  • Distance Measurement and Stepper Motor Control with LCD Output
  • Water Level Monitoring and Fish Tank Pump Control with Arduino
  • How to make a Smart Energy Meter with LCD Display ?
  • How to set a Light Sensitive Motorized Blinds and LCD Feedback

Categories

Archives

  • November 2024
  • July 2024
  • June 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • October 2023
  • September 2023
  • July 2023
  • June 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • April 2022
  • March 2022
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • April 2020

Categories

  • Arduino Projects
  • Basic Electronics
  • Coding Juniors
  • Electronics for Kids – C
  • ESP32
  • ESP8266
  • Feed
  • Learn Arduino Hardware and Software
  • RaspberryPi
  • Slider – New Post
  • Uncategorized
  • ESP32 BLE Server and Client with Arduino: A Complete Guide
  • Smoke Detection and Fire Sprinkler Control with LCD Display
  • Distance Measurement and Stepper Motor Control with LCD Output
  • Water Level Monitoring and Fish Tank Pump Control with Arduino
  • How to make a Smart Energy Meter with LCD Display ?
RGP initiative | WordPress Theme: Enlighten
Loading…