View allAll Photos Tagged ESP8266

Overview

 

The RFID based attendance system is developed using PHP, CSS, and Javascript. An RFID Based Attendance System Using NodeMCU is a modern attendance system. Hence, is a very interesting project. It can be useful in different places like schools, Colleges, industry and private organizations to register the attendance of students, teachers, employees, etc. to tabulate monthly/daily working hours automatically. When the person with the correct RFID card swipes his/her RFID tag, His/Her arrival time will be stored in system Log. Usually, when the same person swipes his/her RFID tag again, the system will save it as his/her leaving time.

 

RFID Based Attendance System Using NodeMCU with PHP Web App

 

The RFID attendance system is developed with the IoT platform. We have used NodeMCU ESP8266 development board with MF-RC522 Module to send the card UID to the PHP Web app and store data into the website database. Basically, the admin plays an important role in the management of this system. theiotprojects.com/rfid-based-attendance-system-using-nod...

Free as in cheap gadgets: the ESP8266 by Angus Gratton

As we all know the fall detection system is very handy for older people in day to day life. Because it can notify the person or family member when it detects a fall and reduces the risk of delay in medical attention. So, it leads to the development of different types of automatic fall detection systems. Nowadays, we can find fall detectors even in smartwatches, fitness trackers, and other types of wearables. IoT-based fall detector devices can save a life in an emergency. So in today's tutorial, we are going to build IoT based fall detection device using NodeMCU and MPU6050 sensor module.

 

The MPU6050 sensor module has built-in a gyroscope and an accelerometer sensor. The gyroscope is used to determine the orientation and the accelerometer provides information about the angular parameter such as the X, Y, and Z-axis data. For detecting fall, we will compare the acceleration magnitude with the threshold value. If the fall is detected, the device will send an SMS to the concerned person. NodeMCU ESP8266 is used here as a microcontroller and Wi-Fi module to connect with IFTTT to send SMS.

 

Components Required

 

Following are the components required for making IoT based Fall Detection System.

 

- NodeMCU ESP8266 WiFi development board

- MPU6050 Accelerometer and Gyroscope sensor

- Jumper Wires

 

Circuit Diagram

 

The Circuit Diagram for IoT based Fall Detector using NodeMCU and MPU650 is provided below.

 

theiotprojects.com/iot-based-fall-detection-using-nodemcu...

If you have Arduino IDE, so kindly look this infographic. Now Arduino IDE 1.0.1 have new features, and this released by official The Arduino development teams. Here is you get the “Arduino IDE 1.0.1 – Highlight The New Features”. Must watch.

 

New UPS3 board with ESP8266 WiFi controller

ESP8266 Arduino Programming Tutorial - DFRobot.com

www.dfrobot.com/blog-593.html

Today in this project we are going to make IoT Based Flood Monitoring System Using NodeMCU, Ultrasonic HC-SR04 Sensor & Thingspeak IoT Platform. As we all know that Flood is one of the major well Known Natural disasters. It causes a huge amount of loss to our environment and living beings as well. So in these cases, it is very important to get emergency alerts of the water level situation in different conditions in the river bed.

 

IoT Based Flood Monitoring System Using NodeMCU & Thingspeak

 

The purpose of this project is to sense the water level in river beds and check if they are in normal condition. If they reach beyond the limit, then it alerts people through LED signals with buzzer sound as well as internet applications. Here we are using the Ultrasonic HC-SR04 sensor to sense the river level and NodeMCU ESP8266 Microcontroller for data processing. The processed data will be uploaded to the ThingSpeak IoT Cloud Platform. Using which river levels can be monitored graphically from anywhere in the world. theiotprojects.com/iot-based-flood-monitoring-system-usin...

Overview: IoT Pulse Oximeter

 

In this project, you will learn to make IoT based Pulse Oximeter using NodeMCU ESP8266, MAX30100, and Blynk Application. In our previous project, we have made a compact Arduino-based Pulse oximeter in which Pulse rate and Sp02 level are shown in OLED Display. But in today's project, we can monitor those values from anywhere in the world using the Blynk IoT cloud platform.

 

Components Required

 

