Uploaded August 2022 | Updated September 2026, 2 weeks ago
Arduino IDE + ESP32 + DHT11 + ESP-NOW + Web Server | ESP32 ESP-NOW and Web Server (MONITORING).
In this project video I use Arduino IDE 1.8.9 , Notepad++ V7.7.1 , Arduino Core for The ESP32, ESP32 / ESP32 DEVKIT V1 (1 ESP32 Receiver & 2 ESP32 Sender) and DHT11 Sensor.
00:00 Opening
00:38 Project Preview
01:42 Brief Description of ESP-NOW
01:59 Image of DHT11 sensor installation with ESP32 Sender
02:04 The modes used by the ESP32 Web Server (ESP32 Receiver)
02:10 Getting the MAC Address of the ESP32 Receiver
04:01 ESP32 ESP-NOW Web Server uses Access Point Mode
04:06 Diagram picture of ESP-NOW with ESP32 Receiver/Web Server using Access Point mode
04:11 Arduino Code for ESP32 Receiver/Web Server (AP Mode)
04:59 Installed the AsyncTCP and ESPAsyncWebServer libraries
05:40 Installed the Arduino_JSON library
06:07 Create the PageIndex.h
08:09 Arduino Code for ESP32 Sender 1 (AP Mode)
09:15 Installed the DHT11 sensor library
09:43 Installed the Adafruit Unified Sensor library
10:24 Enter the MAC address of the ESP32 Receiver into the ESP32 Sender code
11:15 ESP32 Sender 1 ID
11:56 Arduino Code for ESP32 Sender 2 (AP Mode)
12:40 ESP32 Sender 2 ID
13:01 ESP32 ESP-NOW Web Server with Access Point Mode - Demo
18:12 ESP32 ESP-NOW Web Server uses Access Point + Station Mode
18:17 Diagram picture of ESP-NOW with ESP32 Receiver/Web Server using Access Point + Station mode
18:22 Arduino Code for ESP32 Receiver/Web Server (AP + STA Mode)
20:05 Arduino Code for ESP32 Sender 1 (AP + STA Mode)
22:32 Arduino Code for ESP32 Sender 2 (AP + STA Mode)
23:22 ESP32 ESP-NOW Web Server with Access Point + Station Mode - Demo
28:03 Closing
Download Arduino Code and other files : drive.google.com/file/d/1KQraRZEALeRe75cPkovjKQPtBP8Gn08s/view?usp=sharing
The code file is saved in the .rar file format. I created a .rar file using Winrar V5.50, so to extract it, make sure you use the same version of Winrar that I use or the latest version or use the winrar extractor online.
SORRY IF MY ENGLISH IS CONFUSING, I USE AN ONLINE TRANSLATOR.
THANKS FOR WATCHING & DON'T FORGET TO LIKE , SHARE, COMMENT AND SUBSCRIBE.
***********************************************
For other video tutorials on this channel, please see this playlist:
- Basic4Android (B4A) Tutorials : youtube.com/watch?v=-BIq32-qEgA&list=PLnXsmScWzcm6RVlhPM7qg_OJ2N8OpV99d
- Electronics Tutorials : youtube.com/watch?v=rLdsWt6EP6w&list=PLnXsmScWzcm766h5Dn4AJjbJRzDfCPh4h
- Arduino Tutorials : youtube.com/watch?v=A3_EBZqCG5s&list=PLnXsmScWzcm48hvcTTRAUFcP5Fjd4u8cS
- Great Cow Basic Tutorials : youtube.com/watch?v=orHrLmEvp0o&list=PLnXsmScWzcm7xejzacm5cKJMIh_tXXxN8
- Bascom Avr Tutorials : youtube.com/watch?v=JYKSkNQq9eM&list=PLnXsmScWzcm6F9gX1wYenqjKdqVSM7d6B
- VB .NET Tutorials : youtube.com/watch?v=Sy2vjWO0ydM&list=PLnXsmScWzcm4g8AWEJ6WXVUOBh_cWF5_z
- LoLin NodeMCU V3 ESP12E ESP8266 Tutorials : youtube.com/watch?v=8jMr94B8iN0&list=PLnXsmScWzcm5MERfTvcUNKsYhOUGKe3-V
- ESP32 Tutorials : youtube.com/watch?v=To3TIOFX6cA&list=PLnXsmScWzcm7Y5yCDItJP5Kny_MJ8DeDD
- ESP32 CAM Tutorials : youtube.com/watch?v=_5VmYJZI4XI&list=PLnXsmScWzcm6HjC0CIfVmRG1855tjhj5z
***********************************************
***********************************************
Download Arduino IDE : arduino.cc/en/Main/Software
***********************************************
***********************************************
Libraries used :
- AsyncTCP : github.com/me-no-dev/AsyncTCP
- ESPAsyncWebServer : github.com/me-no-dev/ESPAsyncWebServer
- Arduino_JSON : arduino.cc/reference/en/libraries/arduino_json
- DHT11 (DHT sensor library) : arduino.cc/reference/en/libraries/dht-sensor-library
- Adafruit Unified Sensor : arduino.cc/reference/en/libraries/adafruit-unified-sensor
***********************************************
***********************************************
Reference :
- Arduino Core for The ESP32 : github.com/espressif/arduino-esp32
- Color reference when editing video : arduino.cc/en/Trademark/CommunityLogo
- ESP32: ESP-NOW Web Server Sensor Dashboard (ESP-NOW + Wi-Fi) : randomnerdtutorials.com/esp32-esp-now-wi-fi-web-server
- How to Get Current Date & Time in JavaScript : phoenixnap.com/kb/how-to-get-the-current-date-and-time-javascript
- JavaScript: Get minutes with leading zeros : w3resource.com/javascript-exercises/javascript-date-exercise-35.php
- ESP32 Wi-Fi : espressif-docs.readthedocs-hosted.com/projects/espressif-esp-faq/en/latest/software-framework/wifi.html
- ESP-NOW : espressif.com/en/products/software/esp-now/overview
and from several other sources.
***********************************************
Arduino IDE + ESP32 + DHT11 + ESP-NOW + Web Server | ESP32 ESP-NOW and Web Server (MONITORING).
In this project video I use Arduino IDE 1.8.9 , Notepad++ V7.7.1 , Arduino Core for The ESP32, ESP32 / ESP32 DEVKIT V1 (1 ESP32 Receiver & 2 ESP32 Sender) and DHT11 Sensor.
00:00 Opening
00:38 Project Preview
01:42 Brief Description of ESP-NOW
01:59 Image of DHT11 sensor installation with ESP32 Sender
02:04 The modes used by the ESP32 Web Server (ESP32 Receiver)
02:10 Getting the MAC Address of the ESP32 Receiver
04:01 ESP32 ESP-NOW Web Server uses Access Point Mode
04:06 Diagram picture of ESP-NOW with ESP32 Receiver/Web Server using Access Point mode
04:11 Arduino Code for ESP32 Receiver/Web Server (AP Mode)
04:59 Installed the AsyncTCP and ESPAsyncWebServer libraries
05:40 Installed the Arduino_JSON library
06:07 Create the PageIndex.h
08:09 Arduino Code for ESP32 Sender 1 (AP Mode)
09:15 Installed the DHT11 sensor library
09:43 Installed the Adafruit Unified Sensor library
10:24 Enter the MAC address of the ESP32 Receiver into the ESP32 Sender code
11:15 ESP32 Sender 1 ID
11:56 Arduino Code for ESP32 Sender 2 (AP Mode)
12:40 ESP32 Sender 2 ID
13:01 ESP32 ESP-NOW Web Server with Access Point Mode - Demo
18:12 ESP32 ESP-NOW Web Server uses Access Point + Station Mode
18:17 Diagram picture of ESP-NOW with ESP32 Receiver/Web Server using Access Point + Station mode
18:22 Arduino Code for ESP32 Receiver/Web Server (AP + STA Mode)
20:05 Arduino Code for ESP32 Sender 1 (AP + STA Mode)
22:32 Arduino Code for ESP32 Sender 2 (AP + STA Mode)
23:22 ESP32 ESP-NOW Web Server with Access Point + Station Mode - Demo
28:03 Closing
Download Arduino Code and other files : drive.google.com/file/d/1KQraRZEALeRe75cPkovjKQPtBP8Gn08s/view?usp=sharing
The code file is saved in the .rar file format. I created a .rar file using Winrar V5.50, so to extract it, make sure you use the same version of Winrar that I use or the latest version or use the winrar extractor online.
SORRY IF MY ENGLISH IS CONFUSING, I USE AN ONLINE TRANSLATOR.
THANKS FOR WATCHING & DON'T FORGET TO LIKE , SHARE, COMMENT AND SUBSCRIBE.
***********************************************
For other video tutorials on this channel, please see this playlist:
- Basic4Android (B4A) Tutorials : youtube.com/watch?v=-BIq32-qEgA&list=PLnXsmScWzcm6RVlhPM7qg_OJ2N8OpV99d
- Electronics Tutorials : youtube.com/watch?v=rLdsWt6EP6w&list=PLnXsmScWzcm766h5Dn4AJjbJRzDfCPh4h
- Arduino Tutorials : youtube.com/watch?v=A3_EBZqCG5s&list=PLnXsmScWzcm48hvcTTRAUFcP5Fjd4u8cS
- Great Cow Basic Tutorials : youtube.com/watch?v=orHrLmEvp0o&list=PLnXsmScWzcm7xejzacm5cKJMIh_tXXxN8
- Bascom Avr Tutorials : youtube.com/watch?v=JYKSkNQq9eM&list=PLnXsmScWzcm6F9gX1wYenqjKdqVSM7d6B
- VB .NET Tutorials : youtube.com/watch?v=Sy2vjWO0ydM&list=PLnXsmScWzcm4g8AWEJ6WXVUOBh_cWF5_z
- LoLin NodeMCU V3 ESP12E ESP8266 Tutorials : youtube.com/watch?v=8jMr94B8iN0&list=PLnXsmScWzcm5MERfTvcUNKsYhOUGKe3-V
- ESP32 Tutorials : youtube.com/watch?v=To3TIOFX6cA&list=PLnXsmScWzcm7Y5yCDItJP5Kny_MJ8DeDD
- ESP32 CAM Tutorials : youtube.com/watch?v=_5VmYJZI4XI&list=PLnXsmScWzcm6HjC0CIfVmRG1855tjhj5z
***********************************************
***********************************************
Download Arduino IDE : arduino.cc/en/Main/Software
***********************************************
***********************************************
Libraries used :
- AsyncTCP : github.com/me-no-dev/AsyncTCP
- ESPAsyncWebServer : github.com/me-no-dev/ESPAsyncWebServer
- Arduino_JSON : arduino.cc/reference/en/libraries/arduino_json
- DHT11 (DHT sensor library) : arduino.cc/reference/en/libraries/dht-sensor-library
- Adafruit Unified Sensor : arduino.cc/reference/en/libraries/adafruit-unified-sensor
***********************************************
***********************************************
Reference :
- Arduino Core for The ESP32 : github.com/espressif/arduino-esp32
- Color reference when editing video : arduino.cc/en/Trademark/CommunityLogo
- ESP32: ESP-NOW Web Server Sensor Dashboard (ESP-NOW + Wi-Fi) : randomnerdtutorials.com/esp32-esp-now-wi-fi-web-server
- How to Get Current Date & Time in JavaScript : phoenixnap.com/kb/how-to-get-the-current-date-and-time-javascript
- JavaScript: Get minutes with leading zeros : w3resource.com/javascript-exercises/javascript-date-exercise-35.php
- ESP32 Wi-Fi : espressif-docs.readthedocs-hosted.com/projects/espressif-esp-faq/en/latest/software-framework/wifi.html
- ESP-NOW : espressif.com/en/products/software/esp-now/overview
and from several other sources.
***********************************************


