BME280 Weather Station | With Arduino, ESP8266 & ESP32

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

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

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

    Thanks from Bangladesh

  • @electronic7979
    @electronic7979 5 ปีที่แล้ว +2

    Very good project 👍 I like it

  • @صابرهاديالدفاعي
    @صابرهاديالدفاعي 4 ปีที่แล้ว +2

    Hi
    Can you please explain how to connect (( arduino uno +BME280 +Hc-05) ) with the right code
    To receive the data by phone

  • @Ilikeridin
    @Ilikeridin 4 ปีที่แล้ว +2

    Can you only see this when connected to the same network/wifi or from anywhere?

  • @gabrielsiqueira4918
    @gabrielsiqueira4918 4 ปีที่แล้ว +2

    Very good!

  • @pocat00
    @pocat00 4 ปีที่แล้ว +3

    nice video. Interface BME280 with ESP8266 how do you change it to Fahrenheit

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

      In this loop change:
      void handle_OnConnect() {
      temperature = bme.readTemperature();
      humidity = bme.readHumidity();
      pressure = bme.readPressure() / 100.0F;
      altitude = bme.readAltitude(SEALEVELPRESSURE_HPA);
      server.send(200, "text/html", SendHTML(temperature,humidity,pressure,altitude));
      }
      To:
      void handle_OnConnect() {
      temperature = bme.readTemperature();
      humidity = bme.readHumidity();
      pressure = bme.readPressure() / 100.0F;
      altitude = bme.readAltitude(SEALEVELPRESSURE_HPA);
      server.send(200, "text/html", SendHTML(1.8*temperature+32,humidity,pressure,altitude));
      }

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

    Thank you !!

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

    It's ok to use Vcc instant of vin in BME 280

  • @romanletnansky1828
    @romanletnansky1828 10 หลายเดือนก่อน

    Very nice video and great program. Could this weather and icons be integrated into Home Assistant?

  • @josecarloscarrillocastillo2545
    @josecarloscarrillocastillo2545 11 หลายเดือนก่อน

    Hi, thanks for u support! How do you do electronic diagrams?

  • @fabienlouvel5536
    @fabienlouvel5536 10 หลายเดือนก่อน

    943hPa as read by the sensor means either a very strong barometric depression or more likely, inaccuracy or consistency in calibrating and will affect altitude reading as well. Would be curious of a fix for that.

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

    很棒,謝謝教學,期待下次教學,讚!👍👍👍👍👍👍👍👍👍👍

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

    Wonderful like previous .

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

    What if I want to remove the Humidity? Can you make a video if how to make it?

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

    Nice one

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

    This video is very good videos. Do you have video about the ESP8266 & ESP32 with the BME 680? If you have it, kindly share the link to learn about.

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

    I have a problem for the arduino... Which lcd light is on but no value displayed.. How to be it resolved?.. Pls help me..

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

    Is there any guide to set-up this web server on Raspberry Pi Zero W or Pi 4?

  • @khris1977
    @khris1977 5 ปีที่แล้ว +3

    Sir, Thanks for this video. Can you please make sensor for ESP32 and ESP8266 using MAX4466 for noise and Wind Sensor Rev. C sensor. Thanks

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

      I don't have these sensors currently with me. I will work on MAX4466 in future.

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

      And last if you can use example using CCS811 sensor module. i already made but after a couple of time i encounter some error reading for memory using ESP32 and ESP8266 Thanks

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

      @@HowtoElectronics thanks i hope soon you made. question about CCS811 why cant hold long time or stable using ESP32 or ESP8266?

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

      I don't have CCS811.

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

    could you make this show up on MQTT so I could use it on home assistant thank you

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

    Hi, I need to make an I2C communication between an Esp 32 and Esp8266, where can I find info about?

  • @АлександрПропустин-р7о
    @АлександрПропустин-р7о 4 ปีที่แล้ว

    thanks a lot! very useful!

  • @i.ankur23
    @i.ankur23 2 ปีที่แล้ว

    can we use Nokia 5110 lcd screen to this project?

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

    Can hpa be changed to pa?

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

    Code can't be working

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

    how to add an ili9341 to this project??

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

    What if we go outside the wifi range

  • @КлайвСинклер-е6ю
    @КлайвСинклер-е6ю 4 ปีที่แล้ว

    Can't open third link :( is it actual?

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

    Sir thanks for the video
    Please can you explain the code for BME 280 + Node MCU + google Firebase + MIT app inventer

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

    Why i cant, get the IP address??

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

    Please upload Rfid Rc522 and Fingerprint based attendance system Double security using nodemcu php mysql and send sms alert to parents

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

    Coool 😀

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

    Can you use this sensor with the 20x4 display but with arduino nano 33 IoT in the Blynk app?

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

    How can i learn iot?

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

    SUBBED...!

  • @ElectroniClinic
    @ElectroniClinic 5 ปีที่แล้ว +3

    kooooooooooooooooooooooooool...

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

    Hey bro am not able to find code

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

    What's solution to update the value of sensor to Webserver without refresh the browser?

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

      Check one of my previous video on weather station. Its done and explained there.