- 5
- 40 603
OTA Drive
Estonia
Приєднався 23 бер 2020
ESP8266 and ESP32 OTA update HTTP server
What is OTA update?
How OTA technology saves manufacturers.
It would be best if you used OTA updates when designing ESP32, ESP8266, STM32, and many other IoT devices.
The OTAdrive lets you use OTA/FOTA upgrade through Wi-Fi to GPRS GSM Modems.
otadrive.com
It would be best if you used OTA updates when designing ESP32, ESP8266, STM32, and many other IoT devices.
The OTAdrive lets you use OTA/FOTA upgrade through Wi-Fi to GPRS GSM Modems.
otadrive.com
Переглядів: 531
Відео
ESP32 Progress-bar during OTA upgrade
Переглядів 2,2 тис.2 роки тому
Show a progress bar during updating new firmware from the OTA server (OTAdrive). Based on the Arduino framework in the PlatformIO IDE. The example works in the Arduino IDE as well as the PlatfromIO. You can find the source at : github.com/otadrive/ESP32-OTAdrive-Examples/tree/master/09-LCD OTA Update ProgressBar Website address: otadrive.com/ Chapters: 00:00 Show download percentage 02:22 OTA p...
ESP32 OTA update via internet (once for ever)
Переглядів 12 тис.2 роки тому
A simple project to update new firmware from the OTA server (OTAdrive). Based on the Arduino framework in the PlatformIO IDE. The example works in the Arduino IDE as well as the PlatfromIO. You can find the source at : github.com/otadrive/ESP32-OTAdrive-Examples/tree/master/08-LCD SimpleOTA Website address: otadrive.com/ Chapters: 00:00 Create a dummy counter 00:33 Install the OTAdrive library ...
How to change ESP32 (Or ESP8266) Configurations Remotely
Переглядів 2,4 тис.2 роки тому
A basic project to update new firmware and new configurations from the OTA server (OTAdrive). Based on the Arduino framework in PlatformIO IDE. You can find the source at : github.com/otadrive/ESP32-OTAdrive-Examples/tree/master/07-OfficialLibraryGetConfiguration Website address: otadrive.com/ Chapters: 00:00 Make a simple blinker 00:55 Implement OTAdrive library 04:37 Create and download a dev...
How to update ESP32 (Or ESP8266) over Wi-Fi network (OTA)
Переглядів 23 тис.3 роки тому
Caution: Please watch our latest tutorial ua-cam.com/video/jBeAmVS7wtI/v-deo.html A simple ESP32 project with OTA update via WiFi and internet. We use the Arduino framework. You can find the source at : github.com/otadrive/ESP32-OTA-Blinker github.com/otadrive/ESP32-OTAdrive-Examples Website address: otadrive.com/
The site is down?
Actually we don’t need to check for updates every 10 seconds, do we? I think once or twice a day is enough. Thanks
Beautiful currently using on my projects
IOTAppStory is the same, but free for 50 devices.
what libraries version should I use for otadrive? I getting error for timeTick
Very cool project, i will try it out
Is OTAdrive a cloud service platform?
Yes, It is. It is free for up to 10 devices with some limitations.
So basically you give products the perfect way to secretly be updated so their users won't notice? That's not a feature but a major security risk.
Not exactly, The Product designer could change the update strategy by the case, If device reboot or upgrade is risky.
@@OTADrive The problem is that I don't know the product designers personally so that doesn't give me a basis of trust
@@NorthEagle The OTAdrive is a tool for product designers and producers. it is not for the public
Hello , thanks for your video
Thank you too
boooo this costs money
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.
Hi. I can see that here is not employed any certificate file. Is this method secure fot man in the middle attack? BIN download is made by http or https? Thank you.
Yes, we are providing HTTPS communication to avoid MITM attack. you can find the examples in our documents.
can you update firmware via a cellular netowork?
There are examples to update through the SIM800 or any other GSM module supported by the TinyGSM.
Very diffeculte 😢
Content is good. But the computer generated narration is cringe.
OMG. I would have watched this, but for the voice!
Hi, what is Daily request mean?
Hi, A request is a connectivity between the device and the OTAdrive server. Each time the device checks for the new version or asks for configurations or downloads new firmware a request is counted.
Very usefull👍
Glad you think so!
ciao questo tutorial e' veramente ad alto livello, complimenti
Filemanager Try-it editor Upload bin update ua-cam.com/video/K94DvxUGsOo/v-deo.html
I see some sample code using #include <otadrive_esp.h> and others #include <HTTPUpdate.h>. Which one is correct? Also I get an error after flashing "LittleFS Mount Failed". Any idea?
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.
@@OTADrive Ok so to use your library I simply declare #import <otadrive_esp.h> 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
@@OTADrive I sent you a few emails. Can't get the full sample code to work on ESP8266 (works on ESP32)
Greetings from Mexico, your platform helped me a lot, it was what I had always dreamed of!
Great to hear!
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?
sir i cant find my library version in otadrive (iam using esp32 wroom 32)
All library we used in this example exists in the ESP SDK and you can include and use them without installing anything else.
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?
Great. Thanks for the idea!
How do you get the HTTPUpdate library? I can't find it using PIO's library search.
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.
Is the web under maintenance?
Not now. We had some troubles for a few hours.
Thanks for the video.. Will this work if I do it thru Arduino IDE too? any difference? (I have never used PlatformIO)
There is no difference between PlatformIO and Arduino IDE. It will work
How many devices can we add to the OTAdrive?
free users can add up to 30 devices to the OTAdrive
@@OTADrive How to pay for extra?
@@harwindsingh You can do it in the account section of your panel