Dim The Rgb Led Arduino Nano Esp32 Using Visuino
About the project
In this tutorial we will use the built-in RGB LED on Arduino Nano ESP32 and Visuino to make dim the LED using the Pulse Width Modulation.
Project info
Difficulty: Easy
Estimated time: 1 hour
License: GNU General Public License, version 3 or later (GPL3+)
Items used in this project
Story
1 / 2
- Arduino Nano ESP32
- Visuino program: Download Visuino
1 / 2
Start Visuino as shown in the first picture Click on the "Tools" button on the Arduino component (Picture 1) in Visuino When the dialog appears, select "Arduino Nano ESP32" as shown on Picture 2
Step 3: In Visuino Add & Connect Components1 / 3
- Add "Sine Analog Generator" component
- Connect "SineAnalogGenerator1" pin [Out] to Arduino Nano ESP32 > RGB > Blue pin [Digital]
- If you want to change the speed just select the "SineAnalogGenerator1" and in the properties window change the "Frequency"
In Visuino, at the bottom click on the "Build" Tab, make sure the correct port is selected, then click on the "Compile/Build and Upload" button.
Step 5: PlayAfter uploading the project to the Arduino Nano ESP32 the internal RGB LED will start to Dim.
Congratulations! You have completed your LED project with Visuino. Also attached is the Visuino project, that I created for this Tutorial. You can download and open it in Visuino: https://www.visuino.com
Leave your feedback...