Lesson 30: BMP280 Temperature Sensor with LCD1602 | Arduino Step By Step Course

Поділитися
Вставка
  • Опубліковано 22 жов 2024

КОМЕНТАРІ • 22

  • @RamoLasiaf
    @RamoLasiaf 3 роки тому

    Thanks for the video.
    Syukuran.

  • @stlo0309
    @stlo0309 3 роки тому +1

    Thanks a lot!

  • @1mikechung
    @1mikechung Рік тому

    Hi,
    I have tested the LCD and BME seperatly , all working fine checked address LCD 27, BME 76
    when I complie with this line in I get an error, If I omit the line with // , compiles fine and uploads.
    But nothing happends on the LCD.
    Any ideas. Thanks again.
    lcd.begin();
    no matching function for call to 'LiquidCrystal_I2C::begin()'

    • @robojax
      @robojax  Рік тому

      You are not listening

    • @robojax
      @robojax  Рік тому

      Read my previous comments

  • @tvbox8478
    @tvbox8478 3 роки тому +1

    👍

  • @BPEMETO
    @BPEMETO 2 роки тому

    Hi! Great tutorial! But where is the code for 2004 LCD ? Thank you!

    • @robojax
      @robojax  2 роки тому

      Hi, all videos have description area and the link is there

    • @BPEMETO
      @BPEMETO 2 роки тому

      @@robojax It says "There is separate code for LCD2004" ... I could not find it.

  • @gauravdighe8474
    @gauravdighe8474 2 роки тому

    hii sir after watching all videos .I decide to make interface MAX30102 and MLX90614 sensor with LCD display but i got problem with connect SDA and SCL pins of sensor and lcd together . I humble request u sir can u make video on it please sir please. i waiting for the video thank u.

  • @pic__l_
    @pic__l_ 5 місяців тому

    where is the code for LCD 20x4 ?

    • @robojax
      @robojax  5 місяців тому

      it seems you did not watch the video. LCD1602 or 2004 is is the same. you just set it in the code. This is lesson 30. Introduction to LCD is separate video, the link is in the description. please watch it. All links are in the description for the code and related videos.

  • @sandrajaramillo3822
    @sandrajaramillo3822 2 роки тому

    NO ESTA EL CODIGO
    THERA ISN´T THE CODE.. Y GRACIAS

    • @robojax
      @robojax  2 роки тому

      Gracias por hacérmelo saber. Hace dos días agregué la conferencia 103 y ese código creó este problema. Ahora está funcionando.

    • @robojax
      @robojax  2 роки тому

      Did you check it?

  • @1mikechung
    @1mikechung Рік тому

    HI
    When compiling your sketch I getting this message. ay ideas what I can do to fix it . Mike
    C:\Arduino\sketch\bme_lcd_robojax_18_05_23\bme_lcd_robojax_18_05_23.ino: In function 'void setup()':
    bme_lcd_robojax_18_05_23:55:13: error: no matching function for call to 'LiquidCrystal_I2C::begin()'
    lcd.begin();
    ^
    In file included from C:\Arduino\sketch\bme_lcd_robojax_18_05_23\bme_lcd_robojax_18_05_23.ino:37:0:
    C:\Arduino\sketch\libraries\LiquidCrystal_I2C-1.1.2/LiquidCrystal_I2C.h:58:8: note: candidate: void LiquidCrystal_I2C::begin(uint8_t, uint8_t, uint8_t)
    void begin(uint8_t cols, uint8_t rows, uint8_t charsize = LCD_5x8DOTS );
    ^~~~~
    C:\Arduino\sketch\libraries\LiquidCrystal_I2C-1.1.2/LiquidCrystal_I2C.h:58:8: note: candidate expects 3 arguments, 0 provided
    Multiple libraries were found for "LiquidCrystal_I2C.h"
    Used: C:\Arduino\sketch\libraries\LiquidCrystal_I2C-1.1.2
    Not used: C:\Arduino\sketch\libraries\Arduino-LiquidCrystal-I2C-library-master
    exit status 1
    no matching function for call to 'LiquidCrystal_I2C::begin()'

    • @robojax
      @robojax  Рік тому

      It seems you have skipped lesson 19. And introduction to the temperature sensor. Once both work them come to this lesson

    • @1mikechung
      @1mikechung Рік тому

      Hi . Thanks for reply. I will recap on the lesson. The sketch I complied is from this video, so not sure why it doesn’t work. I have used you other examples controlling motors etc, really good. Do you have any building Segway’s?

    • @robojax
      @robojax  Рік тому

      you have skipped. without libray it won't work. so watch and install the library from lesson 19. I just watched the video and right at the begning is mentioned that you must watch 1-Introdcuction to LCD, 2-Introduction to BMP280.

    • @1mikechung
      @1mikechung Рік тому

      Thanks for your reply and so prompt. Your other videos are so informative and I have used your examples to learn so much.

    • @1mikechung
      @1mikechung Рік тому

      Found the answer , I left the first line without // . Will retry tomorrow. Thanks