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/KrisKasprzak/Inter...
  • แนวปฏิบัติและการใช้ชีวิต

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

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

    Great! Thanks for your video

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

    Perfect. Great Job sir.

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