OTA with the ESP32 (Over The Air)

preview_player
Показать описание
🤩 FREE Arduino Crash Course 👇👇

✅ $0 for 1-4 layers PCBs
✅ Register and get $100 from NextPCB:
✅ PCB Assembly capabilities info:

#NextPCB

***Want to learn more? Check out our courses!***

***We designed this circuit board for beginners!***

FOLLOW US ELSEWHERE
---------------------------------------------------
________________________________

***About Us:***
This Arduino lesson was created by Programming Electronics Academy. We are an online education company who seeks to help people learn about electronics and programming through the ubiquitous Arduino development board.

***We have no affiliation whatsoever with Arduino LLC, other than we think they are cool.***
Рекомендации по теме
Комментарии
Автор

So what is the ota code segment we have to include in our sketch to be able to use OTA more then once?

bernardmarx
Автор

I just found my next project… I’ve been meaning to learn how to do this. I’m going to do this over the weekend.

ChadKapper
Автор

One "Like" is no-where near enough! Well and clearly done, thanks.

ZookeeperJohnG
Автор

Hi.. could u please send any link or give some suggestions for installing network port. Actually I have only serial port on my arduino IDE. Perhaps some drivers might be missing in device manager

AurSunaaoKyaHaalHai
Автор

This is so cool. I tried and it worked like a charm. I like it.

atlantikus
Автор

If I understood correctly, this technique can be applied only once. If I want to apply additional firmware OTA updates it won't be possible because the original OTA sketch was overwritten by the Blink code...

BeyondGTZ
Автор

hello, i am doing the same as you told me, but in respond its saying no respond from device, whats wrong in it. kindly help

zaighummohd
Автор

Hello, very good video, but I am having problems with the firewall, when I disable it it works OTA.
I already opened TCP and UDP ports but it still doesn't work without the firewall disabled, any solution? thank you

mizdraji
Автор

Hi .. I used ElegantOTA and for most applications it works well however, if the application uses FastLED NEOmatrix the LEDs stop working as soon as WiFi is turned on.

samm
Автор

Thanks a lot for your tutorial. At first, I got an Error Message: No monitor available for the port protocol network. Could not connect to ...network port. But when I Compiled&Uploaded the same sketch second time everything worked just fine .. Thanks again for your video, it opened up new great possibilities !

vladimirastrelin
Автор

Do you have the same example with VScode?

YigalBZ
Автор

How would it be if i want to work with a SIM module to connect the ESP32 to a cloud via 4g, to update the code of the ESP32 from any place instead of using the wifi

jccidoncha
Автор

Unfortunately OTA takes place with the WiFi credentials shared. That means if my ESP32 was deployed in a Robot far far away, and I tried to send them this, over OTA, I would need OTA Web Updater, right? I have been trying to do that, and yet cannot seem to be connected to the local IP address, I am still just learning this, I have high hopes for the OTA features as an Intern Robotics Engineer. I am going to so use that.... Is there a video you created for the Web Updater?

dhavalshukla
Автор

Great video! how to upgrade .bin file firmware to esp32?
Espresense had ota supported already.

davidforbes
Автор

have a program that sends message by Bluetooth to a matrix led works well but I want to load it by OTA but I just put in the setup: SerialBT ("robotics 2") which is the name of the Bluetooth that I gave me says error when compiling for the ESP32 board, you will know why this happens, by cable I charge it well

ernestorivero
Автор

ok but when the esp32 is in other wifi router than yours ? for example friend of mine i gave a prototype to test and feedback ??

pigeonramier
Автор

Can I able to update my code from another city ? Hopefully not !
Is there any other method by which I do this stuff?

ypwtbuj
Автор

Is there a way to cryptographically sign the firmware to prevent the MCU from being updated by someone else?

ThePC
Автор

When I upload the blink code it gives me this error "No response from device
Failed uploading: uploading error: exit status 1"

AliEjaz-neei
Автор

Hiya, i found that second video. And it works ok thanks.

qdcckml