ESP32 OTA (Over The Air) Programming with EASY GUI - Code and Tutorial

Sdílet
Vložit
  • čas přidán 12. 09. 2024

Komentáře • 26

  • @Vhbaske
    @Vhbaske Před 4 lety

    I've following you for some years and I can tell you there is no other teacher so clear than you and you are vey savy. Keep your work alive.

  • @HariWiguna
    @HariWiguna Před 4 lety +1

    That is very convenient Kevin! and thank you for explaining what's under the hood. I learned a lot! Thank you!

  • @TheJay6621
    @TheJay6621 Před 3 lety

    kevin explaining under the hood things is always awesome..👍🏼

  • @williamwatson1532
    @williamwatson1532 Před 4 lety

    Neat! And I love it than you always explain worked examples in detail

  • @neofuturist
    @neofuturist Před 3 lety

    I love you, this was exactly what I was looking for to complete my project, Thank you

  • @regtheveg
    @regtheveg Před 4 lety

    Esp32! These are the coolest 😊 I know they have wifi thermostats but I think it be cooler if the esp32 did it on your existing thermostat! Maybe even twice as cool 😃 just a thought, have a great day!

  • @tablatronix
    @tablatronix Před 4 lety +1

    I was thinking about using some mqtt flag, to target specific devices in a response and have them ota httget update themselves, so all I have to do is push a new update to a server and add some manifest or signatures for which devices get it, then they would check back in somehow afterwards. Was wondering if anyone has implemented something like that already, but I have not looked yet. This would be ideal for devices already using mqtt so adding this in would be trivial. But this is for a sensor net etc, for end users, yeah you want them to initiate updates probably.
    I am really digging that in browser bluetooth , I did not know that was possible.

  •  Před 3 lety

    Interesting project! Thanks for creating this. Was wandering whether it is possible to create something similar with micro Python myself.

  • @MikeysLab
    @MikeysLab Před 4 lety

    Sweet, this will be very handy for our current project :) Although, with your permission, I may rewrite in C++ to make is cross platform :)

    • @Kevindarrah
      @Kevindarrah  Před 4 lety

      yea, actually that's what I wanted to do from the beginning! let me know how it works out!

    • @Martin-delta
      @Martin-delta Před 4 lety +1

      Since its in Java, it should already work cross platform right? But a C++ version would likely take up less space than the +200mb 😄

  • @avibank
    @avibank Před 4 lety

    Thanks for sharing!

  • @AndreyWis
    @AndreyWis Před 3 lety

    You can just connect to your router, it should show the hostname and IP address for each device.

  • @prathambumb5593
    @prathambumb5593 Před 4 lety

    Awesome 👍

  • @testthisfordecficiencies

    What about its unique MAC address as an identifier? Try advanced IP Scanner.

  • @najjarl
    @najjarl Před 4 lety

    thanks...👍

  • @THECAPTAIN-ev7bj
    @THECAPTAIN-ev7bj Před 4 lety

    Can i upload (OTA) program through android phone

  • @trhosking
    @trhosking Před 2 lety

    Have you not heard of IOTAppStory?

  • @isprithul
    @isprithul Před 4 lety

    Will it work with NodeMCU with ESP-12E?
    Sorry, newbie here.

  • @3dgussner958
    @3dgussner958 Před 4 lety +1

    OTA is awesome. Checkout iotappstory.com/ and Andreas Spiess CZcams video about it.
    I would prefer a local installation of the iotappstory but it is an interesting idea Andreas and the developer of the website/service had.

  • @shamilyazeen4062
    @shamilyazeen4062 Před 4 lety

    any way to upload Spiffs via OTA??

    • @Kevindarrah
      @Kevindarrah  Před 4 lety +1

      yea, should be possible if you dig through that code there's some flags that can be set for that

  • @andresc4
    @andresc4 Před 4 lety

    Kevin PLEASE use platformio, you will increase productivity 1526%

    • @Kevindarrah
      @Kevindarrah  Před 4 lety

      hmm, I'll have to check that out. I have not heard many great things though...