Excellent! Straightforward, no none sense Don't forget to, 1 hour before, connect the potentiometer Terminal 1 to the hot line
@NRT-5.56 Жыл бұрын
I wish I had you as a teacher in grade school, or high school. Your video is easy to follow, and I wish I had Access to tools, equipment, and instruction that would have furthered my education In programming, coding, and electronic projects when I was younger. Please do not stop making videos. Your dedication to inspiring people, and young minds does not go unnoticed. Unfortunately, because I was subject to a deprivation to useful information as a child, I had to learn everything on my own and outside of the public education system.
for those facing trouble simulating, just adjust your contrast with the potentiometer
@zainsanimations6904 Жыл бұрын
how do i turn the dial on it though?
@johanbadenhorst81203 жыл бұрын
Thanks this makes it so clear!
@camilagomes29569 ай бұрын
thanks a lot for helping me out!
@PrabhavathyS2 жыл бұрын
Hello sir, i tried using your code it's simulating, but message is not displayed in the LCD board, please give some suggestions
@MRLONGCTE Жыл бұрын
Your potentiometer has to be turned all the way up. You would have No display otherwise even if lcd is on.
@bilalmuhammed3987 Жыл бұрын
@@MRLONGCTE Even after doing it, its not displaying
@SubcribeWithoutanyvideo-mt4zz Жыл бұрын
i face the same solution even i turn the potentiometer all the way up, my solution you have to connect the black wire to ground board first and then you can connect from ground to the potentiometer leg.
@dang48 Жыл бұрын
@@SubcribeWithoutanyvideo-mt4zz Thank you for the suggestion. I had the same issue and your wiring suggestion corrected it.
@ibukunking-davidbello47359 ай бұрын
@@SubcribeWithoutanyvideo-mt4zz tnks alot works now , I had the same issue to
@hsushdvdhghdubehdh41763 жыл бұрын
Hi may i ask what is the value of potentiometer and resistor? Thx
@petarpetrov44587 ай бұрын
my lcd works but, message is not showing, how can i fix this?
@hellrevargen7 ай бұрын
bro has 2 separet intros
@piyuanuththara30952 жыл бұрын
Why not display message in lcd
@san_71233 жыл бұрын
i need tinkercad link.......
@mdbulbulahmed166 Жыл бұрын
Thank you ❤
@karanbhatia13043 жыл бұрын
The LCD isn't playing my message. Any suggestions?
@zettkusanagi63222 жыл бұрын
potentiometer had to be turned all the way up. No display otherwise even if lcd is on.
@dang48 Жыл бұрын
Also, split the positive wire for the potentiometer (Terminal 1) so that one part is connected directly to the positive bus on the breadboard and a second wire connected from the LCD directly to the positive bus on the breadboard. It worked for me.
@-ScienceisScience Жыл бұрын
@@dang48 in the LCD from where to where should I connect to the positive bus, I meant which pin
@harveyengada20372 ай бұрын
@@dang48 hi bro how to fix the wirings it didn't show message??
@dominykasbubnys3051Ай бұрын
Try to check wire connection between potentiometer and GND port in LCD board. Make sure that wire goes from GND to potentiometer correctly. It must be grounded and only then connected to potentiometer.
@dhanushkadalpathadu93793 жыл бұрын
what is the code
@MRLONGCTE3 жыл бұрын
#include // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); void setup() { // set up the LCD's number of columns and rows: lcd.begin(16, 2); // Print a message to the LCD. lcd.print("happy birthday stevenson!"); } void loop() {{ for (int positionCounter = 1; positionCounter++;) { lcd.scrollDisplayLeft(); delay(100); } delay(5000);} }
@MRLONGCTE3 жыл бұрын
You should be able to copy and paste that code into your coding text area.
@12soldiers882 жыл бұрын
@@MRLONGCTE Sir, I am planning to have a clock comes up after the walking massage. Is there any way I can do it? Can you help me sir..