Це відео не доступне.
Перепрошуємо.

GET Weather data with your ESP32 for FREE

Поділитися
Вставка
  • Опубліковано 29 гру 2022
  • 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...

КОМЕНТАРІ • 11

  • @conradstanley1027
    @conradstanley1027 Місяць тому +1

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

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