GET Weather data with your ESP32 for FREE

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • 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...
  • ХоббиХобби

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

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

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

  • @JohnDarylCabadingEstigoy
    @JohnDarylCabadingEstigoy Месяц назад

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

  • @eniocc
    @eniocc Год назад +1

    Perfect. Great Job sir.

  • @projetos_leotronico
    @projetos_leotronico Год назад +1

    Great! Thanks for your video

  • @asifehsan4948
    @asifehsan4948 Год назад +1

    Awesome. ❤️❤️❤️

  • @rarenu
    @rarenu Год назад

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

    • @KrisKasprzak
      @KrisKasprzak  Год назад

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

    • @rarenu
      @rarenu Год назад

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