How To Connect An LCD Display To Arduino (Elegoo Mega 2560 Project Lesson 22 From Start To Finish)

  Рет қаралды 48,007

BMonster Laboratory

BMonster Laboratory

Күн бұрын

Пікірлер: 165
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
If you're using the 1602A LCD module, it may require a 220ohm resistor at the 5v rail - put it on the A or K pin. The Elegoo Mega kit doesn't mention this in their tutorial. I never had an issue without a resistor on the power rail. Sorry for any inconvenience this may have caused.
@maxpeters6781
@maxpeters6781 Ай бұрын
This was sincerely such a massive help to me, I am so appreciative of the pacing of the video and the explanations you gave for each part of the LCD, thank you so much!!
@BMonsterLaboratory
@BMonsterLaboratory Ай бұрын
Thanks Max! I appreciate your encouraging comment. Good luck on your future project 👍💪
@irfanfendi2767
@irfanfendi2767 3 жыл бұрын
I just started doing my first project as a university students , and i really appreciate you for doing this video... It helps me a lot. Honestly thankyou so much
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi Irfan! I appreciate your comment. I wish you the best of luck with your future projects!
@brennapyatt3578
@brennapyatt3578 3 жыл бұрын
People like you are the reason I succeed! Thank you so much!
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Brenna, thank you for the kinds words! Don't give up and you can get anything done...i'm confident of that. More neat stuff on the way~ Take care! 👍👍
@Nostrojanus
@Nostrojanus 2 жыл бұрын
Thank you vey much for the clear explanation. I tried it with the help of your video and it worked right away!
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
Great to hear from you Nostrojanus! Thank you for the kind comment. Good luck with your future projects and keep up the good work!👊👊
@abe6615
@abe6615 9 ай бұрын
This saved my life thank you
@BMonsterLaboratory
@BMonsterLaboratory 9 ай бұрын
hey there! Glad you found it helpful. Thank you for this comment and good luck on your Arduino projects 👍
@duleygrafix
@duleygrafix 2 жыл бұрын
Great first-time project that I did with my Son. Thanks so much.
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
Hi Duley W.! That's great to hear. Awesome way to spend time with your son. I have a feeling he won't forget it. I hope he was encouraged to continue with Arduino electronics. Keep up the good work! 👍👍
@duleygrafix
@duleygrafix 2 жыл бұрын
@@BMonsterLaboratory We are on-board for a once a week project. So much to explore and do.
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@duleygrafix That sounds like an awesome plan. Thank you for adding to the conversation. enjoy!
@damianomma331
@damianomma331 2 жыл бұрын
I love your videos man! Super fun and helpful!
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
Daemoncrypt, I appreciate your comment. I'm glad you found it helpful. Hopefully we have some more useful content for ya in upcoming videos. Keep up the good work! 👊👊
@Real-Hoodie-Guy
@Real-Hoodie-Guy 2 жыл бұрын
Thank you this is making my life so much easier! Working on some test projects so thank you, again!
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
hi AK_Playz, that's great to hear! Thank you for leaving a comment and best of luck to ya on your projects 👍👊
@Real-Hoodie-Guy
@Real-Hoodie-Guy 2 жыл бұрын
Thank you!
@cheeserat2637
@cheeserat2637 3 жыл бұрын
This was very useful, thanks
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi there! Glad you found it helpful. I appreciate your comment. Good luck to you on future projects~ 👍
@danielenocito5080
@danielenocito5080 3 жыл бұрын
Thank you so much, very useful: didn't have time to get an adapter...
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi Daniele! Thank you for the comment. I'm glad the video helped. Good luck with your project!
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
More videos planned using the 1602A LCD module - some are from Elegoo Mega 2560 lessons and some are not. Time stamps are provided in description for easy navigation through this video. Thanks for watching! 👍👍
@galimirnund6543
@galimirnund6543 10 ай бұрын
I have this kit, I've only done the first project...simple switch. How do you know where those connections go? Do they explain in the book or do you know by doing some formula?
@BMonsterLaboratory
@BMonsterLaboratory 10 ай бұрын
hey there! You can look at the schematic (like the one at 7:10) to see where wires and components go. If you're not sure of a symbol in the schematic, do a search online for schematic symbols. You can start at the beginning of your arduino tutorial kit and work your way through. You can also find basic arduino project books online or at a library. This Arduino reference is good to use while learning code www.arduino.cc/reference/en/. I also used www.w3schools.com/cpp/default.asp when learning how to write simple code. There are also videos on youtube that help you get started. I hope that helps!
@MartaValeroHerrero
@MartaValeroHerrero 5 ай бұрын
thanks i used this to deprogram my grandmas wheelchair, worked like a charm! I got her heritage soon after.😜😜😜 silly me ps: no hate
@BMonsterLaboratory
@BMonsterLaboratory 5 ай бұрын
Ha! Silly goldfish! 🐠 🤣
@MartaValeroHerrero
@MartaValeroHerrero 5 ай бұрын
@@BMonsterLaboratory yeah but dw I ate it as a punishment now he can haunt me as a ghost
@katapopovic8004
@katapopovic8004 Жыл бұрын
Thank you!
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
My pleasure! Thank you for leaving a message. I appreciate it.
@grizley6666
@grizley6666 4 ай бұрын
Hello, I'm new at this. Everything is working, however I don't know how to edit the text. Where do I find the set-up or edit? Thank-you.
@BMonsterLaboratory
@BMonsterLaboratory 4 ай бұрын
Hey there! Include the liquid crystal library (LiquidCrystal.h) and change text in lcd.print line from "hello, world" to whatever you want. Play around with that, look up lcd display example code that you can find online, use arduino ide reference page for functions, variables, and structure. I found this very helpful when i started. www.arduino.cc/reference/en/ void setup() { // set up the LCD's number of columns and rows: lcd.begin(16, 2); // Print a message to the LCD. lcd.print("hello, world!"); }
@Syriancoder
@Syriancoder 5 ай бұрын
when i open the file to open the project then it says "the destination path is too long. rename the compressed(zipped) folder and try again." any help?
@BMonsterLaboratory
@BMonsterLaboratory 5 ай бұрын
make sure that the destination path where you're trying to save or access files is not too deep within the directory structure. Try renaming some of the folders in the path if any are too long.
@district42gamingyoutube83
@district42gamingyoutube83 3 жыл бұрын
Thanks so much
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hey there! Thank you for watching and leaving a comment. Have a great weekend!
@district42gamingyoutube83
@district42gamingyoutube83 3 жыл бұрын
@@BMonsterLaboratory thanks
@anthonyazar9121
@anthonyazar9121 Жыл бұрын
Does it work if I plug the the screen directly onto the arduino, im not using a potentiometer
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Hi Anthony. Yes, you can connect it right to the arduino. The potentiometer is for contrast adjustment. It may be difficult to read without changing the contrast a bit but you can connect it without a potentiometer.
@drxd.d
@drxd.d 2 жыл бұрын
I'm going to say that this is very but very helpful but, i think i dont have the colored teal cable and i would just do it with the blue ones instead and so it wasent working it was lighting up but not showing up the text. i'm a starter from like 2 days ago cuz the package came 3 days ago... so i have some problems on this... Free to reply me!
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
First thing to do. Double check connection. Lots of wires and easy to miss a connection. Adjust your potentiometer to get print on screen.
@drxd.d
@drxd.d 2 жыл бұрын
@@BMonsterLaboratory i have checked it before and nothing, no text no objects just blue screen. but hey its ok cuz i can do it all of it again. Thanks for the instructions!
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@drxd.dsounds good. I can help out if needed. Good luck!
@tawandamunyanyi2810
@tawandamunyanyi2810 Жыл бұрын
Hi seh, can I have the link for the codes , You said you are goingto provide us with.
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Thy this for Hello World sketch. // include the library code: #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("hello, world!"); } void loop() { // set the cursor to column 0, line 1 // (note: line 1 is the second row, since counting begins with 0): lcd.setCursor(0, 1); // print the number of seconds since reset: lcd.print(millis() / 1000); } You can also download the Elegoo Arduino Mega complete kit and get more code from there. It's on the Elegoo website under "downloads"
@JoeMama-ld5ob
@JoeMama-ld5ob 2 жыл бұрын
Hi, when I set this up the lcd screen would turn on but not display text, I had done everything as show and even gone to the extent of putting EVERYTHING in the same spot. If you could please help that would be great 👍
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
have you adjusted your potentiometer? hopefully that's all it is.
@JoeMama-ld5ob
@JoeMama-ld5ob 2 жыл бұрын
@@BMonsterLaboratory yes I have and it did not do anything.
@LXH1708
@LXH1708 Жыл бұрын
@@JoeMama-ld5ob I have the same problem @BMonsterLaboratory
@Funrollercoaster606
@Funrollercoaster606 Жыл бұрын
I couldn’t get the LCD’s pins on the bottom to get into the breadboard. How can I solve this?
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Happens to me sometimes. Use another row on the bread board, press firm and flat but not on the screen. An I2C LCD display would be easier to use
@Funrollercoaster606
@Funrollercoaster606 Жыл бұрын
@@BMonsterLaboratory I’m using the same LCD as you. I managed to get it working without the bread board, thanks for the help with programming though!
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
@@Funrollercoaster606 good job! an I2C display uses only 4 leads. Easier to manage and cleaner look. There's a 20x4 display in this video kzbin.info/www/bejne/rmqUYmBjd5yWe6M if you have questions just ask
@alenakhan8438
@alenakhan8438 Жыл бұрын
My screen just keeps flickering? I’ve done all the correct connections and I’ve used both of the potentiometer?
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
hi there! Sounds like it could be a power supply issue or maybe a backlight issue. Have you tried external power? Use a breadboard power supply rather than Arduino. Maybe a loose connection on the breadboard? Have you checked the serial monitor to see if it's operating correctly?
@alenakhan8438
@alenakhan8438 Жыл бұрын
@@BMonsterLaboratory I think they a loose connection on my circuit but I don’t know where. When I mess with the wires it flickers more
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
@@alenakhan8438 switch wires or breadboard holes and test. Good job finding the potential cause! 💪
@TheRealSigmaDominus
@TheRealSigmaDominus 10 күн бұрын
do the colors of the wires matter?
@BMonsterLaboratory
@BMonsterLaboratory 10 күн бұрын
not at all! any color jumper wire is fine. 👍
@TheRealSigmaDominus
@TheRealSigmaDominus 9 күн бұрын
@@BMonsterLaboratory thanks man that helps but now idk where to put certain wires in certain places for it to work
@josearteaga2340
@josearteaga2340 11 ай бұрын
From where can I get the schematics?
@BMonsterLaboratory
@BMonsterLaboratory 11 ай бұрын
You can see the schematic as 7:09 in the video. This came from the Elegoo Mega book back when I purchased the kit. There's also a Tinkercad image in the book that I can send you if needed. 👍
@susanriley3217
@susanriley3217 3 жыл бұрын
could you make a video on using the RFID--RC522 module with the servo motor, I am trying to make a vending machine and I want to know how to do it, I would very much appreciate it.
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi Susan. I will absolutely make a video for this. I am assuming you want to use the servo as a locking mechanism for the door and use the RFID as a way to control the lock? Will be happy to post something. Thanks for asking!
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
It took me a while but I think I finally got it. I can now operate a servo motor with the RFID-RC522.
@CPTNEENO
@CPTNEENO Жыл бұрын
Where is the video you said you would link to set up the folder
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Hi there. Which folder are you talking about? Are you having any issues with this project?
@CPTNEENO
@CPTNEENO Жыл бұрын
Nvm i figured it out thanks though
@joep5324
@joep5324 3 жыл бұрын
Hey, I was trying to make a read, write and clone for RFId with the arduino mega 2560, the lessons from the seller themself don't really work and was wondering if you know hwo to?
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi Joep! The only RFID video I have made so far is the stepper video here-> kzbin.info/www/bejne/p2q1homegq9_aas I will be happy to do another though.
@spenceronthespectrum3634
@spenceronthespectrum3634 14 күн бұрын
Where's the folder? I don't know where it is
@BMonsterLaboratory
@BMonsterLaboratory 14 күн бұрын
The Ellegoo folder? It's in the Mega kit download. Select the Board and kit and download it here www.elegoo.com/pages/download unzip file...everything is in there. 👍
@spectralmao
@spectralmao Жыл бұрын
hey, I have managed to light up the LCD but the text is not showing up
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Hey there! Here are some things I would do. Check all pin connections, adjust potentiometer, include lcd.begin(16, 2) in your setup to properly set up rows and columns. I assume you're using liquidcrystal library.
@abderrahimnabat1484
@abderrahimnabat1484 Жыл бұрын
I can’t find the arduino ide and setup video
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Hi there! Go to arduino.cc and click "software " tab. Download ide there
@radsi_277
@radsi_277 3 жыл бұрын
Hi, I was wondering if something could be done without the potentiometer since I don't have one
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi Radsi, Since a potentiometer is a variable resistor (the one in this video goes up to 10k Ohm) I guess it could be done if you found and used the correct resistor(s) to produce the correct voltage signal. I've never done it though...maybe one day i'll try :)
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
By the way, do Ebay search for "3296X-103 Side Adjustment 10K Ohm Trimmer Potentiometer 10 Pack". Cost is only $3.49 + free shipping. They are the nice potentiometers that fit in your breadboard. Hope that helps!
@faultierglint31
@faultierglint31 2 жыл бұрын
hey bmonster laboratory my Arduino uploading is having some issue any idea how to fix this
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
Hi there! What is the error mssg?
@faultierglint31
@faultierglint31 2 жыл бұрын
@@BMonsterLaboratory Arduino: 1.8.19 (Windows 10), Board: "Arduino Uno" Sketch uses 1896 bytes (5%) of program storage space. Maximum is 32256 bytes. Global variables use 61 bytes (2%) of dynamic memory, leaving 1987 bytes for local variables. Maximum is 2048 bytes. avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xed avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xed Problem uploading to board. See support.arduino.cc/hc/en-us/sections/360003198300 for suggestions. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences..... i know its a big message but in general it was not uploading
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@faultierglint31 The first things I would do are this: Go to Arduino IDE - click "TOOLS" - make sure you have the correct "Board" and "Port" selected before clicking upload. If that doesn't work, let me know 👍
@faultierglint31
@faultierglint31 2 жыл бұрын
@@BMonsterLaboratory sounds cool
@dababysussyamongus7378
@dababysussyamongus7378 2 жыл бұрын
did he record it on the arduino or something?
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
Hi there. Are you referring to this LCD display video or the new one- the AFC game prediction?
@kirkcousins3789
@kirkcousins3789 2 жыл бұрын
Any idea why the L light is blinking after connection to power?
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
hi there! L light? which light are you referring to?
@kirkcousins3789
@kirkcousins3789 2 жыл бұрын
@@BMonsterLaboratory I think its called the LED light? It blinks yellow when I turn on the power.
@Funrollercoaster606
@Funrollercoaster606 Жыл бұрын
Same
@tomatoz4life891
@tomatoz4life891 Жыл бұрын
mine works but it shows just boxes ( █ ). Can Somebody Help Me With This Problem!
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Hi there! Did you adjust the contrast settings on the display? Do this by turning the potentiometer. Is it getting appropriate power?
@tomatoz4life891
@tomatoz4life891 Жыл бұрын
@@BMonsterLaboratory i did but its showing still the block (turning the potentiometer just makes it invisible) i have coded it to say "hello world" but instead it shows " █ █ █ █ █ █ █ █ █ █"
@Taylorcreatesstuff
@Taylorcreatesstuff Жыл бұрын
help me my potentionmeter wont work and idk where the lcd is
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
happy to help but not sure where to start. Did you set it up? Can you get the back light to come on? Is there print on the screen at all? Did you turn the potentiometer? Double check your connections. Where are you stuck?
@paulrebellion9548
@paulrebellion9548 Жыл бұрын
Video didn't say anything about using a 220 ohm resistor to power the LCD so mine burnt out. Yay!
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
Man, sorry to hear that. When I made this video I was working through the Elegoo Mega Kit tutorial and it made no mention of a 220ohm resistor on the A or K pin. Shortly after this video I switched to an I2C display, and I wasn't aware this was a problem. Thank you for letting me know.
@patrickmurphy7313
@patrickmurphy7313 2 жыл бұрын
Can I do this with a Mac computer?
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
Hi Patrick. Yes, you can do this on a Mac. You need to install Arduino IDE. Go to www.arduino.cc/ - click software - select Mac OS X 10.10 or newer download. Hope that helps. 👍
@patrickmurphy7313
@patrickmurphy7313 2 жыл бұрын
I got the kit, completed the project with a Mac laptop. Very cool. Thanks for the Mac tip.
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@patrickmurphy7313 excellent, Patrick! great to hear. Hope it was fun.
@patrickmurphy7313
@patrickmurphy7313 2 жыл бұрын
Today I plugged it in to power and the LCD screen lights up fine, but there is no text on the first line and no timer on the second line. The potentiometer works ok as it changes the intensity of the character spaces when I adjust the potentiometer’s “handle”. I cannot figure out what happened or how I managed to create a problem. Do you have any ideas for what I should look at. I am using a Mac laptop, which I mention here just in case it somehow matters.
@patrickmurphy7313
@patrickmurphy7313 2 жыл бұрын
Never mind! I figured it out. I checked the code and had not changed the code for the pins to 7,8,9, etc. Everything works now. :-)
@walterkoenig4783
@walterkoenig4783 3 жыл бұрын
im stuck my arduino elegoo dosnt display text i dont find this cirle to spin the thing so i didnt use it
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi there Walter! You're probably referring to the potentiometer. You do need to use it to make adjustments until your letters or numbers become visible on on the screen. If you still don't see anything on your screen after you turn the potentiometer, check your wiring. It's very easy to plug into the wrong pin by accident. If you have any issues after that, feel free to ask. It's pretty neat once you get your screen on! I hope that helps!
@Nathanrestorer
@Nathanrestorer 2 ай бұрын
im confused of the 2nd gnd
@BMonsterLaboratory
@BMonsterLaboratory 2 ай бұрын
hey there! You can possibly have 3 ground connections on the lcd display. vss: is the ground for circuitry of the module k; is ground for the backlight rw: the read/write pin. ground here sets this pin to write mode only multiple ground pins help isolate different parts of the module and helps them work together more efficiently. It also helps with stable power and reduces flickering and electrical noise.
@krispnuggets8781
@krispnuggets8781 3 жыл бұрын
When I click on the elegoo complete starter kit folder, it says its a bad file and can only open files ending in .ino or.pde. what can I do to fix that?
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi there! It sounds like your file may have been deleted or moved, maybe. You can go to the elegoo website and download the mega2560 files or I can share the code with you tomorrow. I am currently in the mountains with poor internet but will be happy to help tomorrow
@krispnuggets8781
@krispnuggets8781 3 жыл бұрын
I can wait until tommorow. Will you share it here or is there anything I need to do so you could share it?
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Arduino Kits User Support - ELEGOO Official www.elegoo.com/pages/arduino-kits-support-files go here and download the mega2560 kit. The project files & tutorial should be there.
@krispnuggets8781
@krispnuggets8781 3 жыл бұрын
I got it to work. Thank you so much for your help. You're really quick with the replies and that was helpful too!
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
My pleasure! Thank you for your time to check out the channel. Good luck with your future projects
@PaolaPerez-it6jn
@PaolaPerez-it6jn 3 жыл бұрын
How do you write on both rows?
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi there Paola! What part of the code are you asking about? Did you include the liquidcrystal.h librrary and set your LCD parameters above the setup section? Be sure to set the number of columns and rows in the setup lcd.begin(16,2); and lcd.clear(); will clear the screen. in the loop: lcd.print("your message"); // print a text on the screen lcd.setCursor(0,1); // this sets your cursor to the second row lcd.print("your message here"); //print text on the second row I hope this helps. check out the end of this video. It may offer more help.
@tharbigdaddy3441
@tharbigdaddy3441 2 жыл бұрын
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa7 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa7 what do u do if this happens
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
your board and pc aren't connecting. make sure you select proper board and port under "tools", hit reset button on your board, unplug usb and plug into a different usb port on your computer. hopefully one of these will do the trick!
@tharbigdaddy3441
@tharbigdaddy3441 2 жыл бұрын
@@BMonsterLaboratory Thank you so much I thought you wouldn’t reply, but you where right I had my board selected as a uno but I have a mega so I just changed it now it works.
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@tharbigdaddy3441 Glad to hear you got it working.! I appreciate all the questions and comments, so I do my best to try and respond to each. Thank you for your question and hope to hear from ya again!
@hometimemayhem928
@hometimemayhem928 2 жыл бұрын
My brain hurts and we're gonna plug THAT into the positive rail
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
Haha. You made me laugh. Do you need help with getting it to work?
@hometimemayhem928
@hometimemayhem928 2 жыл бұрын
I found the problem, it turns out the wires were in the wrong section, because I couldn't figure out which port to use
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@hometimemayhem928 that's easy to do. I usually include a schematic for reasons like that. If I didn't include it on this video, sorry. Glad ya got it workin!
@hometimemayhem928
@hometimemayhem928 2 жыл бұрын
now to learn the language so I can code the thing
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
​ @Home time mayhem aside from taking a class, I'm sure there are some good books out there. Also check out cplusplus.com and www.arduino.cc/reference/en/ for some examples to get you started.
@Utopia1616
@Utopia1616 2 жыл бұрын
For some reason I can get everything but the code to work
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
what part do you think you're stuck on ? did you include library?
@Utopia1616
@Utopia1616 2 жыл бұрын
@@BMonsterLaboratory I don’t really know I’ve installed the library and I know I’m using the correct port
@jimnelson1969
@jimnelson1969 3 жыл бұрын
how do you get the schematics for the lessons?
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi there! The schematics are in the lesson file that you can download from elegoo.com Once you're on the site, go to downloads->Arduino kits & robots->Mega2560 start kits (on the left side)->download the most complete starter kit tutorial and code. Unzip the file and you'll see the pdf file. I got it from the lesson there. hope that helps!
@jimnelson1969
@jimnelson1969 3 жыл бұрын
@@BMonsterLaboratory Thanks for the info. The disk that came with the kit doesn't have that info. Works better with all the info. Thought I had gotten the shaft. lol
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
@@jimnelson1969 I hear ya... I'm glad they have the download on their webpage.
@jimnelson1969
@jimnelson1969 3 жыл бұрын
@@BMonsterLaboratory Thanks again.
@michaelpen5236
@michaelpen5236 2 жыл бұрын
keep getting invalid library message on upload
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
are you using liquid crystal libratry? #include at the top of your code? If you don't have it you can download it. In Arduino IDE click "tools" - "manage libraries" - type "LiquidCrystal" into the search bar. You can install it from there. One you have it downloaded you can use #include at the beginning of the code.
@michaelpen5236
@michaelpen5236 2 жыл бұрын
Still not functional
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@michaelpen5236 can you send your code to bmonsterlab@yahoo.com ?
@michaelpen5236
@michaelpen5236 2 жыл бұрын
Got it to work after modifying Liquid Crystal Command. Thanks again
@BMonsterLaboratory
@BMonsterLaboratory 2 жыл бұрын
@@michaelpen5236 excellent!
@andrer7908
@andrer7908 3 жыл бұрын
when i try upload the hello world it doesnt work
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Andre, what message are you getting? Do you have the right port and board selected? Is there an error in the code?
@andrer7908
@andrer7908 3 жыл бұрын
@@BMonsterLaboratory yes it was saying it's uploading but then says there was an error so I deleted everything and reinstalled it again but still the same
@KaiSpeedyClipz
@KaiSpeedyClipz 3 жыл бұрын
It happened to me too
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
@@KaiSpeedyClipz hi there. make sure to select the right board and port. does the error give you any suggestions? what does it say?
@yura_gamer5000
@yura_gamer5000 3 жыл бұрын
I can't do anything
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
I'm happy to help!...what do you need? Where are you stuck?
@mr.friendly1583
@mr.friendly1583 Жыл бұрын
Where do I get the file
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
#include // initialize the library with the numbers of the interface pins LiquidCrystal lcd(7, 8, 9, 10, 11, 12); void setup() { // set up the LCD's number of columns and rows: lcd.begin(16, 2); // Print a message to the LCD. lcd.print("Hello, World!"); } void loop() { // set the cursor to column 0, line 1 // (note: line 1 is the second row, since counting begins with 0): lcd.setCursor(0, 1); // print the number of seconds since reset: lcd.print(millis() / 1000); }
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
that will get you started. Let me know if you need help adding anything. 👍
@lukastechtips
@lukastechtips 3 жыл бұрын
I have the Arduino IDE but I cannot find "the most complete starter kit" on my finder (mac)
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
Hi Lukas. Did you download ther file? You can find it on the Elegoo website if you need it.
@lukastechtips
@lukastechtips 3 жыл бұрын
@@BMonsterLaboratory thank you, I found it!
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
@@lukastechtips Awesome!
@Dr.Pissfingers
@Dr.Pissfingers 3 жыл бұрын
Does anyone know where I can find a code for Matlab for this LCD?
@BMonsterLaboratory
@BMonsterLaboratory 3 жыл бұрын
@@Dr.Pissfingers hi Travis. I have never used Matlab. Sorry
@flyingturtle1999
@flyingturtle1999 Жыл бұрын
Hi my thing lights up but no boxes show
@BMonsterLaboratory
@BMonsterLaboratory Жыл бұрын
hello. Are you using the same code I used? can you post it? did you turn the potentiometer to change contrast on the display?
Electronics - The ELEGOO MEGA2560 R3 Most Complete Starter Kit.
25:22
Get Started in Electronics #11 - Use the LCD Screen with an Uno
12:13
BV3D: Bryan Vines
Рет қаралды 37 М.
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 30 МЛН
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 355 М.
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 33 МЛН
龟兔赛跑:好可爱的小乌龟#short #angel #clown
01:00
Super Beauty team
Рет қаралды 80 МЛН
Using LCD Displays with Arduino
46:23
DroneBot Workshop
Рет қаралды 1,7 МЛН
Arduino LCD Tutorial | How To Control An LCD
15:14
How To Mechatronics
Рет қаралды 1,4 МЛН
Arduino MASTERCLASS | Full Programming Workshop in 90 Minutes!
1:25:31
Programming Electronics Academy
Рет қаралды 2,6 МЛН
Things you can make from old, dead laptops
19:03
DIY Perks
Рет қаралды 12 МЛН
Ultimate Arduino MEGA2560 Starter Kit from Elegoo Part 1
24:53
theBreadboard
Рет қаралды 63 М.
LCD Display Arduino Tutorial - Elegoo The Most Complete Starter Kit
18:15
I tried the 3 Cheapest Arduino Alternatives! (That you Suggested)
13:21
Fun with Transistors
24:33
HackMakeMod
Рет қаралды 469 М.
Arduino Uno to ATmega328 - Shrinking your Arduino Projects
37:17
DroneBot Workshop
Рет қаралды 795 М.
Framework Cyberdeck - DIY Portable PC
17:31
Ben Makes Everything
Рет қаралды 1,2 МЛН
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 30 МЛН