Uploaded November 2023 | Updated September 2026, 2 weeks ago
***********************************************
Follow and contact me on Instagram : instagram.com/utehstr
***********************************************
ARDUINO IDE + ESP32 + RobotDyn AC Dimmer Module.
Starting the RobotDyn AC Dimmer module with ESP32.
Controlling the RobotDyn AC Dimmer module with ESP32 Web Server.
Software used :
- Arduino IDE (V1.8.9).
- Arduino Core for The ESP32 (V1.0.6).
- Notepad++ (V8.4.6).
Arduino libraries used :
- Dimmable Light for Arduino by Fabiano Riccardi (V1.5.0)
- AsyncTCP (V1.1.1)
- ESPAsyncWebServer (V1.2.2)
- Arduino_JSON (V0.1.0)
Hardware used :
- ESP32 DEVKIT V1.
- RobotDyn AC Dimmer Module.
- Incandescent Bulb.
- And other equipment such as incandescent bulb fittings, cables and others.
Timestamp :
00:00 Opening
00:32 Project Preview
01:31 Modules and components used to create this project
01:56 Installation image
02:01 Step 1 - Testing the RobotDyn AC Dimmer Module (Code)
02:43 Step 1 - Install the Dimmable Light for Arduino library
04:11 Step 1 - Testing the RobotDyn AC Dimmer Module (Demo)
04:39 Step 1 - Flickering problem in incandescent bulbs
05:03 Step 1 - Solution for flickering in incandescent bulbs
07:41 Step 2 - Controlling AC Dimmer Module with ESP32 Web Server - Station Mode (Code)
08:25 Step 2 - Download the AsyncTCP library file
08:46 Step 2 - Download the ESPAsyncWebServer library file
09:05 Step 2 - Installed the AsyncTCP and ESPAsyncWebServer libraries
09:22 Step 2 - Installed the Arduino_JSON library
09:53 Step 2 - Create a PageIndex file
11:27 Step 2 - Station Mode Network
12:02 Step 2 - Controlling AC Dimmer Module with ESP32 Web Server - Station Mode (Demo)
13:56 Step 3 - Controlling AC Dimmer Module with ESP32 Web Server - Access Point Mode (Code)
17:28 Step 3 - Access Point Mode Network
17:57 Step 3 - Controlling AC Dimmer Module with ESP32 Web Server - Access Point Mode (Demo)
18:39 Closing
***********************************************
Download Arduino Code and other files : drive.google.com/file/d/1ecap4kORbgmC3wOjTsqSoHyYv7On1Ckv/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
- Download Notepad++ : notepad-plus-plus.org/downloads
***********************************************
***********************************************
Reference :
- Dimmable Light for Arduino : github.com/fabianoriccardi/dimmable-light
- ESP32 Web Server (WebSocket) with Multiple Sliders : randomnerdtutorials.com/esp32-web-server-websocket-sliders
- ESP32 ESP-NOW Web Server Sensor Dashboard : randomnerdtutorials.com/esp32-esp-now-wi-fi-web-server
- Using an AC dimmer with ESP32 : aranacorp.com/en/using-an-ac-dimmer-with-esp32
- Creating a custom CSS range slider with JavaScript upgrades : blog.logrocket.com/creating-custom-css-range-slider-javascript-upgrades
- How to Find the Last Row of A Single Column in Google Sheets in Apps Script : jsowl.com/find-the-last-row-of-a-single-column-in-google-sheets-in-apps-script
and from several other sources.
***********************************************
***********************************************
Follow and contact me on Instagram : instagram.com/utehstr
***********************************************
ARDUINO IDE + ESP32 + RobotDyn AC Dimmer Module.
Starting the RobotDyn AC Dimmer module with ESP32.
Controlling the RobotDyn AC Dimmer module with ESP32 Web Server.
Software used :
- Arduino IDE (V1.8.9).
- Arduino Core for The ESP32 (V1.0.6).
- Notepad++ (V8.4.6).
Arduino libraries used :
- Dimmable Light for Arduino by Fabiano Riccardi (V1.5.0)
- AsyncTCP (V1.1.1)
- ESPAsyncWebServer (V1.2.2)
- Arduino_JSON (V0.1.0)
Hardware used :
- ESP32 DEVKIT V1.
- RobotDyn AC Dimmer Module.
- Incandescent Bulb.
- And other equipment such as incandescent bulb fittings, cables and others.
Timestamp :
00:00 Opening
00:32 Project Preview
01:31 Modules and components used to create this project
01:56 Installation image
02:01 Step 1 - Testing the RobotDyn AC Dimmer Module (Code)
02:43 Step 1 - Install the Dimmable Light for Arduino library
04:11 Step 1 - Testing the RobotDyn AC Dimmer Module (Demo)
04:39 Step 1 - Flickering problem in incandescent bulbs
05:03 Step 1 - Solution for flickering in incandescent bulbs
07:41 Step 2 - Controlling AC Dimmer Module with ESP32 Web Server - Station Mode (Code)
08:25 Step 2 - Download the AsyncTCP library file
08:46 Step 2 - Download the ESPAsyncWebServer library file
09:05 Step 2 - Installed the AsyncTCP and ESPAsyncWebServer libraries
09:22 Step 2 - Installed the Arduino_JSON library
09:53 Step 2 - Create a PageIndex file
11:27 Step 2 - Station Mode Network
12:02 Step 2 - Controlling AC Dimmer Module with ESP32 Web Server - Station Mode (Demo)
13:56 Step 3 - Controlling AC Dimmer Module with ESP32 Web Server - Access Point Mode (Code)
17:28 Step 3 - Access Point Mode Network
17:57 Step 3 - Controlling AC Dimmer Module with ESP32 Web Server - Access Point Mode (Demo)
18:39 Closing
***********************************************
Download Arduino Code and other files : drive.google.com/file/d/1ecap4kORbgmC3wOjTsqSoHyYv7On1Ckv/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
- Download Notepad++ : notepad-plus-plus.org/downloads
***********************************************
***********************************************
Reference :
- Dimmable Light for Arduino : github.com/fabianoriccardi/dimmable-light
- ESP32 Web Server (WebSocket) with Multiple Sliders : randomnerdtutorials.com/esp32-web-server-websocket-sliders
- ESP32 ESP-NOW Web Server Sensor Dashboard : randomnerdtutorials.com/esp32-esp-now-wi-fi-web-server
- Using an AC dimmer with ESP32 : aranacorp.com/en/using-an-ac-dimmer-with-esp32
- Creating a custom CSS range slider with JavaScript upgrades : blog.logrocket.com/creating-custom-css-range-slider-javascript-upgrades
- How to Find the Last Row of A Single Column in Google Sheets in Apps Script : jsowl.com/find-the-last-row-of-a-single-column-in-google-sheets-in-apps-script
and from several other sources.
***********************************************

