GET Weather data with your ESP32 for FREE

Поделиться
HTML-код
  • Опубликовано: 6 фев 2025
  • Use your ESP32 to GET weather data from the internet data. The example here shows how to get weather data from the National Weather Service. Steps shown are how to get your locations grid points, daily weather forecast, and how to extract information "hack" from the sites JSON reply. The general process is to send a special URL and use a GET method to ask for JSON data. Parse the JSON string to retrieve desired data.
    Get the project source code at:
    github.com/Kri...

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

  • @conradstanley1027
    @conradstanley1027 6 месяцев назад +1

    WOW!! I am getting back into Arduino and this is blueprint to help me. Thanks!

  • @JohnDarylCabadingEstigoy
    @JohnDarylCabadingEstigoy 5 месяцев назад

    the one im looking for, :) do you have AQI?

  • @eniocc
    @eniocc 2 года назад +1

    Perfect. Great Job sir.

  • @KevinLuWX
    @KevinLuWX 2 месяца назад

    Can this API extract real time temperature data from ASOS stations?

    • @KrisKasprzak
      @KrisKasprzak  2 месяца назад

      Possibly, this code requires a dedaicated ESP32 to build and update a webpage, how you get the data will require a separate MCU. You would most likely have to have a second ESP32 that gets or pings weather services to get data, then that data needs to be sent to the ESP32 that is managing the web page. I've done something similar in the past where on ESP was connected to the internet and getting data from a server, then sending that data (XML) the the first ESP32 for web page updating. Connection between ESP's was the I2C bus.

  • @projetos_leotronico
    @projetos_leotronico 2 года назад +1

    Great! Thanks for your video

  • @asifehsan4948
    @asifehsan4948 2 года назад +1

    Awesome. ❤️❤️❤️

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

    One more best from you.🙌 I am getting this compiling Error: avr/dtostrf.h: No such file or directory Please help.

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

      in the FlickerFreePrint.h, comment out line 49 so it's like this
      // #include

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

      Thank you for your help, I tried it, then compiled smoothly.