Тёмный
No video :(

How to connect an I2C LCD Display to an Arduino NANO 

Maker Tutor
Подписаться 79 тыс.
Просмотров 156 тыс.
50% 1

How to connect an I2C LCD Display to an Arduino NANO
I2C Scanner : • Arduino I2C Scanner de...
Schematic diagram : goo.gl/xW1G6j
::::::::::: SUPPORT CHANNEL ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Please Donate To Help Me Afford New Equipment And Software To Make My Videos More : goo.gl/1m8Dg2
Don't forget to subscribe!

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 52   
@benjaminb.192
@benjaminb.192 4 года назад
WOW THIS WORKED SO WELL and it only took 5 mins
@webslinger2011
@webslinger2011 6 лет назад
Works! Just have to adjust the potentiometer on the I2C device.
@MarioVe2
@MarioVe2 6 лет назад
Love your start with the Pin Layout - I had a problem i/e no display - but that was because my Display used an Address 0x27 - thanks 73's
@kuhu7476
@kuhu7476 4 года назад
Mine is 0x27 too, how did you solve it
@mantasrauba8036
@mantasrauba8036 3 года назад
@@kuhu7476 www.makerguides.com/character-i2c-lcd-arduino-tutorial/ for me it worked ( i have 0x27 too)
@arnavsawant2657
@arnavsawant2657 Год назад
How did u solve it @@kuhu7476
@enriqueeenriquez2180
@enriqueeenriquez2180 3 года назад
This example is not applicable to the NANO 33 IOT since the LCD I2C requires a VDD of 5VDC to operate. Unless a level shifter or IC's drivers like the 74LS244 or even the 74LS00 are used to interface (glue) the signals from one VDD voltage level to the other. Always remember to keep all signal grounds tied up together, otherwise signals from one voltage level will be floating to the other.
@davidjames666
@davidjames666 Год назад
everything you said sounds made up
@HomeTheatres
@HomeTheatres 7 месяцев назад
Thank you very much..... it was perfect & very useful.
@NEKSZER
@NEKSZER 5 лет назад
si el texto en el display no se ve, se debe ajustar el brillo!
@lucky_lol
@lucky_lol 4 года назад
Please help me doing it on Web Editor , while monitoring it comes 0x27 so then I changed nothing and tried sample but my lcd just blinks in 1 second
@hknyky2386
@hknyky2386 3 года назад
you should arrange potentiometer on your I2C adapter with screwdriver
@adayinlife101
@adayinlife101 4 месяца назад
hello I have a 16x4 ERMC1604SBS-1 LCD. There is no SCL, only SCK, can I just connect the A5 to SCK?
@pzrkstinger
@pzrkstinger 4 года назад
ur best ma man
@pixel.r1818
@pixel.r1818 4 года назад
thanks, it's one working way for me
@cesarvazquez5833
@cesarvazquez5833 3 года назад
Thank you Dude works for me
@adriankalmar6783
@adriankalmar6783 6 лет назад
thanks, works good .
@dahood9357
@dahood9357 4 года назад
thank youuuuuuuuuuuuuuuuuuuuuuuuuu you is help myyyyy
@user-jo4ld2yg5y
@user-jo4ld2yg5y 5 лет назад
Thanks, how send and recive pixels from ov7670 to COM5 and wathing video on monitor on i2c interface?
@joelserrao1078
@joelserrao1078 4 года назад
Thank you so much
@SHAWNSJ2005
@SHAWNSJ2005 Год назад
wovvv after five years
@mechanochip3687
@mechanochip3687 5 лет назад
How did you draw circuit diagram ?
@selmangezici
@selmangezici 5 лет назад
_Thank you_
@victorzaferson6230
@victorzaferson6230 6 лет назад
It worked perfectly thank you very much
@nizarmohammad9361
@nizarmohammad9361 3 года назад
can you provide me the full coding
@丂卩卂尺丂卄
@丂卩卂尺丂卄 7 месяцев назад
hi were is the code
@guilhermeeismannvelasco3025
Thanks!!!!!!!
@dwinovianto1250
@dwinovianto1250 6 лет назад
The sketch is in ur discription link is different with ur video.
@dflask44
@dflask44 5 лет назад
//YWROBOT //Compatible with the Arduino IDE 1.0 //Library version:1.1 #include #include LiquidCrystal_I2C lcd(0x27,20,4); // set the LCD address to 0x27 for a 16 chars and 2 line display void setup() { lcd.init(); // initialize the lcd lcd.init(); // Print a message to the LCD. lcd.backlight(); lcd.setCursor(3,0); lcd.print("Hello, world!"); lcd.setCursor(2,1); lcd.print("Ywrobot Arduino!"); lcd.setCursor(0,2); lcd.print("Arduino LCM IIC 2004"); lcd.setCursor(2,3); lcd.print("Power By Ec-yuan!"); } void loop() { }
@prasan2255
@prasan2255 3 года назад
thanx
@muratcanbarut64
@muratcanbarut64 4 года назад
superb
@pavansaichintala3635
@pavansaichintala3635 3 года назад
what is the simulation software you are using bro
@Determinator21
@Determinator21 4 месяца назад
It's fritzing
@arduinolife5861
@arduinolife5861 5 лет назад
Thankyou, Really Hopefully working well.
@UthpalaBandaradoor
@UthpalaBandaradoor 6 лет назад
my display off and on but nothing shows
@GabrieleMattiaTedesco
@GabrieleMattiaTedesco 5 лет назад
good
@Kae-pq8hu
@Kae-pq8hu 2 года назад
GOOD
@user-qg5zo8hb1l
@user-qg5zo8hb1l 5 лет назад
Спасибо!
@andrewsotnikov5680
@andrewsotnikov5680 5 лет назад
I found out information, into the datasheet to LCD 1602 is indicated, that backlight consumption is about 100 mA. As I know, DC current per I/O board's pin is 40 mA. So, using this LCD on maximum output current limit is harmful, is not it?
@AndreReisAndrecsreis
@AndreReisAndrecsreis 5 лет назад
Yes, it is! I just burned my Arduino nano connecting just this LCD and one US-015 (ultrasonic sensor). All together was consuming about 100mA.
@engrkenjitanaka
@engrkenjitanaka 5 лет назад
Nope. You're using the board's 5V pin as the supply for the backlight/LCD. The I/O pins you refer to are being used by the SDA/SCL for I2C communication.
@calebahill7
@calebahill7 5 лет назад
You aren't powering the LCD off of the IO pins, you are powering it with a 5V pin, which can handle more than 40mA.
@paulinas7827
@paulinas7827 6 лет назад
Thanks, but nothing displays on my screen :/
@giovanfrancescolaunaro668
@giovanfrancescolaunaro668 5 лет назад
try tuning the potentiometer in the back
@megabakfiets
@megabakfiets 3 года назад
@@giovanfrancescolaunaro668 Thanks that worked for me
@mechanochip3687
@mechanochip3687 5 лет назад
In which software ?
@rollback2037
@rollback2037 5 лет назад
Fritzing
@mehdiamraoui8488
@mehdiamraoui8488 5 лет назад
whn i upload the code my lcd gets on and off but nthng shows
@projectzorgo86
@projectzorgo86 5 лет назад
Use a different i2c LCD or check the wiring
@maxsak2326
@maxsak2326 4 года назад
Had the same issue. On the back there is a little screw to adjust the contrast. Try turning it in my case it worked
@drazero4663
@drazero4663 3 года назад
@@maxsak2326 TY, I had the same problem and adjusting it with the screw worked.
@moratocwb
@moratocwb 6 лет назад
works ....like like like...(y)
Далее
Display examples - which one to use?
12:41
Просмотров 254 тыс.
How to Connect an I2C Lcd Display to an Arduino Uno
7:34
Unlock your Graphic Design Career
2:40
Просмотров 6
Arduino LCD I2C tutorial | how to program LCD
6:09
Просмотров 112 тыс.
Serial LCD - I2C Backpack
13:23
Просмотров 161 тыс.