To make this IoT based Pulse oximeter you will need the NodeMCU ESP8266 Development board. A 0.96" SSD1306 OLED Display, MAX30100 Pulse oximeter sensor, few jumper cables, and breadboard. You can buy all these components from the Amazon link provided below.

 

Working of MAX30100 Pulse Oximeter Sensor

 

The sensor has two LEDs, one emitting red light, the other emitting infrared light. Infrared light is required for pulse rate. But, Both red light and infrared light are required for measuring Sp02 levels in the blood.

 

When the heart pumps the blood, the oxygen level is increased because there is more blood. But, when the heart rests, there is a decrease in oxygenated blood. Hence, the pulse rate is determined by getting the time between the rise and fall of oxygenated blood.

 

The oxygenated blood absorbs more infrared light and passes more red light. But, deoxygenated blood absorbs red light and passes more infrared light.

 

theiotprojects.com/iot-based-pulse-oximeter-using-esp8266...

Esquemático de conexiones del ESP8266-01

In this tutorial, you will learn how to make a LoRa based IoT Smart Agriculture Monitoring and Automatic Irrigation System using ESP8266 NodeMCU, Arduino Nano, and the new Blynk IoT 2.0 platform.

 

Overview: LoRa based IoT Smart Irrigation & Monitoring System

 

Here on the sensor node, we will use the Arduino Nano board and SX1278 LoRa-02 Transceiver module. Then we will interface multiple sensors like capacitive soil moisture sensor v1.2 to measure the quantity of water present in the soil. DS18B20 waterproof temperature sensor to measure the temperature of the soil. Similarly, In the cold season plants die due to fog and low temperature. Thus, DHT11/DHT22 Temperature & Humidity sensor is used to measure the temperature and humidity of surroundings. A 5V Single channel relay module and water Pump are used for an automatic irrigation system.

 

Previously, I had made an IoT Smart Agriculture Monitoring & Irrigation System. But, the area where I was working do not have WiFi Signals. My home is around 700/800 Meters away from the agricultural field. So, I couldn't receive any WiFi signals there. Hence, I cannot monitor and control this device over the internet.

 

As said, "when there's a will there's a way". I found these SX1278 LoRa transceiver modules laying around. So, I decided to use Arduino Nano, Capacitive soil moisture sensor, DHT22 sensor, DS18B20 sensor, 5 Volt relay, DC Water Pump, and SX1278 LoRa-02 module on the transmitter side.

 

theiotprojects.com/lora-based-iot-smart-irrigation-system...

In this tutorial, we will learn how to Connect RFID to PHP & MySQL Database with NodeMcu ESP8266. Here I have interfaced RFID-RC522 Module with NodeMcu ESP8266 and then I'm sending data of RFID to MySQL Database. Actually, we are just reading the serial data coming from NodeMcu ESP8266 and then publishing that to MySQL Database through python code. Unlike others, This project is Protable because we can access data from any device connected to the Internet. Basically, this project can store the Credentials of Students or employes.

 

Connect RFID to PHP & MySQL Database with NodeMcu ESP8266Hardware Components RequiredSoftware Required with Download Links RFID RC522 Module Specifications & Pin Details Interfacing RFID RC522 with NodeMcu ESP8266 Module Installation of XAMPP server: Deploying our PHP Web App Setting up Arduino IDE for ESP8266 BoardSelecting Port and BoardProgram/Sketch CodeVideo TutorialsConclusion

 

Hardware Components Required

 

NodeMcu ESP8266 RFID-RC522 Module Jumper Wires Micro USB CableMini Breadboard (optional)

 

Software Required with Download Links

 

Arduino IDE XAMPP serverPHP Source CodeRFID-RC522 Library NodeMcu ESP8266 Library and Board Manager

 

Now before getting started with this project, let's learn What is RFID? with its specifications and Features. theiotprojects.com/connect-rfid-to-php-mysql-database-wit...

This tutorial is all about DHT11 Temperature and Humidity Monitor with NodeMCU on the ThingSpeak server. It clarifies how we can use the ThingSpeak cloud service provider to log DHT11 Temperature and Humidity data using NodeMCU.

 