![Arduino | Control The LED with Bluetooth Module HC-06 and Arduino
Arduino | Control The LED with Bluetooth Module HC 06 and Arduino.
***********************************************
Thanks for watching & dont forget to like, comment and Subscribe...
***********************************************
***********************************************
Arduino IDE : https://www.arduino.cc/en/Main/Software
***********************************************
Opening Intro Template : https://www.youtube.com/watch?v OdzgZKFGIk
***********************************************
Bluetooth Terminal App : https://play.google.com/store/apps/details?id=ptah.apps.bluetoothterminal
***********************************************
Music Background :
Track: Defqwop - Awakening [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/B-m7X1-T1hQ
Free Download / Stream: http://ncs.io/AwakeningYO
Track: Lennart Schroot & Unknown Brain - Kuyenda (feat. Sru) [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/mmE9jmX6Tpk
Free Download / Stream: http://ncs.io/KuyendaYO
*********************************************** Arduino | Control The LED with Bluetooth Module HC-06 and Arduino](https://i.ytimg.com/vi/wybYre2GOBs/mqdefault.jpg)
![ARDUINO IDE + ESP32-CAM + TFT LCD + LVGL + EEZ Studio | QR Code Scanner with ESP32-CAM and TFT LCD
***********************************************
Follow and contact me on Instagram : https://www.instagram.com/utehstr/
***********************************************
***********************************************
ARDUINO IDE + ESP32-CAM + 3.2 TFT LCD Touchscreen ILI9341 240x320 + LVGL + EEZ Studio.
- QR Code Reader/Scanner with ESP32-CAM and TFT LCD Touchscreen.
Software used :
- Arduino IDE (V1.8.19).
- EEZ Studio (V0.23.2).
- Python (V3.10.2).
Python Packages/Modules used :
- pypng (V0.20220715.0).
- lz4 (V4.3.3).
Arduino core (ESP32 board in Arduino IDE) :
- Arduino core for the ESP32 (V2.0.16).
Arduino libraries used :
- TFT_eSPI by Bodmer (V2.5.43).
- XPT2046_Touchscreen by Paul Stoffregen (V1.4.0).
- lvgl by kisvegabor, embeddedt and pete-pjb (V9.2.0).
- TJpg_Decoder by Bodmer (V1.1.0).
- Quirc by Daniel Beer.
Hardware used :
- ESP32-CAM AI-Thinker.
- ESP32-CAM-MB USB Programmer.
- 3.2 TFT LCD Touchscreen ILI9341 240*320 Pixel.
- And other equipment such as cables, power supplies and others.
Timestamp :
00:00 Opening
00:27 Project Preview
01:24 The modules used to create this project
01:44 Installation image
02:00 Step 1 - Creating GUI with EEZ Studio
13:48 Step 2 - Arduino code
15:52 Step 2 - Quirc library installation
18:24 Step 2 - Creating QR Codes
21:18 Project Demo
24:17 Closing
***********************************************
Download the project files (program code files and other files) here : https://drive.google.com/file/d/1_kszp2DN9EEf7AhcL3dL8gycMsfylTK4/view?usp=sharing
The code file is saved in the .rar file format. I created a .rar file using Winrar V5.50, so to extract it, make sure you use the same version of Winrar that I use or the latest version or use the winrar extractor online.
***********************************************
SORRY IF MY ENGLISH IS CONFUSING, I USE AN ONLINE TRANSLATOR.
THANKS FOR WATCHING & DONT FORGET TO LIKE , SHARE, COMMENT AND SUBSCRIBE.
***********************************************
For other video tutorials on this channel, please see this playlist:
- Basic4Android (B4A) Tutorials : https://www.youtube.com/watch?v BIq32-qEgA&list=PLnXsmScWzcm6RVlhPM7qg_OJ2N8OpV99d
- Electronics Tutorials : https://www.youtube.com/watch?v=rLdsWt6EP6w&list=PLnXsmScWzcm766h5Dn4AJjbJRzDfCPh4h
- Arduino Tutorials : https://www.youtube.com/watch?v=A3_EBZqCG5s&list=PLnXsmScWzcm48hvcTTRAUFcP5Fjd4u8cS
- Great Cow Basic Tutorials : https://www.youtube.com/watch?v=orHrLmEvp0o&list=PLnXsmScWzcm7xejzacm5cKJMIh_tXXxN8
- Bascom Avr Tutorials : https://www.youtube.com/watch?v=JYKSkNQq9eM&list=PLnXsmScWzcm6F9gX1wYenqjKdqVSM7d6B
- VB .NET Tutorials : https://www.youtube.com/watch?v=Sy2vjWO0ydM&list=PLnXsmScWzcm4g8AWEJ6WXVUOBh_cWF5_z
- LoLin NodeMCU V3 ESP12E ESP8266 Tutorials : https://www.youtube.com/watch?v=8jMr94B8iN0&list=PLnXsmScWzcm5MERfTvcUNKsYhOUGKe3-V
- ESP32 Tutorials : https://www.youtube.com/watch?v=To3TIOFX6cA&list=PLnXsmScWzcm7Y5yCDItJP5Kny_MJ8DeDD
- ESP32 CAM Tutorials : https://www.youtube.com/watch?v 5VmYJZI4XI&list=PLnXsmScWzcm6HjC0CIfVmRG1855tjhj5z
***********************************************
Links to download the software and libraries used and further information are available in the program code.
***********************************************
References :
- LVGL with ESP32 TFT LCD Touchscreen Display – 2.8 inch ILI9341 240×320 (Arduino IDE) :
https://randomnerdtutorials.com/lvgl-esp32-tft-touchscreen-display-ili9341-arduino/
- Export an EEZ Studio UI to Arduino : https://nerdhut.de/2024/08/08/export-eez-studio-ui-to-arduino/
- LVGL ESP32 2432S028R CYD example with EEZ Studio : https://youtu.be/1fXV2woCHqA?si=enkX8N2_5U8ZV1w6
- [LVGL] Show info message while image building failed for LVGL 9.x :
https://github.com/eez-open/studio/issues/581
- ESP32_CAM_TOY_CAMERA : https://github.com/0015/ThatProject/tree/master/ESP32CAM_Projects/ESP32_CAM_TOY_CAMERA
- ESP32-CAM AI-Thinker Pinout Guide: GPIOs Usage Explained : https://randomnerdtutorials.com/esp32-cam-ai-thinker-pinout/
- ESP32-CAM QR Code Reader (off-line) : https://www.youtube.com/watch?v=ULZL37YqJc8
- ESP32QRCodeReader_Page : https://github.com/fustyles/Arduino/tree/master/ESP32-CAM_QRCode_Recognition/ESP32QRCodeReader_Page
- Manage FreeRTOS tasks - Suspend, Delay, Resume, Delete :
https://simplyexplained.com/courses/programming-esp32-with-arduino/manage-freertos-tasks/
- The complete reference list can be seen in the program code file.
*********************************************** ARDUINO IDE + ESP32-CAM + TFT LCD + LVGL + EEZ Studio | QR Code Scanner with ESP32-CAM and TFT LCD](https://i.ytimg.com/vi/xHGxZRJ8p1s/mqdefault.jpg)


![Bascom Avr | 74HC595 Shift Register Control
Bascom Avr | 74HC595 Shift Register Control. In this video i am using arduino uno board.
For Beginner Bascom Avr with Arduino Uno Board Users : https://www.youtube.com/watch?v=JYKSkNQq9eM
***********************************************
***********************************************
Thanks for watching & dont forget to like, comment and Subscribe...
***********************************************
***********************************************
***********************************************
Bascom Avr : https://www.mcselec.com/index.php?option=com_content&task=view&id=14
***********************************************
Arduino Boards : https://www.arduino.cc/en/Main/Boards
***********************************************
Fritzing : http://fritzing.org/home/
***********************************************
Opening Intro Template : https://www.youtube.com/watch?v OdzgZKFGIk
***********************************************
Arduino Uno Board Image : https://cdn.arduino.cc/homepage/static/media/arduino-UNO.bcc69bde.png
***********************************************
Music Background :
Track: Inukshuk - Too Far Gone [NCS Release]
Music provided by NoCopyrightSounds.
Watch: https://youtu.be/60XUgHQo71Q
Free Download / Stream: http://ncs.io/TooFarGoneYO
*********************************************** Bascom Avr | 74HC595 Shift Register Control](https://i.ytimg.com/vi/yZBU6okM54c/mqdefault.jpg)



