{916} i2c LCD configuration with Arduino UNO in Tinkercad
Вставка
- Опубліковано 5 гру 2024
- in this video number {916} i2c LCD configuration with Arduino UNO in Tinkercad. i explained and demonstrated how to configure i2c lcd using tinkercad. i2c lcd not working in tinkercad and not displaying text, not showing text
open project in Ttinkercad www.tinkercad....
You are Invited to Join Haseeb Electronics
/ @haseebelectronics
Follow me on Facebook web.facebook.c...
#lcd #i2c #tinkercad
i2c arduino tinkercad, lcd interfacing with arduino in tinkercad, arduino lcd i2c tinkercad, arduino mega 2560 lcd 16x2 i2c, i2c code for arduino, arduino, lcd, i2c lcd not displaying text arduino, lcd arduino, arduino lcd display, coding, tinkercad, arduino uno, arduino lcd i2c, arduino lcd, arduino display, arduino i2c lcd, arduino i2c display, arduino lcd display tutorial, 16x2 lcd i2c arduino, lcd 1602, arduino i2c, arduino uno project, arduino lcd projects, i2c lcd not displaying text, i2c lcd not working, i2c lcd not displaying, i2c lcd not showing text, i2c lcd arduino not working, i2c lcd not showing text arduino, i2c errors solved, arduino lcd not working, 16x2 lcd not working, arduino 2x16 lcd not working
this is probably the clearest video out there for an absolute beginner in practical electronics. Great work!
best regards 💕
Hi, I'm from Brazil. Your video saved me!
it is my pleasure
Great explanation. You went nice and slow so I could follow along. Keep up the good work.
Awesome! You made it look easy. I have some old Arduino's sitting in a box. I should pull them out and see if I can get my LCD to operate.
wish you best of luck. using tinkercad we can simulate Arduino projects easily before assembling physically
Excelente explicación del uso del LCD I2C en tinkercad
Amazing tutorial! And love your Pakistani-Punjabi accent!😊
yes i am proud to being a PUNJABI
Excellent explain thanks for sharing this informative video
it is my pleasure
What an excellent video
Thanks for sharing
best regards
Thanks a lot!
thank you so much my indian friend
most welcome dear
excelente vídeo, explicas genial
thank you for this
it is my pleasure
Good Morning Dear Friend
Like may franeds👍🏻👍🏻🌹🌹🌹
Sir, is there a video about half bridge driver?
Hy haseeb-elctonics, this demo was good.
I have something to ask, xan you please work on esp32 controller, and make a few videos regarding it.
As i am going to do some research work on "AI ON THE EDGE" for my scholarships.
I will share my work with you too.
Thanks 👍
Hello brother, thank you for these educational videos, which I benefited a little from. Unfortunately, I do not understand your language. I wish you could translate it into Arabic. Thank you
The explanation is very good but... there is a problem and it is the same one I have: Why does Tinkercad have a delay time when writing, why does it do it from left to right?
In my case: a "for" that should 1 minute does so in more than 2 minutes due to this delay. Because?
#include
LCD_I2C lcd(0x27);
const int optico = 2;
const int indutivo = 9;
int metal;
int plas;
int total;
void setup()
{
lcd.begin();
lcd.backlight();
pinMode(indutivo, INPUT_PULLUP);
pinMode(optico, INPUT_PULLUP);
metal = 0;
plas = 0;
total = 0;
Serial.begin(9600);
lcd.print(" iniciando");
delay(1000);
lcd.clear();
}
void loop()
{
int ind = digitalRead(indutivo);
int opt = digitalRead(optico);
if(ind == LOW){
metal++;
while(ind == LOW){}
}
if(opt == LOW){
total++;
while(opt == LOW){}
}
plas = total - plas;
lcd.setCursor(0,0);
lcd.print("Total");
lcd.setCursor(0,1);
lcd.print(total);
lcd.setCursor(6,0);
lcd.print("Metal");
lcd.setCursor(8,1);
lcd.print(metal);
lcd.setCursor(12,0);
lcd.print("Plas");
lcd.setCursor(14,1);
lcd.print(plas);
Serial.println(total);
Serial.println(metal);
Serial.println(plas);
Serial.println("---------------------------------------------------------------------------------------------------------");
}
Thankyou sir
most welcome
Sir can you explain a computer ups circuit diagram please ❤️
Wa alaikum assalaamu warahmatullahi wabarakathuh
bro i want to add lcd i2c to a circuit please pleasepleasepleasepleasepleasepleaseplease
Good Afternoon I have a question. When you use a lamp in serial to detect shorts:
Do you have another lamp in serial for the oscilloscope?
Do you use the same lamp in serial for the oscilloscope?
Do you connect the lamp in serial to an isolated transformer?
Do you use an isolation transformer for the oscilloscope alone???? Thank you.
thank youu
You're welcome!
tyyy
My address is 32 (0x20) how I am gonna write this?
It is not working in Real life please help me
to design practically, you can watch video number
724
728
802
712
and there are many videos on my channel regarding LCD interfacing with arduino
Its not working for me
po Polsku mów
mówię po angielsku, możesz włączyć CC, żeby oglądać polskie napisy
pozdrawiam