ESP32 programmed OTA - no wires, no WiFi!!

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • Each week I will grab a random electronic component from the vault and build a circuit - this week I look at spicing up "normal" OTA programming by using the device itself as an access point for the programming!
    This project has matured! See the new video and files:
    • Outback Remote ESP32 O...
    onecircuit.blo...
    More info at onecircuit.blo...
    www.tindie.com...

КОМЕНТАРІ • 18

  • @hiredan9046
    @hiredan9046 10 місяців тому +3

    Just what i was looking for, Thanks mate!

    • @onecircuit-as
      @onecircuit-as  10 місяців тому +2

      I’m still working on this project, big update to come. Maybe check back in a couple of weeks. 👍😀

  • @jasongoertzen
    @jasongoertzen 10 місяців тому +1

    My scouring the internet has paid off. Thanks for the video!

    • @onecircuit-as
      @onecircuit-as  10 місяців тому +1

      Update on way, stay tuned! 😀👍

  • @Sushikami
    @Sushikami 2 дні тому +1

    login credential checking via client side javascript?!

  • @frankowalker4662
    @frankowalker4662 Рік тому +1

    Cool.

  • @namanrajdev4343
    @namanrajdev4343 29 днів тому +1

    so the task i have is to make an ota update once esp32-s3 receives wifi credentials via Bluetooth and i keep running into guru meditation ....your method is good but the wifi ssid and pass i cannot hardcode i will need to retrieve it via bluetooth
    can u suggest something

    • @onecircuit-as
      @onecircuit-as  29 днів тому

      @@namanrajdev4343 Updated video and code here:
      Outback Remote ESP32 Over The Air (OTA) Project
      ua-cam.com/video/IaRcK1yezKY/v-deo.html
      After that try Brian Lough who talks about this exact scenario: ua-cam.com/video/A-P20vC7zq4/v-deo.html

    • @onecircuit-as
      @onecircuit-as  29 днів тому

      @@namanrajdev4343 does it need credentials at all? 🤔

  • @FrankP83
    @FrankP83 5 місяців тому +1

    Excelent!But i'm using a board with 8266, not ESP32, can be adapted?Thanks in advance!

    • @onecircuit-as
      @onecircuit-as  4 місяці тому +1

      ESP8266 also does OTA with it's own libraries - long term plan of mine is to port it to ESP8266, in the meantime if you select ESP8266 it will tell you at compilation time the problem with various library issues

    • @FrankP83
      @FrankP83 4 місяці тому +1

      @@onecircuit-as oki thanks for your answer 😊

  • @murraymadness4674
    @murraymadness4674 4 місяці тому

    So you mean by "no Wifi" "no internet wifi", because the esp32 in AP mode is clearly "Wifi". I have been uploading new code to my esp32 in AP mode no problem, why does this need anything other than stock esp code? I just have to connect my computer with arduino ide to the AP.
    My problem is my esp8266 in station mode must connect to the AP with the specific name so I can upload new code, and I don't want to have that AP up and running just to upload new code to the station device which I then change what AP it connects to, so I need to keep the old AP up and running and the new AP up and running to upgrade all my esp8266 setup to connect to the old AP. If I could just connect to it without "wifi" like perhaps using espnow knowing just the mac address, i could not require having this old AP still up and have my pc have to connect to both

    • @onecircuit-as
      @onecircuit-as  4 місяці тому

      Check out the new version: ua-cam.com/video/IaRcK1yezKY/v-deo.html
      It might have what you are looking for. 👍😀

  • @omar_ruiz
    @omar_ruiz 9 місяців тому +1

    Hello. Thanks a Lot for your code. I was searching exactly this way to program my ESP32. On the other hand, i was searching in your GitHub repository trying to probe your LED configuration in mymain.h but Is not anymore. Can you upload that file please? it Is very important to clarify doubs that i still have.
    Thanks a Lot again, and congratulations for tour work.

    • @onecircuit-as
      @onecircuit-as  9 місяців тому

      I'm not sure which code you are after, but try the repository again - I have uploaded a file called:
      ESP32-OTA-AP/ESP32-OTA-AP
      /LED-mymain.h
      This might be what you are looking for?👍😀

  • @peakfilm3465
    @peakfilm3465 6 місяців тому +1

    Hi
    You seem to have modified the github since uploading this video.. What happened to the jquery.min.js code in your repo?
    Many thanks...

    • @onecircuit-as
      @onecircuit-as  6 місяців тому

      Yes the project has matured - see the new video for the improvements! ua-cam.com/video/IaRcK1yezKY/v-deo.html