Arduino & Nextion Display - Use Slider to Control LED Brightness
by RonFrtek in Circuits > Arduino
742 Views, 2 Favorites, 0 Comments
Arduino & Nextion Display - Use Slider to Control LED Brightness
In this project we are going to learn how to control the LED brightness using a Nextion Display with a simple slider. Using the slider we are going to increase or decrease PWM Using the same principle you can control a DC motor with a PWM or any other thing that uses the analog signal.
Check my other projects to get more ideas!
Watch the Video!
What You Will Need
- Arduino UNO (or any other board)
- Nextion Display
- 1X LED
- 1X 1 Kilo ohm resistor
- Breadboard
- Jumper wires
- Nextion Editor program: Download Nextion
- Visuino program: Download Visuino
The Circuit
- Connect Nextion Display VCC red wire to Arduino 5V pin
- Connect Nextion Display GND black wire to Arduino GND pin
- Connect Nextion Display Yellow wire (RX) wire to Arduino TX pin
- Connect Nextion Display Blue wire (TX) wire to Arduino RX pin
- Connect LED positive pin to Arduino digital pin 6
- Connect Resistor one end to LED negative pin
- Connect Resistor other end to Arduino GND pin
Nextion Editor
- Download Nextion Editor and Install it
- Start Nextion Editor
- In the Nextion Editor click on the "New" button
- In the Window set the name for the Project like "LEDPWM"
- In the "Setting" window select the Model of your Nextion Display & click "Ok"
- Select Display Direction 90 & click "Ok"
- In the Editor on the left in the "Toolbox" find "Slider" & drag it to the right
- Center & Resize the Slider
- In the "Event" window > Touch Press Event" Check the "Send component ID"
- In the "Event" window > Touch Release Event" Check the "Send component ID"
- In the Toolbar click on the "Compile" button
- In the Menu Select "File" > "TFT File Output"
- Set the Output folder & click on the "Output" button
- Save the File to the SD card
- Insert the SD card to your Nextion Display
- Power the Arduino and you will notice that the Nextion Display will start to Update it self
- On the Finish disconnect the power and remove the SD card from the Nextion display
Start Visuino, and Select the Arduino UNO Board Type
The Visuino: https://www.visuino.eu needs to be installed. 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 UNO" as shown on Picture 2
In Visuino Add, Set & Connect Components
- Add "Nextion Display" component
- Double click on the "DisplayNextion1" And in the Elements window drag "Slider" to the left side.
- In the properties window: Make sure that the Max & Min are the same values as the maxval & minval in the Nextion Editor (see picture 3 & picture 4)
- And close the Elements window
- Connect "DisplayNextion1" pin out to Arduino Serial pin
- Connect "DisplayNextion1" > "Slider1" pin Out to Arduino Analog PWM pin [6]
- Before Uploading Disconnect RX pin on Arduino and After the Upload Connect the RX pin back (see picture 6)
Generate, Compile, and Upload the Arduino Code
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.
Play
If you power the Arduino module, the Nextion Display will show the Slider and if you press & move the slider the LED brightness will change.
Congratulations! You have completed your project with Visuino. Also attached is the Visuino project file, that I created for this Tutorial, you can download it and open it in Visuino: https://www.visuino.eu