Here I am using Arduino IDE to program NodeMCU ESP8266. Actually, you will learn to configure NodeMCU ESP8266 board to monitor DHT11 sensor temperature and humidity values.

 

Also check these previous articles:

 

- Interfacing DHT11 Humidity & Temperature Sensor with Arduino & LCD

- IoT Weather Station using DHT11 Sensor

- NodeMCU ESP8266 Monitoring DHT11/DHT22 Temperature and Humidity with Local Web Server

 

Components Required

 

You just need a NodeMCU ESP-12E Wi-Fi Development board and a humidity sensor DHT11 or DHT22. Besides this, it requires a breadboard and connecting wires.

 

DHT11 Temperature & Humidity Sensor:

 

The DHT11 is a primary, ultra-low-cost digital temperature, and humidity sensor. To measure the surrounding air DHT11 uses a capacitive humidity sensor and a thermistor. And then spits out a digital signal on the data pin (no analog input pins needed).

 

It’s quite simple to use but requires precise timing to capture data. The entire real drawback of this sensor is you can only get new data from it once every 2 seconds. So when using the DHT library, sensor readings are up to 2 seconds old.

 

Circuit Diagram & Connection:

 

The wiring of DHT11 sensor with NodeMCU is very simple.

 

theiotprojects.com/dht11-temperature-and-humidity-monitor...

Overview: ESP32 WiFi Repeater

 

Today in this session, we are going to DIY a portable ESP32 based WiFi repeater. This device will help you to extend your existing WiFi network. In this IoT Generation, we use lots of smart home appliances which require WiFi connectivity to control them remotely. So we can set up a separate WiFi network with different SSID and Passwords for those devices. Alternately, we can also use this device to provide separate internet connectivity to the guests because unlike ESP8266 based WiFi repeater, we can achieve a bandwidth of more than 15mbps i.e 3 times more. That means we can browse the internet and stream videos without interruption.

 

Without doing delay lets build the cheapest and portable WiFi repeater using ESP32 development board.

 

Components Required

 

To build ESP32 based portable WiFi repeater we require the following components. You can buy them from the amazon affiliate links provided below:

 

Now, before diving into the project let's learn more about ESP32 WiFi repeater.

 

What is ESP32 Wi-Fi Repeater & How it works?

 

An ESP32 Wi-Fi repeater or expander can be used to expand the coverage area of ​​your existing Wi-Fi network. It works by receiving your existing Wi-Fi signal, amplifying it, and then transmitting the enhanced signal. With an ESP32 Wi-Fi repeater, you can effectively double the coverage area of ​​your Wi-Fi network – to reach the far corners of your home or office, on different floors, or to expand coverage in your yard.

 

theiotprojects.com/portable-esp32-wifi-repeater/

1) Build your own IoT dashboard and control any home appliances remotely

 

2) Get to know the principle of LCD and generate animated pattern of your choice

 

3) Detailed knowledge of various IDE for communicating with NodeMCU

 

4) Build your own prototype with minimal expenses

 

5) Understand the fundamentals of LUA programming and powerful C++ language

 

goo.gl/uHBNzm

Обзор и прошивка led контроллера H801 на базе esp8266

#APA102 #Domoticz #esp8266 #esphome #FastLED #gpio #H801 #homeassistant #led #LEDDimmerapk #OpenHub #rgb #rgbw #rgbww #smarthome #wifi #контроллер #умныйдом #управление kvvhost.ru/2019/07/12/review-h801/

Overview: IoT Fire Detector & Extinguisher

 

Nowadays, Fire detecting and Alerting system are very common in banks, offices, homes, etc. They usually detect fire and alert people with a siren. But, what happens, when nobody is there to listen to the Alarm. Like when nobody is at home or office. So, to inform the authority about fire incidents and to automatically extinguish the fire. We have made this IoT Fire Detector & Automatic Extinguisher using the NodeMCU project. This project can be further modified to notify the fire control department automatically.

 

This IoT based project detects the nearby flame using an Infrared Flame Sensor and then NodeMCU Tiggers the relay to extinguish the fire automatically. It also informs the authority using IoT Blynk Application. With the help of this project, you can easily understand the concept of a fire detector and alert system.

 