![Basic4Android (B4A) | Arc Menu / Circle Menu
Basic4Android (B4A) | Arc Menu / Circle Menu. In this video I use Basic4Android Version 7.80 and Leapdroid Version 1.8.0.0 Android Emulator.
For beginners Basic4Android (B4A) Users : https://www.youtube.com/watch?v BIq32-qEgA
***********************************************
Thanks for watching & dont forget to like, comment and Subscribe...
***********************************************
***********************************************
Download & Installation Basic4Android : https://www.b4x.com/b4a.html
***********************************************
Download Leapdroid (Android Emulator) : https://leapdroid.en.softonic.com/
***********************************************
Arc Menu [Class] + [Lib] : https://www.b4x.com/android/forum/threads/arc-menu-class-lib.28285/
***********************************************
Images in this Project :
Menu : https://www.iconfinder.com/icons/1886909/document_extension_file_list_menu_text_icon
Home : https://www.iconfinder.com/icons/981080/basic_home_house_thiago_pontes_icon
User : https://www.iconfinder.com/icons/981085/basic_people_profile_thiago_pontes_user_icon
Search : https://www.iconfinder.com/icons/2024633/find_magnifier_research_search_icon
Location : https://www.iconfinder.com/icons/1055034/location_navigation_pin_icon
Information : https://www.iconfinder.com/icons/211679/circled_information_icon
Camera : https://www.iconfinder.com/icons/1886519/camera_digital_dslr_fullframe_photo_photograph_icon
Close : https://www.iconfinder.com/icons/1891023/cancel_cercle_close_delete_dismiss_remove_icon
Message : https://www.iconfinder.com/icons/1011335/email_envelope_mail_message_send_icon
***********************************************
Opening Intro Template : https://www.youtube.com/watch?v OdzgZKFGIk
*********************************************** Basic4Android (B4A) | Arc Menu / Circle Menu](https://i.ytimg.com/vi/P_nKywTI-O0/mqdefault.jpg)


![ARDUINO IDE + ESP32 + TFT LCD Touchscreen + Pulse Sensor + LVGL + EEZ Studio | Monitoring Heart Rate
***********************************************
Follow and contact me on Instagram : https://www.instagram.com/utehstr/
***********************************************
***********************************************
ARDUINO IDE + ESP32 + 3.2 Inch TFT LCD Touchscreen SPI Serial ILI9341 240*320 Pixel + Pulse Sensor + LVGL + EEZ Studio.
- Monitoring Heart Rate with Arduino IDE, ESP32, TFT LCD Touchscreen ILI9341 240*320, Pulse Sensor, LVGL and EEZ Studio.
Software used :
- Arduino IDE (V1.8.19).
- EEZ Studio (V0.20.0).
- Python (V3.10.2).
Python Packages/Modules used :
- pypng (V0.20220715.0).
- lz4 (V4.3.3).
Arduino core :
- Arduino core for the ESP32 (V2.0.16) / ESP32 board in Arduino IDE.
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).
Hardware used :
- ESP32 DEVKIT V1.
- 3.2 Inch TFT LCD Touchscreen SPI Serial ILI9341 240*320 Pixel.
- Pulse Sensor.
- And other equipment such as cables, power supplies and others.
Timestamp :
00:00 Opening
00:36 Project Preview
01:24 Modules used
01:49 Installation image
01:59 Software and arduino libraries and more
02:24 Creating UI with EEZ Studio
23:09 Test the Pulse Sensor
24:30 Test the Pulse Sensor - Demo
24:59 Screen Display Test and Touchscreen Calibration
26:18 Screen Display Test and Touchscreen Calibration - Demo
28:28 Erase and Reformat The NVS Memory
29:32 Monitoring Heart Rate
31:41 Monitoring Heart Rate - Demo
34:43 Closing
***********************************************
Download the project files (program code files and other files) here : https://drive.google.com/file/d/1-Gi_umanPJ-um2WQEsF3x668oaWFQ1wV/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 ESP32-2432S028R Use Image Buttons to create multiple image slideshow (Beginner) :
https://youtu.be/4E10pMgt330?si=cOhNMvYcqfISdK3K
- [LVGL] Show info message while image building failed for LVGL 9.x :
https://github.com/eez-open/studio/issues/581
- LVGL Table (lv_table) :
https://docs.lvgl.io/9.2/widgets/table.html
- LVGL lv_table.h :
https://docs.lvgl.io/9.2/API/widgets/table/lv_table.html#lv-table-h
- LVGL Events :
https://docs.lvgl.io/9.2/overview/event.html
- LVGL Chart (lv_chart) :
https://docs.lvgl.io/9.2/widgets/chart.html
- LVGL How to change to table cell’s padding? :
https://forum.lvgl.io/t/how-to-change-to-table-cells-padding/7001
- LVGL Is there a better way of clearing lv_table_add_cell_ctrl? :
https://forum.lvgl.io/t/is-there-a-better-way-of-clearing-lv-table-add-cell-ctrl/7970
- ESP32 ADC – Read Analog Values with Arduino IDE :
https://randomnerdtutorials.com/esp32-adc-analog-read-arduino-ide/
- ESP32 Save Data Permanently using Preferences Library :
https://randomnerdtutorials.com/esp32-save-data-permanently-preferences/
*********************************************** ARDUINO IDE + ESP32 + TFT LCD Touchscreen + Pulse Sensor + LVGL + EEZ Studio | Monitoring Heart Rate](https://i.ytimg.com/vi/PgMRuJThtA4/mqdefault.jpg)





