Skip to main content

Questions tagged [ota]

Over-the-air updates to flash a new firmware in a microcontroller without physically accessing it

0 votes
1 answer
402 views

I've just spent a few hours on this and I am starting to go crazy. I have code to do a firmware update over HTTP working on several ESP32s. I'm trying to adapt that code to work on an ESP8266, but can'...
Blaine's user avatar
  • 101
0 votes
1 answer
360 views

Backstory Several Tasmota devices based on an ESP8285 have to be flashed with alien firmware. The devices' programming ports are not accessible (except for one dummy device which was cracked open for ...
Sim Son's user avatar
  • 1,878
3 votes
2 answers
161 views

I am currently researching OTA updates for ESP8266 firmware, and I have a question that I couldn't find an answer to: Question: Is the number of OTA updates limited? According to the documentation, it ...
M-125's user avatar
  • 31
2 votes
0 answers
339 views

im trying to upload my code to my esp32 through OTA iam able to discover the network port but my code is always failing to upload i donno the reason behind it #include <WiFi.h> #include <...
Abhay Kondru's user avatar
2 votes
0 answers
403 views

I have followed these instructions to start using my new Uno R4 WiFi with the Arduino IoT Cloud. Everything works fine (even though sometimes the example screens do not exactly correspond with the ...
user2343618's user avatar
2 votes
2 answers
604 views

I used to OTA sketches and data files using the ArduinoOTA and ESP32 sketch data Upload tools and the ESP32 devkit, for example when using the Arduino IDE. Versions: Arduino IDE- 1.8.19 ESP32 on ...
guyd's user avatar
  • 1,049
1 vote
0 answers
152 views

I am currently using an evalkit Nina W106-00B board that incorporates an ESP32. I am desperately trying to implement OTA (Over-The-Air) updates. I started by modifying my partitions.csv file, which ...
Zapsalis's user avatar
1 vote
0 answers
124 views

I have tried ArduinoOTA and AsyncElegantOTA and they work, but only when you are in the same wi-fi as ESP32. I need to update ESP32 firmware "remotely" meaning when I'm not in the same local ...
tipo1000's user avatar
1 vote
0 answers
572 views

https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPUpdate I found out that this library can read x-MD5 header but looks like it's going through with the update no matter what MD5 I ...
JvJ's user avatar
  • 21
0 votes
1 answer
2k views

I'm having a sketch, that works perfectly fine - connects to WiFi, uploading files using Esp32 LittleFS data Upload using Arduino IDE (when still connected to my PC), and sketch updates via OTA (...
guyd's user avatar
  • 1,049
0 votes
2 answers
268 views

For the past years I've been using ArduinoOTA along with ArduinoHttpClient on MKR1400 for updating the bin on the fly from a remote web server. Even without ArduinoOTA's official support for GSM, it ...
Nino's user avatar
  • 411
2 votes
1 answer
1k views

I am trying to do OTA over MQTT using update.h library. I am publishing firmware file over MQTT in a specified chunk size. The file is receiving at ESP32 end. I am supplying the received data to ...
Abhishek bhatia's user avatar
2 votes
1 answer
3k views

Before starting working, I am just researching around how can I achieve OTA over MQTT in ESP32 in using Arduino IDE. The process I understand the esp listen to MQTT messages and then received that ...
Abhishek bhatia's user avatar
3 votes
1 answer
489 views

I'm trying to find a convenient way to program my Arduino remotely (by Bluetooth or Wi-Fi) because it will be packed and placed outside of my working place. Found a few ways (Arduino Cloud and Blynk) ...
Dante's user avatar
  • 133
1 vote
1 answer
1k views

Im trying to do OTA upload from Arduino IDE. Uploaded BasicOTA to ESP-01 with flash size set to (FS:2mb, OTA 1019kb). ESP-01 connects and shows up in Port selection, but when trying to upload I get ...
NccWarp9's user avatar
  • 229

15 30 50 per page