{916} i2c LCD configuration with Arduino UNO in Tinkercad

  Рет қаралды 46,148

Haseeb Electronics

Haseeb Electronics

Күн бұрын

Пікірлер: 43
@daslab68
@daslab68 2 ай бұрын
Great explanation. You went nice and slow so I could follow along. Keep up the good work.
@babybeef1629
@babybeef1629 Жыл бұрын
Hi, I'm from Brazil. Your video saved me!
@HaseebElectronics
@HaseebElectronics 6 ай бұрын
it is my pleasure
@gitatheegila9089
@gitatheegila9089 Жыл бұрын
this is probably the clearest video out there for an absolute beginner in practical electronics. Great work!
@HaseebElectronics
@HaseebElectronics Жыл бұрын
best regards 💕
@kausikkar2587
@kausikkar2587 Жыл бұрын
Amazing tutorial! And love your Pakistani-Punjabi accent!😊
@HaseebElectronics
@HaseebElectronics 6 ай бұрын
yes i am proud to being a PUNJABI
@carlosandresvergara5176
@carlosandresvergara5176 2 ай бұрын
Excelente explicación del uso del LCD I2C en tinkercad
@jaym5938
@jaym5938 Жыл бұрын
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.
@HaseebElectronics
@HaseebElectronics Жыл бұрын
wish you best of luck. using tinkercad we can simulate Arduino projects easily before assembling physically
@Edmorbus
@Edmorbus Жыл бұрын
What an excellent video Thanks for sharing
@HaseebElectronics
@HaseebElectronics Жыл бұрын
best regards
@muhammadishtiaq24
@muhammadishtiaq24 Жыл бұрын
Excellent explain thanks for sharing this informative video
@HaseebElectronics
@HaseebElectronics 6 ай бұрын
it is my pleasure
@AbdulMomenZargar60
@AbdulMomenZargar60 Жыл бұрын
Good Morning Dear Friend
@blankshyper6905
@blankshyper6905 8 ай бұрын
thank you so much my indian friend
@HaseebElectronics
@HaseebElectronics 8 ай бұрын
most welcome dear
@rul1175
@rul1175 Жыл бұрын
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.
@joseeusebiobenavides1570
@joseeusebiobenavides1570 7 ай бұрын
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?
@saydoohan5384
@saydoohan5384 Жыл бұрын
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
@alzahrawais
@alzahrawais Жыл бұрын
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 👍
@rgneaali1238
@rgneaali1238 Жыл бұрын
Sir, is there a video about half bridge driver?
@triatouria77
@triatouria77 Жыл бұрын
Like may franeds👍🏻👍🏻🌹🌹🌹
@alexishuanca2660
@alexishuanca2660 Жыл бұрын
excelente vídeo, explicas genial
@skyvalex8770
@skyvalex8770 Жыл бұрын
thank you for this
@HaseebElectronics
@HaseebElectronics Жыл бұрын
it is my pleasure
@Pinakisarkar-gd1pu
@Pinakisarkar-gd1pu 11 ай бұрын
Thankyou sir
@HaseebElectronics
@HaseebElectronics 11 ай бұрын
most welcome
@anishstechlab7323
@anishstechlab7323 Жыл бұрын
Sir can you explain a computer ups circuit diagram please ❤️
@douglasbernardo1756
@douglasbernardo1756 8 ай бұрын
#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("---------------------------------------------------------------------------------------------------------"); }
@IrfanAli-so5hh
@IrfanAli-so5hh 9 ай бұрын
Wa alaikum assalaamu warahmatullahi wabarakathuh
@MarGameING
@MarGameING 9 ай бұрын
tyyy
@HANNAHLACNO
@HANNAHLACNO 10 ай бұрын
thank youu
@HaseebElectronics
@HaseebElectronics 6 ай бұрын
You're welcome!
@Abdullah-qo6qe
@Abdullah-qo6qe 7 ай бұрын
My address is 32 (0x20) how I am gonna write this?
@newstyle2043
@newstyle2043 12 күн бұрын
bro i want to add lcd i2c to a circuit please pleasepleasepleasepleasepleasepleaseplease
@Gamer_Online24
@Gamer_Online24 3 ай бұрын
It is not working in Real life please help me
@HaseebElectronics
@HaseebElectronics 3 ай бұрын
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
@ashwathnivas1759
@ashwathnivas1759 7 ай бұрын
Its not working for me
@NieMamNicku
@NieMamNicku Жыл бұрын
po Polsku mów
@HaseebElectronics
@HaseebElectronics Жыл бұрын
mówię po angielsku, możesz włączyć CC, żeby oglądać polskie napisy pozdrawiam
How to use  LCD LCD1602  with I2C module for Arduino - Robojax
13:12
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 43 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,5 МЛН
ЛУЧШИЙ ФОКУС + секрет! #shorts
00:12
Роман Magic
Рет қаралды 29 МЛН
Fortnite--S5S5W2D3
ESRepair
Рет қаралды 1
Why 4d geometry makes me sad
29:42
3Blue1Brown
Рет қаралды 603 М.
How does an Electric Motor work?  (DC Motor)
10:03
Jared Owen
Рет қаралды 18 МЛН
MODULO I2C PARA PANTALLAS LCD (display 16x2) + Tinkercad paso a paso
12:31
TECNOMEX ROBÓTICA
Рет қаралды 3,3 М.
Soil Moisture With i2c LCD Module using Arduino Tinkercad
10:49
EAZYTRONIC
Рет қаралды 12 М.
Pantalla Lcd 16x2 I2C
14:27
Arduino ETP - Colegio Guevara
Рет қаралды 19 М.
Simple DIY ideas to control power from web browser
13:18
Stargate System
Рет қаралды 1,3 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 43 МЛН