How to update ESP32 (Or ESP8266) over Wi-Fi network (OTA)

Поділитися
Вставка

КОМЕНТАРІ • 25

  • @giusseeppeandrademartinez4426
    @giusseeppeandrademartinez4426 3 роки тому +2

    Greetings from Mexico, your platform helped me a lot, it was what I had always dreamed of!

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

      Great to hear!

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

      Hola! Yo tambien soy de Mexico y apenas voy a usar este OTA, pero no logro ver en el video en que parte del código se halla el codigo OTA, podrías platicarme dónde esta?, algún consejo?

  • @ze_das_maquinas
    @ze_das_maquinas 9 місяців тому

    Hello friedn, thanks for your video, please Do you know how can I stop send updating, I send a new firmware, but all the time send again the versionI sent before.

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

    Thank you for the service and the video. I would like to place an enhancement request (add a POST endpoint for the config API in order to update configuration by code). Where would I do this?

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

      Great. Thanks for the idea!

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

    How do you get the HTTPUpdate library? I can't find it using PIO's library search.

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

      It is on ESP8266 SDK and you don't need to get it from anywhere. Just include it. If you want to use it for ESP32, watch the other video on our channel.

  • @Hasan...
    @Hasan... 3 роки тому

    Thanks for the video.. Will this work if I do it thru Arduino IDE too? any difference? (I have never used PlatformIO)

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

      There is no difference between PlatformIO and Arduino IDE. It will work

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

    I see some sample code using #include and others #include . Which one is correct? Also I get an error after flashing "LittleFS Mount Failed". Any idea?

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

      The otadrive_esp.h is our new SDK library and is easy to use. You can use HTTPUpdate.h instead if you don't interested to use our SDK library.

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

      @@OTADrive Ok so to use your library I simply declare #import and add lib_deps otadrive/OTAdrive? HTTPUpdate.h is an alternative but not needed if I use your library? If that's the case something else may be missing as I get the red curlies on the #import statement meaning the source file can't be found

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

      @@OTADrive I sent you a few emails. Can't get the full sample code to work on ESP8266 (works on ESP32)

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

    sir i cant find my library version in otadrive (iam using esp32 wroom 32)

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

      All library we used in this example exists in the ESP SDK and you can include and use them without installing anything else.

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

    can you update firmware via a cellular netowork?

    • @OTADrive
      @OTADrive  7 місяців тому

      There are examples to update through the SIM800 or any other GSM module supported by the TinyGSM.

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

    How many devices can we add to the OTAdrive?

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

      free users can add up to 30 devices to the OTAdrive

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

      @@OTADrive How to pay for extra?

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

      @@harwindsingh You can do it in the account section of your panel

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

    Is the web under maintenance?

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

      Not now. We had some troubles for a few hours.