If it don't work: try to change the code: in stead of lcd.init type lcd.begin, for me this worked.
@mission_critical5 жыл бұрын
Thank you ! I will pin your comment so that everyone can learn from this fix! Thank you for subscribing to Mission Critical
@barryluft44514 жыл бұрын
Thanks, I had sort of begun to figure that out and your comment batted me home
@boasdelely15504 жыл бұрын
@@barryluft4451 good to Hear! Good luck with your project!
@leofranssen4 жыл бұрын
Thanks a thousand times. You are the first one giving me software without falts. Thanks for that. Best regards, Leo, The Netherlands.
@mission_critical4 жыл бұрын
Most welcome brother ❤️
@thomasstokes57994 жыл бұрын
Thank you so much! I was having problems with my LCD, but your video showed I needed the I2C scanner to get the hexadecimal code. Thanks
@mission_critical4 жыл бұрын
Glad I would help, Thank you for subscribing to Mission Critical
@salahsoufi86033 жыл бұрын
Thanks alot I saw a lot of Videos, u explained it really fantastic.
@mdheere5404 жыл бұрын
Hallo world. I was straggling for a long time with this and you made it so easy. thank you
@mission_critical4 жыл бұрын
Glad I could help! thank you for subscribing to Mission Critical
@Headmastar2 жыл бұрын
thanks for printing.
@milespeterson50492 жыл бұрын
I have a problem and you BETTER respond. I wrote the code exactly how the video said to do it and it gives me an error. "class LiquidCrystal_I2C" has no member named 'init' how to fix it? please let me know.
@davida.mendez23533 жыл бұрын
Tenga su like buen hombre!! . . Funciona perfectamente con un display de 20 x 4 Saludos
@francescostrano8314 Жыл бұрын
ciao. non so potresti aiutarmi, mi hanno regalato una board simile arduino ma a bordo un atmega 64 ho visto il tool di arduino uno mega ecc.. non e' supportato, comunque mi sono messo alla ricerca e finalmente con una interfaccia isp di pochi euro riesco a programmarlo. il problema e che in rete non trono nulla riguardo utilizzo porte analogiche e protocolli i2c per dispay e lcd , mi potresti aiutare tu con qualche esempio sempre se puoi ..grazie Francesco
@theboys48223 жыл бұрын
hello I have a question if we want to make a alert code like for alcohol detector it will print the BAC , if it is increasing or decreasing ?
@mission_critical3 жыл бұрын
It will print as you code it to print, I don't understand why it will go ascending or descending
@ninobrouwers18183 жыл бұрын
For people who get strange characters while trying to get the address. Changing the number in serial.begin() to 9600 did the trick for me
@barryluft44514 жыл бұрын
Thank you for a very helpful video
@mission_critical4 жыл бұрын
Glad I would help! Thank you for subscribing to Mission Critical!
@Circuitsplanet3 жыл бұрын
WHY IT GIVES ME THIS ERROR no matching function to call for LiquidCrystal_I2C::begin() code #include #include LiquidCrystal_I2C lcd(0x27, 16, 2); void setup() { lcd.begin(); lcd.backlight(); lcd.clear(); lcd.setCursor(4,0); lcd.print("Hackster"); } void loop() { }
@mission_critical3 жыл бұрын
Most likely unmatched Library, try changing the libraries
@Circuitsplanet3 жыл бұрын
Thanks it worked ❤️
@unitedrobotics73774 жыл бұрын
Awesome job bro!!
@mission_critical4 жыл бұрын
glad i could Help, Thank you for Subscribing to Mission Critical
@karamveersingh69554 жыл бұрын
Need help on i2c scanner. Cannot find the i2c lcd address. Always show found 0 devices. Using arduino nano Sda on a4 Scl on a5
@greglester51644 жыл бұрын
What cable do we for power and to connect to computer
@Mhd5726 жыл бұрын
Good day sir, thank you for making this helpful video, but I've made all the required steps and still the LCD doesn't work, all the connections are fixed and the libraries are included, the LCD is on but no characters at all!! What's seems to be the issue here?!
@mission_critical6 жыл бұрын
Hey there, thank you for showing support towards mission critical! For support and help, kindly drop message on Instagram, thank you 😀
@aramisc18824 жыл бұрын
I haven’t being able to use my LCD because mine only has three cables instead of four and I don’t have the code and or the picture on how to install it. Can you help please?
@lindamy85714 жыл бұрын
I've adjust the contrast but there was nothing sentences show in lcd. Can you help me :( ?
@qubitevo3 жыл бұрын
My LCD I2C scanner is showing 0x3F, what will I do now ?
@rohitsingh-xk8cr3 жыл бұрын
is there any changes in the code for arduino nano?? please reply...
@TheFreshHotDog2 жыл бұрын
I get a error message saying 'lcd' was not declared in this scope. How do i fix this
@atomalpha95534 жыл бұрын
please what to do with this error: Arduino: 1.8.12 (Windows 10), Board: "Arduino Uno" ^ In file included from C:\Users\HP\Downloads\Hello_Freinds\Hello_Freinds.ino:4:0: Hello_Freinds:10:12: error: 'int LiquidCrystal_I2C::init()' is private within this context lcd.init();
@mission_critical4 жыл бұрын
please try the exact same code from my blog, and try checking if u have duplicate library, if yes, rename the duplicate file
@kandy51294 жыл бұрын
is there a way to make the text start on the left side without using space
@mission_critical4 жыл бұрын
i guess give blank spaces, not sure if it will work exactly, give it a try Glad I could help! thank you for subscribing to Mission Critical
@symountamed76072 жыл бұрын
If u here in 2022 and u have a problem with init.... Replace init with begin.
what name or how working effect clock update in this video ?
@boasdelely15505 жыл бұрын
hey bro, when i try tu upload the code is says Within this context, i used the libary you gave in the description.
@mission_critical5 жыл бұрын
I think there might be collusion in libraries, go to your library folder of Arduino and delete your LCD library, reinstall this one and try uploading again! Hopefully this helps you! Thank you for subscribing to Mission Critical
@samoethongneochainam57714 жыл бұрын
When I tried with the example i2c it's okay, but I edited or modified it compiled error. What's happened
@ricksanchez-dr1nq5 жыл бұрын
Hello sir my lcd prints only first char of the word can you help me
@mission_critical5 жыл бұрын
i guess your LCD is different or may be some code issue, use the proper Library
@neelimasoni59225 жыл бұрын
Sir, is it necessary to know the address of 12c module in case we r just using only one 12c module in our system
@mission_critical5 жыл бұрын
Yes, even if you are using 1 i2c device, address can vary, as sometimes devices have different addresses, so it's would be suggested to know the i2c address before hand! Thank you for subscribing, Tech team Mission Critical
@neelimasoni59225 жыл бұрын
Thankyou Sir
@simonboy9614 жыл бұрын
Hi , i have done uploading the code. Only the letter "h" is appearing on my lcd panel , can i have some assistance in this ? thank you.
@mission_critical4 жыл бұрын
please go to my instructables link, find the code and use that exact code, hopefully it will work! thank you for subscribing to Mission Critical
@deepakbains67556 жыл бұрын
Hi brother I like you videos .plz help regarding lcd i2c display as no text visible on my LCD screen on yellow light.. connections done properly..but no results
@mission_critical6 жыл бұрын
What about the Contrast ? Try adjusting Contrast on the back of LCD
@bytesizenetworking47884 жыл бұрын
@@mission_critical HAHAHAHAHA thanks for this - i am such an idiot!!!
@ms13leon5 жыл бұрын
hi i want to display some data on my 4*16 lcd using arduino mega but i programed it using matlab simulation can you help me ?
@mission_critical5 жыл бұрын
so you want to program a LCD using Arduino? Or Matlab? Or do you want to use Arduino for Sensors ? Or do you want to display the processed data from MATLAB to your LCD via Arduino? It would be helpful if you make a little clear description, thank you
@ms13leon5 жыл бұрын
first thank you for replying ...... i made my program using arduino matlab simulation package and built it to mega ... there is another package for lcd but it didn't work so i tried to transfer data from mega to uno using serial communication and print it on lcd but also it didn't work as i wanted ... i want any way to display the data from mega on lcd
@mission_critical5 жыл бұрын
Why don't you try to understand the library commands from MATLAB library and then make changes in final code accordingly, else just write the entire code on Arduino IDE
@fsociety20116 жыл бұрын
sir, my LCD won't display any characters. They just show black bars. I connected A4 SDA and A5 SCL
@mission_critical6 жыл бұрын
Did you try adjusting the contrast? Because that's what I can see is wrong in most of the cases, even happens to me sometimes, well, if not, let me know! Thank you for Subsrcibing to mission critical! ~Your Friendly Tech Team from Mission Critical Channel!
@fsociety20116 жыл бұрын
i did but it still doesnt show any characters
@mission_critical6 жыл бұрын
Was the upload successful? Try the exact code I have in my instructables post, and make sure upload is successful, let me know when you can't get output at the step too! Thank you for Subsrcibing to Mission Critical, ~ Your Friendly Tech team from Mission Critical
@fsociety20116 жыл бұрын
when i try o copy your code, there seems to be an error in the lcd.init (); line saying "invalid conversion from int to t_backlightPol
@fsociety20116 жыл бұрын
@@mission_critical now it says 'class LiquidCrystal_I2C' has no member named 'init'
@nganyong99044 жыл бұрын
hi. what adruino simulator did u use sir?
@mission_critical4 жыл бұрын
i didn't use any simulator, well all the resources needed are linked in description Glad I could help! thank you for subscribing to Mission Critical
@justme-n-gracie6 жыл бұрын
what happened to part 2?
@mission_critical6 жыл бұрын
Hello there! How to create custom characters on LCD is the part 2 of this video do check it out and if you need another part ( part 3 ) of this video, let me know 😀 . Thank you for Subsrcibing to Mission Critical!
@genokapanadze45645 жыл бұрын
serial monitor prints "Found 0 device(s). ". can anyone help me? what can i do?
@mission_critical5 жыл бұрын
Check connections / replace the wire, sometimes it happens it happens due to loose connection, sometimes due to faulty device, just get it checked once
@genokapanadze45645 жыл бұрын
@@mission_critical oh really. why is pinMode 13 necessary? what does it do?
@mission_critical5 жыл бұрын
I used pin13 as virtual power pin, I used the digitalWrite(13,HIGH) to turn that pin as +5V
@genokapanadze45645 жыл бұрын
@@mission_critical ok. my ldc is broken.
@mission_critical5 жыл бұрын
Okay, get a new one and try once again!
@manjujain59916 жыл бұрын
On my LCD display only light is coming there are no characters coming... plz help
@mission_critical6 жыл бұрын
Um, I think you missed the " adjusting contrast " step ~ Tech Team from Mission Critical Thank you for subscribing to mission critical
@manjujain59916 жыл бұрын
@@mission_critical not happening tried it
@mission_critical6 жыл бұрын
Now, check if the wires are working, sometimes wires are broken
@mission_critical6 жыл бұрын
Also, please upload the exact same code from my instructables
@manjujain59916 жыл бұрын
Light is coming but there is no text displaying
@remyasoman37506 жыл бұрын
Sir, what about the program for a paper counter?!
@mission_critical6 жыл бұрын
Hello there, I am sorry for the delay presently, I am on a vacation, after I return I will resume with Electronics basics after which this paper counter machine will be a part of project / concept thank you for your patience and support ~ Akshay Momaya ( Mission Critical)
@remyasoman37506 жыл бұрын
Mission Critical Thank you Sir!
@advayagashe74666 жыл бұрын
it shows a error that "'lcd' does not name a type"
@mission_critical6 жыл бұрын
Never heard or came across such error till date, let me check if I can find any solution
@drvarshaudhodasani16915 жыл бұрын
@@mission_critical Same Problem n error
@mission_critical5 жыл бұрын
There is a solution to it, check in comments, I have pinned the person who found the solution to this problem, Thank you 😊 Still, if you facing more problems, DM to Instagram Handle of "officialmissioncritical" And thank you for subscribing to Mission Critical
@ubtech29383 жыл бұрын
thx man
@SHAWNSJ20054 жыл бұрын
Sir!! ISRO IS LOOKING FOR YOU
@mission_critical4 жыл бұрын
haha, actually i visited them on 9th jan 2020, thank you for subscribing to Mission Critical
@SHAWNSJ20054 жыл бұрын
@@mission_critical how????
@mission_critical4 жыл бұрын
@@SHAWNSJ2005 it was an Industry visit, the work ISRO is doing is way too inspiring for our Community!
@maryroseapoya17355 жыл бұрын
thanks this is lit
@mission_critical5 жыл бұрын
welcome :) & thank you for subscribing to our Channel!
@romelelectronics2 жыл бұрын
amazingggggggggggggggggggggggggggggg
@ultraninja20065 жыл бұрын
how can I solve this : liquidcrystal_i2c.h no such file or directory
@mission_critical5 жыл бұрын
Look at the comments, one of my subscribers has found solution to this one
@ultraninja20065 жыл бұрын
@@mission_critical I dont see anyone asking this question :(
@mission_critical5 жыл бұрын
I think it's on my other pages, do one thing, go to my Instructables link, download the i2c library attached in that page, download the example code that's attached in that post, let me know what happens next
@ultraninja20065 жыл бұрын
@@mission_critical I did it, now it recognizes the library but not text is shown, just the lcd is on but with no text :( thanks for your time to answer my questions!
@ultraninja20065 жыл бұрын
@@mission_critical I did it but I can only see black boxes even adjusting the knob :(
@yeshacroe93544 жыл бұрын
I got stressed with this part and kinda wanna give up this part. Lord.
@muhdhamizan64814 жыл бұрын
ITS WORKK
@andrejdoblehar99165 жыл бұрын
Nice ;)
@mission_critical5 жыл бұрын
Thank you ☺️
@codingvio73834 жыл бұрын
0:00 At least if you ain't sure on how to spell enthusiasts go to a dictionary or just research it or let autocorrect deal with it. But that is just embarrassing
@bytesizenetworking47884 жыл бұрын
Thank Goodness this is not a spelling Channel, and hey - Bang on the money with the Wiring and Coding in this Video - Nice Tutorial, thanks bro
@sidharthanjayavelu61755 жыл бұрын
"daata"
@mission_critical4 жыл бұрын
Glad I could help! thank you for subscribing to Mission Critical