Requirements for IoT Fire Detector and extinguisher system

 

The following are the components required for making IoT based fire detector and automatic extinguisher system using NodeMCU:

 

Circuit Diagram

 

Now let's start assembling all the components for IoT based Fire detector and automatic extinguisher system using NodeMCU(ESP8266) and flame sensor.

 

Circuit Diagram of IoT based fire extinguisher project

 

- First of all, connect the Vin pin to the positive rail on the breadboard.

- Then connect GND Pin to the negative rail of the breadboard.

 

theiotprojects.com/iot-fire-detector-automatic-extinguish...

Overview: Temperature based Automatic IoT Fan

 

The main objective of this project is to build IoT based temperature control fan using NodeMCU ESP8266 & Blynk cloud for home automation. This device will be able to control your AC Home Appliances like AC, Fan, Heater, Cooler, or even light bulb, etc. Suppose you came from work, enter the room, and feel hot. After a while you want your cooler or fan to be “ON” automatically, and then “OFF” when the room temperature is back to normal. If you are searching for such a project, then you’re in the right place.

 

Nowadays, technology is advancing and houses are getting smarter. Modern houses are usually shifting from conventional switches to some kind of IoT-based centralized control system. In this project, we will use the ESP8266 NodeMCU development board, a DHT11/DHT22 Temperature, and Humidity Sensor, and a relay module to control your fan/cooler automatically based on your room temperature. We use the Blynk IoT app for monitoring the DHT11/DHT22 sensor temperature and humidity data and set temperature thresholds. When Temperature rises above the threshold temperature, the cooling fan connected to a relay will start automatically.

 

Working of Temperature-control Fan for Home Automation System

 

This temperature-based automatic fan control system comprises components like the ESP8266 board, Relay, and Temperature Sensor. The entire system depends on the Relay and DHT11/DHT22 sensor.

 

theiotprojects.com/iot-based-temperature-control-fan-usin...

In this guide, you will learn about the ESP8266 Manual Wifi Configuration with EEPROM without Hard-Code network certificates. You can learn how to configure WiFi settings on the ESP8266 board, without hard coding and by saving again. Here we will use an EEPROM library that allows you to connect your ESP8266 to various Access Points (APs) without hard-coding and upload new code to your board. ESP8266 WiFi-Manager library is a way to manually configure the wifi but, we will not use it here.

 

Table Of Contents- ESP8266 Manual Wifi Configuration with EEPROM

- How do ESP8266 Manual WiFi Configuration Works?

- What is Access Point?

- Program Code Explanation

- Project Demonstration

- Source Code/Program

- Video Demonstration: ESP8266 Manual Wifi Configuration with EEPROM

- Conclusion

 

All IoT products in 2020 only work like this. Initially, they all act as hotspots. Then you need to connect your phone or PC to that hotspot. Once the hotspot is connected, then go to the special IP address (192.168.4.1) and then enter the WiFi certificates, and then it is automatically connected to the home router or WiFi. So most IoT devices are built using ESP8266 which helps you set up network configuration (for example SSID, and WiFi router password) through a form and stored in its memory.

 

ESP8266 Manual Wifi Configuration with EEPROM

 

Here we will build an IoT device, using the ESP8266 Manual Wifi Configuration with EEPROM.

 

theiotprojects.com/esp8266-manual-wifi-configuration-with...

Today’s project is all about ESP8266 based Patient Health Monitoring System using MAX30100 Pulse Oximeter sensor, DS18B20 temperature sensor, and DHT22 Temperature & Humidity sensor. This system will monitor the parameters like room temperature, room Humidity, Heart Rate, Oxygen Saturation (Sp02) in blood, and body temperature of patients on the ESP8266 Webserver.

 

Overview: Patient Health Monitoring on ESP8266

 

Healthcare technology is very popular in this pandemic situation because of coronavirus. Actually, health care technology is rapidly being revolutionized with the help of the Internet of Things (IoT). Monitoring the health status of a covid patient is a hard task because of our busy schedule and our daily work. Mostly, the elderly covid patients should be monitored periodically. So I thought to make an innovative system in this lockdown to automate the task. This device uses an ESP8266 webserver to track patient health using this monitoring system. Hence, patient health parameters such as body temperature, heart rate (BPM), blood oxygen levels (Sp02) as well as room temperature and humidity can be monitored from any device (like Smartphone, PC, Laptop, Smart TV,.) That support browsing capabilities.

 

