HOW DO OTA UPDATES HAPPEN IN THE ESP32? | ADVANCED ESP32

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

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

  • @MAKERDEMY
    @MAKERDEMY  4 ปีที่แล้ว +2

    Check out the "Advanced ESP32" video playlist
    th-cam.com/play/PLZPR_hmBy0czw9wDUtqp_brOmfrhVPjrQ.html

  • @rodneytapit5636
    @rodneytapit5636 2 ปีที่แล้ว +2

    Great overview how the Partition Tables / Bootloader is implemented and OTA. One of the clearest tutorials available, well done.

    • @MAKERDEMY
      @MAKERDEMY  2 ปีที่แล้ว

      Glad it was helpful!

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

    Hi, Thank you for your video, is there a way to perform ôta using classic bluetooth (not ble) thks

  • @crashbuilds
    @crashbuilds 3 ปีที่แล้ว +2

    This was very useful, thank you doing this!

    • @MAKERDEMY
      @MAKERDEMY  3 ปีที่แล้ว

      You're welcome

  • @BlondieSL
    @BlondieSL ปีที่แล้ว

    Sometimes acronyms cause confusion. LOL
    I was searching for "ESP32 OTA TV guide" and this channel came up.
    For decades, OTA has mean, "Over The Air" for receiving television using antennas. Tv shows. LOL
    But clearly, this over the air is referring to wireless updates. LOL
    Oh well... the search is on to see if anyone has implemented an ESP32 with a nice display to pick up TV Guide information for the entered zip code, from the internet.
    I'm not so experienced with ESP32 as yet to do this on my own. But ima learn'n.

  • @edgardsalas8269
    @edgardsalas8269 ปีที่แล้ว

    Thank you very much for your video, it is very useful, but i have doubts about the OTA data partition, i explain my doubts: such partition has 0x2000 bytes being 2 sectors de 4kb, how these bytes are filled???. The bootloader will see the OTA data partition to select the firmware partition to boot, i can fill the bytes of firmware partitions but how i fill the bytes of OTA data partition?.
    Again I thank you in advance for your help.

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

    Extremely useful and well explained. This taught me a lot in a very short time.

    • @MAKERDEMY
      @MAKERDEMY  2 ปีที่แล้ว

      Great to hear!

  • @rowifi
    @rowifi 3 ปีที่แล้ว

    Why do I see the arduino default partition has only one ota section?

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

      Hi Rowifi.
      If you are referring to why the partition scheme for your ESP32 board in Arduino IDE is showing only 1 OTA Partition, it is because the partition schemes are set by the specific manufactures of the Development Board. For example, SparkFun ESP32 boards may have totally different skews of partition schemes as opposed to the ESP32 WROOM Dev Boards. This is because different manufacturers source different types of flash memory chips from different vendors and design the partition schemes that are optimum for them. However, you can design your own partition schemes if you wish. We hope this was helpful. Thank You.

  • @shamilyazeen4062
    @shamilyazeen4062 4 ปีที่แล้ว

    any way to upload Spiffs via OTA??

    • @MAKERDEMY
      @MAKERDEMY  4 ปีที่แล้ว

      Hi Shamil Yazeen,
      In this video, the SPIFFS method is not used for the OTA Update. If you want to implement the same, we have found some great resources to acheve the implementation.
      techtutorialsx.com/2019/07/21/esp32-arduino-updating-firmware-from-the-spiffs-file-system/
      learn.sparkfun.com/tutorials/esp32-ota-updates-over-ble-from-a-react-web-application/all
      randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/
      We hope this was helpful.
      Thank You.