OTA Updates on ESP8266 and ESP32 | OTA Updates | Over The Air

Поделиться
HTML-код
  • Опубликовано: 16 май 2021
  • Get 30 days free trial Altium Designer - www.altium.com/yt/robocircuits
    $2 for 1-4 Layer PCBs, Get Free SMT Coupons →jlcpcb.com/IYB
    Previous Video - • Raspberry Pi Pico Line...
    Code and Schematics - www.instructables.com/OTA-Upd...
    We are going to learn about OTA updates or "Over The Air" Updates. We will implement OTA updates in esp8266/esp32 to update the program directly from the internet into the device. OTA Updates on ESP8266 and ESP32 and Home Automation Board with OTA Updates
    Social Links
    Facebook - robocircuits
    Instagram - / robocircuits
    Twitter - / robocircuits
    Instructables - www.instructables.com/member/...
    Arduino CC - create.arduino.cc/projecthub/...
    esp8266 OTA, esp32 OTA, esp8266 OTA update, OTA esp32, OTA esphome, esp idf OTA, Arduino projects, esp OTA update, over the air, raspberry pi, OTA esp8266, OTA esp32 Arduino, OTA esp8266 tutorial, OTA esp8266 Arduino, OTA esp32 platformio, OTA esp32 cam, esp OTA, Arduino, Internet of things, how to, Esp8266 OTA tutorial
    #arduino #iot #esp
  • НаукаНаука

Комментарии • 26

  • @dumb_didi
    @dumb_didi 3 года назад +2

    ✨✨Always waiting for your videos. Please post frequently.❤️❤️

  • @flyingrobots4937
    @flyingrobots4937 3 года назад +2

    Awesome video 😍😍😍😍😍😍😍

  • @namitanandwani5954
    @namitanandwani5954 3 года назад +2

    well explained.

  • @electronic7979
    @electronic7979 3 года назад +3

    Super 👍

  • @creativeelectronics6266
    @creativeelectronics6266 3 года назад +3

    Nice

  • @balachandarjeyalatha868
    @balachandarjeyalatha868 Месяц назад

    Is it possible to perform ota in eap32 from ftp server running in a local host pc.please make a video on that or please share a link if any.

  • @vivekverma6381
    @vivekverma6381 6 дней назад

    where is schematic file , i want it

  • @AccioPotterheads1
    @AccioPotterheads1 3 года назад +2

    👌👌

  • @TechnoSAP
    @TechnoSAP 3 года назад +3

    👍👍

  • @farokhsaba3783
    @farokhsaba3783 Год назад +1

    Not compiling can you please send libraries you used.thx

  • @_munna_
    @_munna_ 3 года назад +2

    👌👌👌👌

  • @mdyaseen9043
    @mdyaseen9043 Год назад +1

    Awasome,But here a problem because of I don't know the all devices said,password and also I can't reset saved ssid password. How to do this without resetting the wifi credentials.

    • @RoboCircuits
      @RoboCircuits  Год назад

      It can be solved by making a softAP of esp when wifi credentials are not there. Then we can make a http server and call for credentials through ip address. Then we will save the credentials to eeprom. Whenever esp starts it will read credentials from eeprom and start connecting in sta mode

  • @MohdAman-yb2kw
    @MohdAman-yb2kw Год назад +1

    hello sir how can i convert this esp8266 code to esp32 code

    • @RoboCircuits
      @RoboCircuits  Год назад

      You need to find similar libraries which are only for esp8266