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

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024

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

  • @stlo0309
    @stlo0309 3 ปีที่แล้ว +1

    Thanks a lot!

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

    Thanks for the video.
    Syukuran.

  • @tvbox8478
    @tvbox8478 3 ปีที่แล้ว +1

    👍

  • @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.

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

      This is spam

  • @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

  • @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.

  • @pic__l_
    @pic__l_ 4 หลายเดือนก่อน

    where is the code for LCD 20x4 ?

    • @robojax
      @robojax  4 หลายเดือนก่อน

      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