In this project, we will learn how to build an ESP8266 based Patient Health Monitoring System. To measure Heart Rate/Pulse (BPM) and Blood Oxygen Level (SpO2), we use the MAX30100 pulse oximeter sensor.

 

theiotprojects.com/esp8266-based-patient-health-monitorin...

The ESP32-S2 with the display was overkill

As we all know the fall detector system is very useful for older people. This is because it can notify the individual or family member when it detects a fall and reduces the risk of delay in medical attention. So it leads to the development of various types of automatic fall detector systems. Nowadays, we can also find fall detectors in smartwatches, fitness trackers, and other types of wearables. IoT-based fall detector devices can save lives in an emergency. So in today’s tutorial, we are going to build an IoT Fall Detector Using MPU6050, NodeMCU ESP8266, and Blynk Application.

 

The MPU6050 sensor module has a built-in gyroscope and an accelerometer sensor. The gyroscope is used to determine the orientation and the accelerometer provides information about the angle, such as X, Y, and Z-axis data. To detect the fall, we will compare the acceleration magnitude with the threshold value. If a fall is detected, the device sends a notification and email to the concerned person. NodeMCU ESP8266 is used here as a microcontroller and Wi-Fi module to send a notification with Blynk IoT App.

 

Components Required

 

The following are the components required for the IoT Fall Detector system. You can buy them from the amazon link provided below:

 

MPU6050 Sensor Module

 

The MPU6050 sensor module is a 6-axis (3- axis accelerometer and 3- axis gyroscope) module.

 

theiotprojects.com/iot-fall-detector-using-mpu6050-esp8266/

Overview: ESP32 WiFi Repeater

 

Today in this session, we are going to DIY a portable ESP32 based WiFi repeater. This device will help you to extend your existing WiFi network. In this IoT Generation, we use lots of smart home appliances which require WiFi connectivity to control them remotely. So we can set up a separate WiFi network with different SSID and Passwords for those devices. Alternately, we can also use this device to provide separate internet connectivity to the guests because unlike ESP8266 based WiFi repeater, we can achieve a bandwidth of more than 15mbps i.e 3 times more. That means we can browse the internet and stream videos without interruption.

 

Without doing delay lets build the cheapest and portable WiFi repeater using ESP32 development board.

 

Components Required

 

To build ESP32 based portable WiFi repeater we require the following components. You can buy them from the amazon affiliate links provided below:

 

Now, before diving into the project let's learn more about ESP32 WiFi repeater.

 

What is ESP32 Wi-Fi Repeater & How it works?

 

An ESP32 Wi-Fi repeater or expander can be used to expand the coverage area of ​​your existing Wi-Fi network. It works by receiving your existing Wi-Fi signal, amplifying it, and then transmitting the enhanced signal. With an ESP32 Wi-Fi repeater, you can effectively double the coverage area of ​​your Wi-Fi network – to reach the far corners of your home or office, on different floors, or to expand coverage in your yard.

 

theiotprojects.com/portable-esp32-wifi-repeater/

In this project, we will create a standalone web server using a NodeMCU ESP8266 that displays the temperature and humidity with a DHT11 or DHT22 sensor using the Arduino IDE. Actually, the webserver we will build can be easily accessed with any device that features a browser on your local network. NodeMCU ESP8266 Monitoring DHT11/DHT22 Temperature and Humidity with Local Web Server. Throughout this tutorial we’ll show how we build web servers:

 

Web Server: Asynchronous web server which will updates the temperature and humidity automatically. We don’t need to refresh the webpage to update the data. Actually, we have used custom CSS to style the webpage.

 

Monitoring DHT11/DHT22 Temperature and Humidity with Local Web Server Using NodeMCU ESP8266- Components required

- NodeMCU ESP8266 and DHT11/DHT22 Schematic Diagram

- Video Tutorial

