ESP32 OTA (Over-the-Air) Firmware Updates using AsyncElegantOTA Arduino Library.

Поділитися
Вставка
  • Опубліковано 8 вер 2024

КОМЕНТАРІ • 17

  • @frantisekkorycan7279
    @frantisekkorycan7279 2 роки тому +1

    Thank you. Excellent solution.

  • @marioortiz5482
    @marioortiz5482 3 роки тому

    Thanks for your time sharing this excellent information.

  • @modithanayana8903
    @modithanayana8903 2 роки тому

    Very clear tutorial Thanks🙌

  • @edgardsalas8269
    @edgardsalas8269 Рік тому

    hi, a favor, maybe you can help me, I have been reading about the ota data partition, it has a size of 0x2000 bytes, I wanted to understand how these bytes are filled?.
    I thank you in advance

  • @mahendrau4672
    @mahendrau4672 Рік тому

    Hi brother, I want ESP32 OTA with MQTT protocal, Please do this one

  • @pendekarsoldersmamsevensby2939

    Nice tutorial ❤❤❤

  • @rajesh_iot6674
    @rajesh_iot6674 3 роки тому

    Thanks for Great Video Bro.....

  • @KK-ib5nh
    @KK-ib5nh Рік тому

    How to get .bin file in esp idf .. which file i have to use

  • @hamzarauf320
    @hamzarauf320 3 роки тому

    I have no Ip adress because physially or through connectin with wire code is not Uploading and genereting an error message "A fatal error occurred: Timed out waiting for packet content
    " .
    Now how can I upload code using OTA ???????? Plz suggest any solution about it , Thank u

  • @ailtonmk11
    @ailtonmk11 3 роки тому +1

    bom exemplo mais cade o sketch ????

    • @Dancopymus
      @Dancopymus 2 роки тому

      Olá, já passaram 7 meses mas, se vc ainda necessita, os sketches estão na pasta Exemplos AsyncElegantOTA > ESP32_Async_Demo e o exemplo Blink que está dentro da pasta Exemplos > 01.Basics > Blink.

  • @ravikaravadiya4171
    @ravikaravadiya4171 2 роки тому

    can i upload the code in different network using this library?

  • @juanperezgarcia9963
    @juanperezgarcia9963 10 місяців тому

    Will this work with arduino giga which has an STM32H747 processor?

    • @juanperezgarcia9963
      @juanperezgarcia9963 10 місяців тому

      And can you comunicate with boards in different wifi networks on different cities ?

  • @Dancopymus
    @Dancopymus 2 роки тому

    Hello friend, first, thanks for the tutorial. I have a question:
    With my esp82266, I do the whole procedure and when it arrives at the ElegantOTA screen, it shows up to 100% and stops, it doesn't continue.
    However, I ask you a question: after exporting to the .bin file with ip xxxxx/update, this .bin file must be loaded with esp connected to PC usb or esp must be connected to another power source external? I'm asking because I didn't see you do it!
    PS.: When I just type the IP, without /update in the address bar, it shows the message "Hi! I am ESP8266" with esp plugged into a wall socket. Thanks

  • @ilkeraykut7064
    @ilkeraykut7064 2 роки тому

    How can we do this through internet not wifi?I have esp32 sim800l module and I can connect to internet through sim800l 's gprs.

    • @MikePreston-darkflib
      @MikePreston-darkflib 2 роки тому

      There are examples for the esp32 to upgrade from a spiffs file, you should be able to download a file into spiffs and flash when ready.