SunFounder Learning Kit Tutorial for Arduino - I2C LCD1602 - Super Kit/Starter Kit, Need soldering

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 มิ.ย. 2024
  • In this experiment, we will learn how to display strings on an I2C LCD1602 by programming with Arduino. For LCD soldering, see this video: • Welding/Soldering Pins... .
    For detailed wiring and code, visit our website LEARN-Get tutorials
    www.sunfounder.com/learn/rfid...
    For the library, check our WIKI page: wiki.sunfounder.cc/index.php?t...
    RFID V2.0 Kit for Arduino available on our website:
    www.sunfounder.com/rfid-v2.html
    Super Kit for Arduino on Amazon:
    Germany: www.amazon.de/dp/B00D9M4BQU
    UK:www.amazon.co.uk/dp/B00D9M4BQU
    Italy: www.amazon.it/dp/B00JSOC2QO
    Spain: www.amazon.es/dp/B00D9M4BQU
    French:www.amazon.fr/dp/B00D9M4BQU
    Canada: www.amazon.ca/dp/B00D9M4BQU
    Welcome to subscribe for more updates and leave comments to tell us what you think of this video. For any technical questions, please post in our FORUM www.sunfounder.com/forum!

ความคิดเห็น • 151

  • @SupremeNoble
    @SupremeNoble 5 ปีที่แล้ว

    Nice, so I have an LCD so I just want to add the i2c backpack but does the i2c need to be soldered? At 1:30, doesn't look like it's soldered but just asking :)

  • @user-nv1xt2gt9n
    @user-nv1xt2gt9n 6 ปีที่แล้ว

    Thank you very much :)

  • @Gonrich7
    @Gonrich7 6 ปีที่แล้ว

    thank you so much!!

  • @flightisallright
    @flightisallright 7 ปีที่แล้ว +3

    Guys, 0x27 is the address of the l2c used in the VIDEO ONLY. Please use l2c_scanner.ino to find YOUR l2c-adress - or try the address 0x3F, which seems to be common.

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      0x27 is just a default address.
      Different I2C modules also will have different addresses.In addition, you can also change the address by wiring A0A1A2 in different ways. For more details, refer to the user manual.

  • @9393jack
    @9393jack 6 ปีที่แล้ว

    Thanks! ... but my god.. at 4:19, put `lcd.init()` on a NEW line without the curly bracket! And after `lcd.backlight()`, put the closing curly bracket on a new line!
    And similar problems in the loop. It works the same but having clean code is very important

  • @kentharris7427
    @kentharris7427 3 ปีที่แล้ว

    Is there code to integrate it with a Real-Time Clock circuit on an Arduino Uno R3?

  • @rhlopez2694
    @rhlopez2694 3 ปีที่แล้ว

    Do you have the code written down somewhere>?I just want to cut and paste it and then tweek it in. My eyesight is blurry to begin with and trying to read off a blurry youtube does'nt help.

  • @bagyofficial1083
    @bagyofficial1083 7 ปีที่แล้ว

    Hello! I have display but i have 18 terminals from my dislpay.Have can i connect 18 ports to arduino?

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear BAGY,
      What you have said the 18 ports should be 16 ports. And the LCD1602 didn't have the I2C.
      The detailed connection you can watch this video:
      th-cam.com/video/VpPEG6mPadU/w-d-xo.html
      If you still have problem, pls connect with me.

  • @Exodow_RGB
    @Exodow_RGB 4 ปีที่แล้ว

    tank you

  • @kiquearvizu
    @kiquearvizu 7 ปีที่แล้ว

    Nice video, i want to create characters but i do not understand how it works, and the generator don't do this job. Thanks

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Maybe you can try this simple code: wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602#Step_3:_Copy_the_code

  • @fritstangkau9910
    @fritstangkau9910 7 ปีที่แล้ว +1

    I get an error for the line > during compiling it gives >
    please help

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Frits,
      Pls follow the below picture link, open the picture and click the "copy error messages", you can get the complete error information. Pls send the information to us, we can solve the trouble for you.
      Looking forward your reply.
      i1266.photobucket.com/albums/jj536/Yang_Michal/untitled11_zpsh9sxllfz.png

    • @fritstangkau9910
      @fritstangkau9910 7 ปีที่แล้ว

      Arduino: 1.6.13 (Windows 10), Board:"Arduino/Genuino Uno"
      In file included from C:\Users\TangkauFW\Documents\Arduino\sketch_jan19c\sketch_jan19c.ino:2:0:
      C:\Users\TangkauFW\Documents\Arduino\libraries\NewliquidCrystal/LiquidCrystal_I2C.h: In function 'void setup()':
      C:\Users\TangkauFW\Documents\Arduino\libraries\NewliquidCrystal/LiquidCrystal_I2C.h:154:9: error: 'int LiquidCrystal_I2C::init()' is private
      int init();
      ^
      sketch_jan19c:9: error: within this context
      lcd.init();
      ^
      C:\Users\TangkauFW\Documents\Arduino\sketch_jan19c\sketch_jan19c.ino: In function 'void loop()':
      sketch_jan19c:14: error: 'positionCounter' was not declared in this scope
      for (int positionCounter1=0;positionCounter1

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Frits,
      Well noted your trouble, we have the solution as below for your reference.
      A. It's not our library that you have used, we aren't able to solve it for you.
      B. For the error: 'positionCounter' was not declared in this scope, because the 'positionCounter++' which is in the 'for (int positionCounter1=0;positionCounter1

    • @fritstangkau9910
      @fritstangkau9910 7 ปีที่แล้ว

      It worked, thx

  • @aussiecubing
    @aussiecubing 9 ปีที่แล้ว +1

    Hello, I have a question
    When I upload the code I get this error:
    Arduino: 1.6.3 (Windows 8.1), Board: "Arduino Uno"
    lcd1602newww.ino:1:31: fatal error: LiquidCrystal_I2C.h: No such file or directory
    compilation terminated.
    Error compiling.
    This report would have more information with
    "Show verbose output during compilation"
    enabled in File > Preferences.
    I would really appreciate some help
    Thanks

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  9 ปีที่แล้ว

      aussiecubing You need to unzip the LiquidCryStal I2C file to your libraries folder under Arduino.

    • @aussiecubing
      @aussiecubing 9 ปีที่แล้ว

      Ok thanks

    • @Awesomepieman32
      @Awesomepieman32 8 ปีที่แล้ว

      +Sunfounder I have the same problem except im on windows 10 and running Arduino 1.6.7. I went to the libraries folder under arduino in my program files (x86) and there was no zipped "LiquidCryStal I2C" file, but there was an unzipped "LiquidCrystal" file?????
      I need help please

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว

      +Awesomepieman32 Actually you need to add this library for use. Please go to www.sunfounder.com/index.php?c=case_incs&a=case_nr&type=47 and download the package RFID Kit V2.0 for Arduino.zip on the page. After unzipping, you can see a LiquidCrystal_I2C folder inside. Just copy the folder to the path of your Arduino. Then it should work.

    • @Awesomepieman32
      @Awesomepieman32 8 ปีที่แล้ว

      Thanks so much, works now!!

  • @BretJKohl
    @BretJKohl 6 ปีที่แล้ว

    Using the arduino Mega, all connections are correct, LCD back light turns on but I get no black rectangles or words, I am at a loss as to what could be wrong. Tried redoing the library, tried redoing the circuits, code is copied and pasted, the address is correct. Only thing I can think of is that the library pins need to be changed for the mega 2560 for SDA and SCL but I don't know where to change that in the code

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  6 ปีที่แล้ว

      it's the wiring actually, which is different for Uno and Mega. For Uno, it's A4 and A5; but for Mega, you need to connect pin 20 and 21 to SDA and SDL of the LCD. See if it works.

    • @BretJKohl
      @BretJKohl 6 ปีที่แล้ว

      I have that all wired correctly

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  6 ปีที่แล้ว

      OK. then when you uploaded the code, did any error message appear? if it's uploaded successfully, try spinning the blue potentiometer on the LCD back.

    • @BretJKohl
      @BretJKohl 6 ปีที่แล้ว

      Everything uploads fine which is is the odd part. I will take a look at the contrast tomorrow again but I tried that as well yesterday

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  6 ปีที่แล้ว

      you may refer to the FAQ for the I2C LCD1602 on our WIKI page: wiki.sunfounder.cc/index.php?title=LCD1602/I2C_LCD1602_FAQ. If these still cannot help you, you may post forums on our website and post your code and wiring photo so we can help you check what's gone wrong.

  • @alexis898989
    @alexis898989 8 ปีที่แล้ว

    I have a question, I wired the arduino like in the video and use the library pasted on the site but when i try to upload the example "hello world" the lcd doesn't change. I tried pressing reset and checked the wiring but everything looks correct.

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว

      Which Arduino board do you use? Uno, Mega2560? And is the code uploaded successfully (at the bottom on the window you can see a prompt message for upload done or errors happen)?

    • @parakeets123
      @parakeets123 8 ปีที่แล้ว

      uno and it sends the data says upload done but the lcd dosnt do anything.

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว

      When you just power the circuit, did the LCD light on? And white checks were displayed instead of what you intended it to? It can be that the I2C address is not 0x27. You need to find the real one out by a code. Copy the code here (www.sunfounder.com/forum/faq-i2c-lcd1602-not-displayed/#simple-forum-post-217) in a new IDE window and upload it to your board. When it's successfully done, open Serial Monitor and the I2C address will be displayed then.
      Then replace the address in this line in your code: "LiquidCrystal_I2C lcd(0x27,16,2);" with the one you just get.

    • @parakeets123
      @parakeets123 8 ปีที่แล้ว

      It WORKED! thank you very much

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว +2

      Glad to help! :) If you have more questions, welcome to check FAQs or other forums on our website.

  • @pulkitandpalaksharma6200
    @pulkitandpalaksharma6200 4 ปีที่แล้ว

    what is the name of pendrive like device

  • @specialfbiagent51
    @specialfbiagent51 2 ปีที่แล้ว

    Can I control C12 LCD with my Arduino mega?

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  2 ปีที่แล้ว

      If you are talking about i2c, then you can. It should be noted that the i2c pin position of arduino mega is different from that of arduino uno.

  • @AnnaBezhani
    @AnnaBezhani 7 ปีที่แล้ว

    Hello, i keep having this problem "
    In function 'void loop()':
    big_idea:24: error: 'positionCounter' was not declared in this scope
    for (int positionCounter0; positionCounter

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      There is a "=" missing in the scope (int positionCounter0; positionCounter

    • @AnnaBezhani
      @AnnaBezhani 7 ปีที่แล้ว

      thank you very much !!!

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Our pleasure. Welcome to post forums on our website www.sunfounder.com if you have any questions!

  • @selenapena8945
    @selenapena8945 7 ปีที่แล้ว

    I have tried over and over the scanner code and it just display the 16 black rectangles on line

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Hi Selena,
      The scaner code is just use to detect the address of the I2C LCD1602, you need to use the additional code.
      Below link code for your reference to.
      wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602
      Have a good time!

  • @ladobabiashvili3431
    @ladobabiashvili3431 9 ปีที่แล้ว +1

    im buying sunfounder kit ;)

    • @Eurus721
      @Eurus721 7 ปีที่แล้ว +1

      Great kit. Glad it was my first. Make sure to install program and libraries as they recommend. I kind of got that part wrong

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Ricky,
      Thank you so much for your support!
      Have a nice day!

  • @auggy512
    @auggy512 8 ปีที่แล้ว

    I get this error:
    avrdude: stk500_recv(): programmer is not responding
    avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x0c

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว

      +William Ahlgrim For this error, you may check solutions in WIKI of our website, at www.sunfounder.com/index.php?c=downloadscs&a=Manualdetails&id=81&name=Solutions%20to%20Problems.
      If you still cannot figure it out, you may try post on our FORUM and we'll help you solve it out.

  • @alrawahikhalood8893
    @alrawahikhalood8893 7 ปีที่แล้ว

    i have a problem
    the code dose not work
    backlight dose not change its color
    please help

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Alrawahi,
      Pls checked the pins GND,VCC on the I2C LCD1602, whether the cables are reversed. If not, then check the I2C in the back of the LCD. In the side of the I2C module, there is a cap. If it has been pull out? It's used to be powered for the backlight. If yes, the backlight will be not show.
      If you still can't find the way to solve it. pls connect with us asap.
      Good luck!

  • @mikkeljuhl4884
    @mikkeljuhl4884 7 ปีที่แล้ว

    #include makes a error: "No such file or directory" please help

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      You need to add LiquidCrystal library first. You can download it at the bottom of the page: wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602

  • @monaldiigor
    @monaldiigor 7 ปีที่แล้ว

    I have this code error:
    Arduino:1.8.0 (Windows 10), Scheda:"Arduino/Genuino Uno"
    C:\Users\monal\Downloads\sketch_jan25a\sketch_jan25a.ino:9:32: warning: invalid conversion from 'int' to 't_backlighPol' [-fpermissive]
    LiquidCrystal_I2C lcd(0x27,16,2); // set the LCD address to 0x27 for a 16 chars and 2 line display
    ^
    In file included from C:\Users\monal\Downloads\sketch_jan25a\sketch_jan25a.ino:3:0:
    C:\Users\monal\Documents\Arduino\libraries\NewliquidCrystal/LiquidCrystal_I2C.h:53:4: note: initializing argument 3 of 'LiquidCrystal_I2C::LiquidCrystal_I2C(uint8_t, uint8_t, t_backlighPol)'
    LiquidCrystal_I2C (uint8_t lcd_Addr, uint8_t backlighPin, t_backlighPol pol);
    ^
    C:\Users\monal\Documents\Arduino\libraries\NewliquidCrystal/LiquidCrystal_I2C.h: In function 'void setup()':
    C:\Users\monal\Documents\Arduino\libraries\NewliquidCrystal/LiquidCrystal_I2C.h:154:9: error: 'int LiquidCrystal_I2C::init()' is private
    int init();
    ^
    sketch_jan25a:13: error: within this context
    lcd.init(); //initialize the lcd
    ^
    exit status 1
    within this context

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Where did you get the LiquidCrystal_I2C library? The problem is a conflict between your library and the code we provide. You can download the library again at the bottom of this page: wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602. And try again. It should work. Seems like Frits below had the same problem and fixed it this way.

  • @Prof856
    @Prof856 4 ปีที่แล้ว

    Hi Folks,
    So I followed everything as best I could. I copy and uploaded the code from the wiki. wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602
    I followed the instructions and was told the code uploaded. However, after the screen on lcd went blank for a moment, it just came back on again in blue and that was it. No message.
    Any ideas?

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  4 ปีที่แล้ว

      Hi, could you mail us a picture of the wiring connection between your UNO and this LCD module? and we will help you there. The mail: support@sunfounder.com.

  • @weisswurster
    @weisswurster 8 ปีที่แล้ว

    So I upload the sketch and the screen is just blank. Well the top row has dark squares and the bottom row is blank...

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว

      +Ashley Perry Try press the reset button on the control board.

    • @weisswurster
      @weisswurster 8 ปีที่แล้ว

      +Sunfounder Wow thanks for the fast response! I've pressed the reset button and powered it off and on again and still doesn't work. I've noticed the L LED is blinking quite a lot too. I assume the sketch has been uploaded as the tx/rx LED flash while it's uploading

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว

      +Ashley Perry Actually when the code upload is almost completed, the LED will blink for a while. When upload is done, it will stop.
      For LCD not working, first you may check whether the wiring is correct. What control board do you use, Uno, Mega2560 or others? If you use a Mega, the SDA of the I2C LCD should be connected to SDA (20) of the Mega, SCL to SCL (21).
      If this still doesn't work, post screenshots of your code uploading results and physical wiring photos on our website Forum or send email to support@sunfounder.com

    • @weisswurster
      @weisswurster 8 ปีที่แล้ว

      It turns out i had installed the library in the wrong location. LCD screen is working fine now, thanks!

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  8 ปีที่แล้ว

      Oh, always the library...so now you can have fun with the LCD.
      For more details, you can check our FORUM and WIKI, where we'll release more and more interesting and useful tutorials for you to better learn. And, welcome to share with us your study notes, which may be great help to other hobbyists!

  • @kennybako219
    @kennybako219 7 ปีที่แล้ว

    No such file or directory problem !!!! Help.

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Does make error? If so, you need to add LiquidCrystal library first. You can download it at the bottom of the page: wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602

  • @Nick-qx4vn
    @Nick-qx4vn 3 ปีที่แล้ว

    lcd.init(); error saying web_lcd_test:9:12: error: 'int LiquidCrystal_I2C::init()' is private within this context

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  3 ปีที่แล้ว

      Please use the library we provide:wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602 .
      reference picture: drive.google.com/file/d/1h349lhBCFogQtcU6TKNbyG03sRFbSBEc/view?usp=sharing

  • @MGDNation
    @MGDNation 7 ปีที่แล้ว

    I am trying to add a flowmeter to an lcd. All I am getting is a bunch of weird characters in my display any ideas how to get real values from the below code?
    #include
    #include
    #include #define I2C_ADDR 0x27 //

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear MGDNation,
      Feel so sorry that we haven't provide the flowmeter and the "an lcd." head file , therefore, we can't help you to adjust your code. We suggest that you can find the usage method of the flowmeter.
      If you have other technology problem, we will try our best to help you!

  • @PugsPhotography
    @PugsPhotography ปีที่แล้ว

    Mine complies and uploads but then its just a bunch of squares on the screen

  • @kristofferleraand7492
    @kristofferleraand7492 6 ปีที่แล้ว +2

    Nothing happens when I have uploaded the sketch. The LCD screen is just blue

    • @rbmnewton
      @rbmnewton 5 ปีที่แล้ว +1

      Have u adjusted the Potentiometer behind the LCD Screen to adjust the Brightness and check for the required display?

    • @m0pe620
      @m0pe620 4 ปีที่แล้ว

      same problem

  • @vigiplay3157
    @vigiplay3157 7 ปีที่แล้ว

    Library does not work. It is already obsolete.

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Lucas,
      Could tell me what kind of kit you bought? Pls send us a link.
      And which library you used?
      Waiting for your reply!

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Lucas,
      Where did you download the library?
      Or you can try the below link:
      wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602

    • @vigiplay3157
      @vigiplay3157 7 ปีที่แล้ว

      It was exactly this library I used.

  • @JoelGGuitarist
    @JoelGGuitarist 6 ปีที่แล้ว

    For those who are having issues using Sunfounders source material:
    Go to this website
    bitbucket.org/fmalpartida/new-liquidcrystal/downloads/
    Download version 1.3.5
    go to your Arduino software and add the library.
    Write as following:
    #include
    #include
    LiquidCrystal_I2C lcd(0x27,2,1,0,4,5,6,7,3,POSITIVE);
    void setup(){
    lcd.begin(16,2);
    lcd.clear();
    lcd.print("Hello World");
    }
    void loop()
    {
    }
    The First bit of code is just to get the LCD handshake initialized with the Arduino software, from there you can add any other details you want.
    Happy Coding!

  • @JoelGGuitarist
    @JoelGGuitarist 6 ปีที่แล้ว +2

    For those who are struggling with the "exit status 1" error, you need to download the new library file for LiquidCrystal I2C.
    You can do this by downloading it off of the Arduino-Library on their website, here's the link below:
    www.arduinolibraries.info/libraries/liquid-crystal-i2-c
    Once you downloaded the zip folder you can then go into Arduino and open the source code that was provided by Sunfounder for project 4. Then *this is the important step* go to ("Sketch"-> Include Library-> Add Zip. to the library) Load the zip file "LiquidCrystal I2C" that you just downloaded and then load the library into the existing code ("Sketch"-> Include Library-> Manage Libraries). Upload the program and the LCD screen should work properly.
    Good luck everyone!:)

  • @sutiknorutra141
    @sutiknorutra141 7 ปีที่แล้ว +3

    too small... i can't read what u write

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      For more detailed information about the wiring and the code, please visit our website www.sunfounder.com and go to the kit lesson page by LEARN-Get Tutorials. Or if you have any concerns, welcome to post your questions in our forum!

  • @victoralejandroherreroferr3972
    @victoralejandroherreroferr3972 7 ปีที่แล้ว

    I just bought your kit with 37 sensors, the first project is with this display, I can't make it work, your written explanation is really poor and I don't understand how to make it work. I download libraries, spend time on the internet etc.... Please provide a solution sunfounder

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Victor,
      Pls visit the below wiki link, you can get more details about it, if you had problem, pls feel free to come up with!
      wiki.sunfounder.cc/index.php?title=I%C2%B2C_LCD1602

    • @victoralejandroherreroferr3972
      @victoralejandroherreroferr3972 7 ปีที่แล้ว

      This link was excellent, I downloaded the library from the link provided and worked everything. However, I have more projects on the Sensor Kit V2.0. and I can't download the files from the files provided on your web. Where can I get just the libraries requires to run all the projects

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      +Victor Alejandro Herrero Ferrario, pls refer to the below link, you can get what you want.
      Have fun!
      www.sunfounder.com/learn/category/Sensor-Kit-v2-0-for-Arduino.html

  • @MrOLOY-mj8fi
    @MrOLOY-mj8fi 7 ปีที่แล้ว +1

    i got this error :
    C:\Users\abdoul latif sampana\Documents\Arduino\libraries\LiquidCrystal_I2C\LiquidCrystal_I2C.cpp:3:23: fatal error: WProgram.h: No such file or directory
    #include "WProgram.h"
    ^
    compilation terminated.
    exit status 1
    Erreur de compilation pour la carte Arduino/Genuino Uno
    Even if i didn't put any library called Wprogram.h so i don't understand why they put this error :/
    Sorry for words that are in french.
    Thanks to reply. :).

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว +1

      Dear MP,
      What version of the IDE you use? We suggest that you use the latest version of the Arduino IDE.
      If you still have trouble, pls connect with us!

    • @MrOLOY-mj8fi
      @MrOLOY-mj8fi 7 ปีที่แล้ว +1

      I have fixed the problem ☺ now its fine. But the links you put in description isn't working fine. If you can do something about it too.

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear MR,
      Wow! Great!
      But we can't find the link you said in the description.
      Have fun!

    • @curtisbarclay2292
      @curtisbarclay2292 6 ปีที่แล้ว

      Hi Sunfounder.
      With the latest IDE I had the same problem "failed to find Wprogram.h". The old .ccp file needs to updated with this link; gist.github.com/jrmedd/5516863
      I did this with my project and it solved the problem. You may have to do this with your ".ccp" project file to get it to work. Hope this helps

  • @teachmeteachme9014
    @teachmeteachme9014 4 ปีที่แล้ว +1

    Hello ... Next time, remove the music. Do we listen to music or listen to you?

  • @paulomgomes
    @paulomgomes 7 ปีที่แล้ว

    The code in the lesson (www.sunfounder.com/learn/Sensor-Kit-v2-0-for-Arduino/lesson-1-display-by-i2c-lcd1602-sensor-kit-v2-0-for-arduino.html) dont work, please replace lcd.init(); FOR lcd.begin AND it will workYou must suport people who buy your kits.RegardsPaulo

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      Dear Paulo,
      We have tested the code you said, and we used the lastest version of the library. The program is no problem, and work normally. Maybe we use the different library, pls send your progarm to us, we will test it and help others know the trouble.
      Waiting for your reply!

    • @87Edvin
      @87Edvin 6 ปีที่แล้ว

      It worked for me, thanks!

  • @lanena4321
    @lanena4321 7 ปีที่แล้ว

    the quality of the video is terrible, is there any other place to see the instruction

    • @sunfoundermakereducation8590
      @sunfoundermakereducation8590  7 ปีที่แล้ว

      +April Saavedra, pls check the below link, you get the detailed instruction.
      www.sunfounder.com/learn/category/Super-Kit-V2-0-for-Arduino.html

  • @titibalata9189
    @titibalata9189 6 ปีที่แล้ว

    Qui peut m'aider?
    Arduino : 1.8.3 (Windows 10), Carte : "Arduino/Genuino Uno"
    Le croquis utilise 2962 octets (9%) de l'espace de stockage de programmes. Le maximum est de 32256 octets.
    Les variables globales utilisent 273 octets (13%) de mémoire dynamique, ce qui laisse 1775 octets pour les variables locales. Le maximum est de 2048 octets.
    avrdude: ser_open(): can't open device "\\.\COM5": Le fichier spécifié est introuvable.
    Problème de téléversement vers la carte. Voir www.arduino.cc/en/Guide/Troubleshooting#upload pour suggestions.
    Ce rapport pourrait être plus détaillé avec
    l'option "Afficher les résultats détaillés de la compilation"
    activée dans Fichier -> Préférences.

  • @fjrg76
    @fjrg76 6 ปีที่แล้ว +1

    What a nasty code formatting!!! Is that the way you teach to program???

  • @hilarylatham3917
    @hilarylatham3917 6 ปีที่แล้ว

    Lose the music.