Lesson 45: Measure temperature and Pressure with BME280 display on LCD1602 and LCD2004 with Arduino

Поделиться
HTML-код
  • Опубликовано: 4 сен 2024

Комментарии • 28

  • @gus2606
    @gus2606 3 года назад +3

    thank you very much for this intersing video

    • @robojax
      @robojax  3 года назад

      Glad you liked it!

  • @tareksma1
    @tareksma1 4 года назад

    audated link for liq crystal library download too. had to download it from somewhere else

    • @robojax
      @robojax  4 года назад

      kamu tidak memperhatikan. Tutorial ini mengharuskan Anda untuk menonton 2 tutorial. 1-Pengantar LCD1602 2-Pengantar BEM280. video saat ini adalah untuk menggabungkan 1 dan 2 bersama-sama.

  • @maicomcoelholopes9032
    @maicomcoelholopes9032 5 лет назад

    muito bom, logo mas vou comprar um para utilizar como um altímetro, ótimo tutorial

    • @robojax
      @robojax  5 лет назад

      Você é bem vindo.

  • @davelucas5301
    @davelucas5301 3 года назад

    Many thanks for your very informative videos: I have 3 BME280s purchased from two different suppliers. All three give very similar results also the temperature and humidity displayed compare very well against an AM3302. The pressure displayed by all three is around 1020.20pHa, the pressure for the area I live in at the moment is 1029pHa. The approx. altitude shown on all three is around -58m (minus 58m). Your video shows a lower pressure of 1003.16pHa and 83.95m.
    Why is my attitude a minus figure, I can’t believe all three have defective pressure sensors, I understand your pressure will be different to mine - can you tell me what I am doing wrong please?

    • @robojax
      @robojax  3 года назад

      This is approximately. You got to read metrology related articles. I have no information about that. Sorry

  • @juancarlosrelloso1302
    @juancarlosrelloso1302 2 года назад

    Hola me gusta mucho tu proyecto pero no puedo descargar el "código ni las librerias del bme280", podrias decirme como puedo hacerlo (tus proyectos son extraordinarios). Muchas gracias (eres muy bueno)

    • @robojax
      @robojax  2 года назад

      Hola, para todos mis videos, el enlace para el código está debajo del video en la descripción. Probé el enlace y está funcionando.
      Pero recuerde que este video necesita que vea otros dos videos. primer video de introducción BME280 que puede leer la temperatura y mostrarlo en el monitor serial de Arduino IDE. luego otro video de introducción a la pantalla LCD para que pueda mostrar algo de texto en la pantalla LCD. Una vez que ambos proyectos funcionaron, entonces venga a este proyecto. de lo contrario, no funcionará.

  • @ayyazjaved7558
    @ayyazjaved7558 5 лет назад

    Hello sir how we interface Bmp 280 with nextion lcd display please make video on this topic

    • @robojax
      @robojax  5 лет назад

      I will try to make video on tht in the future. Get this LCD, the best and easy to use one.

  • @louisjay7698
    @louisjay7698 3 года назад

    hello sir, if I'd ever want to change my microcontroller to a NodeMCU would there be major changes to the code?

    • @robojax
      @robojax  3 года назад

      Boy the sensor and kid used I2C communication and it should work if you can supply the lcd with 5V
      Hers is how to use lcd with esp8266 ruclips.net/video/HYMnCUtNMnw/видео.html

    • @louisjay7698
      @louisjay7698 3 года назад +1

      @@robojax Thank you! And i love your vids

    • @robojax
      @robojax  3 года назад +1

      Thanks. Please share and subscribe, that is big help for me. Keep watching.

  • @TikOLoRd
    @TikOLoRd 3 года назад

    What changes in the code should I do in order for this to work with a BMP280 instead of a BME 280?

    • @robojax
      @robojax  3 года назад

      Just search for the sensor on my channel and I am sure you will find video for it.

    • @TikOLoRd
      @TikOLoRd 3 года назад

      @@robojax Thank you!

  • @cordelwoodrow8175
    @cordelwoodrow8175 3 года назад

    Hello ! Comment from Whitby, Wondering why i cannot get the code to work. i have both library from what I'm aware, but every time i try to verify code, i get the follow error message. Once i plug 16 , 2 into lcd.begin(16,2) it verifies and uploads but does not display anything serial monitor or on LCD. I have got both to work separately previously. hopefully you can help!
    : error: no matching function for call to 'LiquidCrystal_I2C::begin()'
    lcd.begin();

    • @robojax
      @robojax  3 года назад +1

      Hello, it means you have not installed the library. This video requires you to watch two videos one the lcd and the second the bme280. So watch them separately and make sure both work then come this video .

    • @cordelwoodrow8175
      @cordelwoodrow8175 3 года назад

      @@robojax I Got it to work with your code and videos thank you for all content!

  • @RJHElias
    @RJHElias 3 года назад

    Sir, I can`t find the wiring diagram. Can you send me the link please?

    • @robojax
      @robojax  3 года назад

      I've shown how to wire it. you can get free software from fritzing.org/ to draw it. Wiring diagram is available as part of my Arduino course at udemy.com here bit.ly/rj-udemy

  • @yogeshitaliya473
    @yogeshitaliya473 5 лет назад +1

    Hello sir

    • @robojax
      @robojax  5 лет назад +1

      Hello Yogesh, how are you?

  • @tareksma1
    @tareksma1 4 года назад

    Arduino: 1.8.12 (Windows 7), Placa:"Arduino Uno"
    C:\Users\limonpc\Documents\Arduino\sketch_aug07a\sketch_aug07a.ino: In function 'void setup()':
    sketch_aug07a:29:13: error: no matching function for call to 'LiquidCrystal_I2C::begin()'
    lcd.begin();
    ^
    In file included from C:\Users\limonpc\Documents\Arduino\sketch_aug07a\sketch_aug07a.ino:11:0:
    C:\Users\limonpc\Documents\Arduino\libraries\LiquidCrystal_I2C/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 );
    ^~~~~

    • @robojax
      @robojax  4 года назад

      Ini berarti Anda tidak menonton video dan melewatkannya.