- Installing the DHT Library for NodeMCU ESP8266

- ESP8266 Asynchronous Webserver

- Program Sketch/Code

- How the Code Works

- Importing libraries

- Setting your network credentials

- Variables definition

- Design Web Page for ESP8266 DHT11/DHT22 Temperature & Humidity with Local Web Server

- ESP8266 DHT11/DHT22 Temperature & Humidity with Local Web Server Styles

- HTML Body

- How to display icons

- Automatic Updates

- Processor

- Setup( )

- Uploading ESP8266 DHT11/DHT22 Temperature & Humidity with Local Web Server code

- ESP8266 IP Address

- Monitoring DHT11/DHT22 Temperature and Humidity Demonstration

- Conclusion

 

Components required

 

To build

 

theiotprojects.com/esp8266-dht11-dht22-temperature-humidi...

Esquemático práctico de conexiones del ESP8266-01

After visually inspecting each LED board on the LED ring (I wanted to make sure there weren't any shorts, any opens, etc), I was ready to hook up the ring to an ESP8266 which I had programmed with a sample (demo) "FastLED" sketch.

This MakePython ESP8266 integrates the ESP8266 Module and 1.3 inch OLED, to give the MicroPython learners/ developers a suitable platform. It is true “breadboard compatible”, with the very detailed Pins explanation, it is easy to learn& use.

 

Are you looking for Arduino software development service? Then you are at the right place.

In this project, we are going to connect Node MCU ESP8266 and RFID- RC522 with MYSQL Database. So for that first we should connect our Node MCU ESP8266 Board with RFID Module. By using the RFID Module, scan RFID card and tag which are allow or not. And by using our ESP8266 we are going to send that data to our MYSQL Database which is connect through a php page.

goo.gl/JBUzBp

  

In this tutorial, I am going to show how we can insert sensor data into the MySQL database using ESP8266. we will also design a webpage that displays the sensor readings, with timestamps and other information from the database. You can visualize sensor data from anywhere by accessing the server.

 

Table Of ContentsComponents RequiredPHP Script to Insert Data into MySQL DatabaseTesting the PHP MySQL Database and a Web PageSetting Up NodeMCU ESp8266 to Insert Data into MySQL DatabaseUltrasonic HC-SR04 wiring to ESP8266Program Code ExplanationProgram Code for Inserting Data to MySQL Database with ESP8266Upload the CodeSome Frequently Asked Questions:Conclusion

 

For demonstration purposes, we’ll be using an Ultrasonic HC-SR04 sensor connected to an ESP8266 board. You can modify the program code to send readings from a different sensor like DHT11/DHT22, BMP180/BMP280, etc. or use multiple boards. theiotprojects.com/insert-data-into-mysql-database-with-e...

This tutorial is all about IoT Based Voice Controlled Home Automation Using NodeMCU & Android. Previously we have made similar types of IoT based Home Automation Projects to control relay from NodeMCU web server. We have used Asyncwebserver to control home appliances from a web browser. But, today we will build our own Home Automation Android App using MIT App Inventor. Install it on Android smartphones and control our home appliances using voice commands as well as buttons.

 

Table Of ContentsComponents RequiredBlock Diagram of Voice Controlled Home Automation using ESP8266Circuit: Wifi & Voice Controlled Home Automation Using ESP8266Android App Voice Controlled Home AutomationCreating an Android App Using MIT App Inventor:Home Automation App Download Link:Code to find NodeMCU IP AddressSource Code/Program:Video Tutorial: IoT Based Voice Controlled Home Automation Using NodeMCU & AndroidConclusion

 

This IoT based voice-controlled home automation project, allows you to interface 2/4/8 channel relay with NodeMCU ESP8266 and control different Appliances like Lights, Fan, AC cooler, Pump, etc. We will use an Android app having Several ON/OFF Buttons and voice-controlled system to send a signal to NodeMCU in order to control relay output. We will assign an IP address to NodeMCU and assign the same IP Adress to the Android App. Because our Android phone and NodeMCU should be connected to the same network for access control. theiotprojects.com/iot-voice-controlled-home-automation-n...

1 2 ••• 14 16 17 18 19