Control LED Blinking With a Potentiometer and OLED Display

by RonFrtek in Circuits > Arduino

1286 Views, 1 Favorites, 0 Comments

Control LED Blinking With a Potentiometer and OLED Display

Control LED Blinking Pulses With a Potentiometer and OLED Display

In this tutorial we will learn how to control the LED Blinking with a potentiometer and Display the pulse frequency value on the OLED Display.

Watch a demonstration video.

What You Will Need

oled.png
01f6403d-2be5-4787-93c1-5f1f6ea5e9a2.jpg
VisuinoAdvrtisementM5Stack6.jpg
5mm_Red_LED.jpg
FZEK4WBK3XGYAP0.LARGE.jpg
jumper-wires.jpg
  • Arduino UNO (or any other Arduino)
  • LED
  • PotentiometerJumper wires
  • OLED Display
  • Visuino program: Download Visuino

The Circuit

led-pulse-potentiometer.jpg
  • Connect potentiometer pin [DTB] to arduino analog pin [A0]
  • Connect potentiometer pin [VCC] to arduino pin [5V]
  • Connect potentiometer pin [GND] to arduino pin [GND]
  • Connect LED positive pin to Arduino digital pin [7]
  • Connect LED positive pin to Arduino pin [GND]
  • Connect OLED display pin [VCC] to arduino pin [5V]
  • Connect OLED display pin [GND] to arduino pin [GND]
  • Connect OLED display pin [SDA] to arduino pin [SDA]
  • Connect OLED display pin [SCL] to arduino pin [SCL]

Start Visuino, and Select the Arduino UNO Board Type

FL8QFGAK5H5EPPK.LARGE.jpg
FBL8FPKK5H5EPPI.LARGE.jpg

To start programming the Arduino, you will need to have the Arduino IDE installed from here: https://www.arduino.cc/.

Please be aware that there are some critical bugs in Arduino IDE 1.6.6. Make sure that you install 1.6.7 or higher, otherwise this Instructable will not work! If you have not done follow the steps in this Instructable to setup the Arduino IDE to program Arduino UNO! The Visuino: https://www.visuino.eu also 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 & Connect Components

2020-01-23_9-59-09.jpg
2020-01-23_10-00-14.jpg
2020-01-23_10-00-51.jpg
2020-01-23_10-01-25.jpg
  • Add "Pulse Generator" component
    In the properties window select "Frequency" and click on the pin icon and select "Float SinkPin"
  • Add "Multiply Analog By Value" component and in the properties window set "Value" to 10
  • Add "OLED display I2C"
    -Double click on the DisplayOLED1 component
    -In the element window expand "Text" and drag "Text Field" to the left side
    -Select "Text Field1" on the left side and in the properties window set size to: 2

    Close the elements window
  • Connect Arduino AnalogIn [0] to "MultiplyByValue1" pin[In]
  • Connect "MultiplyByValue1" pin [Out] to DisplayOLED1>Text Field1>pin In
  • Connect "MultiplyByValue1" pin [Out] to "PulseGenerator1" pin[Frequency]
  • Connect DisplayOLED1 pin I2C Out to Arduino I2C In
  • Connect "PulseGenerator1" pin[Out] to Arduino digital pin[7]

Generate, Compile, and Upload the Arduino Code

FRPZP66K393CM4O.LARGE.jpg
F7PZ4XBK5H5ERJK.LARGE.jpg

In Visuino, Press F9 or click on the button shown on Picture 1 to generate the Arduino code, and open the Arduino IDE

In the Arduino IDE, click on the Upload button, to compile and upload the code (Picture 2)

Play

If you power the Arduino UNO module, and change the potentiometer position the LED will change its blinking frequency and the potentiometer value (frequency) will be displayed on the OLED display.

Congratulations! You have completed your project with Visuino. Also attached is the Visuino project, that I created for this Instructable, you can download it here and open it in Visuino: https://www.visuino.eu