Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

I have a following setup, an end-device communicating via LoRaWAN with a gateway that is connected over Wi-Fi/Ethernet/Cellular to The Things Network that is aciting as a Network Server (managing ...
KaDw's user avatar
  • 78
2 votes
1 answer
218 views

I want to encrypt my ESP32 firmware with espsecure.py and then update my devices with OTA. Strangely, espsecure.py requires me to pass the partition address: python espsecure.py encrypt_flash_data --...
Jens's user avatar
  • 6,518
0 votes
0 answers
35 views

To support the above feature I found out a way to update GPT via approach mentioned by me in the code section. But in the approach if there is any power failure during sgdisk command execution then ...
Shravan Kumar Suthaar's user avatar
0 votes
0 answers
68 views

I have been developing a bootloader to facilitate OTA updates on an STM32F446 device. The OTA update works such that, when the device is powered on, it runs the bootloader, which is written at address ...
phyx's user avatar
  • 1
-1 votes
1 answer
377 views

After sending an update using the command code-push-standalone release-react myapp-android android, it does get uploaded to aws as i can see a file uploaded in my bucket but the server gives this ...
Irfan wani's user avatar
  • 5,252
0 votes
0 answers
140 views

Im sharing some snippet from my code. bool downloadFirmware(const char *url, const esp_partition_t *partition) { printf("Fetching firmware binary...\n"); // Initialize UART commands ...
Rajkumar Verma's user avatar
3 votes
0 answers
438 views

I'm working on a Flutter application and I'm interested in implementing an over-the-air (OTA) update feature similar to the one used in Blinkit. My goal is to allow users to receive and install ...
sanjay patel's user avatar
0 votes
1 answer
836 views

In my ESP32 project I want to use asyncElegantOTA. As development enviornment I am using Visual Studio Code (v1.87.2) with platformIO (v3.3.3). When compiling my project I am getting the following ...
Matthias's user avatar
0 votes
2 answers
948 views

I am trying to perform OTA update using ESP32 and @thingsboard community version. I am using mqtt in esp32 to connect with Thingsboard. What I have achieved is: When I am updating firmware in ...
U_S's user avatar
  • 11
0 votes
0 answers
264 views

Whenever i try to use the 2 cores of my esp, one for OTA and one for the main task, core 0 keeps crashing. For now just to test, the 'main' code is just an LED on pin 25 going on and off every 5 ...
Arno Van Brussel's user avatar
0 votes
2 answers
2k views

I have many ESP32 devices distributed to my client but not easy to update the code manually. The best is to let let the Arduino to download(by instruction) the .bin file through http and update ...
Joe Ijam's user avatar
  • 2,189
0 votes
1 answer
103 views

Here is my request body `<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> ...
M. Mohsin Khan's user avatar
0 votes
1 answer
118 views

After provisioning a device successfully on Azure IoT Hub, I'm trying to get Azure Device Update to work. In the IoT hub on the portal, I select Updates, and then I see that the Diagnostics tab is ...
Adrian Wreyford's user avatar
0 votes
0 answers
540 views

We have a rooted android device and have developed an app and a custom rom for it which was modified from Android 7.1. We build the roms, no issue. We install the rom by pushing the OTA update to the ...
Mark Mercer's user avatar
0 votes
1 answer
944 views

I have an idea to download the .bin file from a server and save in the SPIFFS and upload the file on my ESP32. My problem has two parts as I am not much experienced in working with ESP32. First, how ...
Majid Dareini's user avatar
0 votes
0 answers
311 views

I would like to remotely update the firmware of my STM32WLE5 device. I can transfer the new binary file from the server to the STM's SRAM using only my custom link, which means I cannot utilize other ...
Foreen's user avatar
  • 409
0 votes
1 answer
303 views

I am trying to move to mcumgr_flutter, from mcumgr plugin, I am having a problem where when reaching 100% transfer of the firmware I am not getting the state steam observer to send me the success ...
Nissaba's user avatar
  • 981
0 votes
0 answers
139 views

We're using AWS IoT Device SDK for Embedded C (Espressif ESP32 port) to connect our ESP32 device to AWS. I'm working on OTA using the ota-for-aws-iot-embedded-sdk library included in the SDK. See here ...
Jeremy's user avatar
  • 1,173
1 vote
2 answers
3k views

I saw there are few libs and tutorial about esp32 OTA update but as far as I saw this is working only for the code and not for the data folder. In my case I have a web server which store all html, css,...
lucian_v's user avatar
  • 121
0 votes
2 answers
406 views

I am starting in ESP32 and OTA. I am using the ArduinoOTA library. The serial monitor output by connecting the ESP32 via USB works correctly. I have already managed to upload my program to the ESP32 ...
Javier's user avatar
  • 393
2 votes
1 answer
1k views

Attempting to build an image from AOSP 12 for OTA package, the sign_target_files_apks utility fails due to missing vendor.img file. The error occurs only after vendor binaries are added. Same thing ...
Dean's user avatar
  • 8,125
1 vote
0 answers
3k views

I need to write a program, using ESP-IDF, which is able to update the firmware of an ESP32-S3-based device wirelessly, without having on-field access to Internet. I googled and found the example ...
Mario Christov's user avatar
0 votes
1 answer
3k views

I am using eas build and update in my expo app, followed the docs for the implementation and everything was working fine. But I just tested it yesterday and it is not working now. But what I realised ...
Irfan wani's user avatar
  • 5,252
1 vote
0 answers
69 views

I regularly update some values in my app via a configuration JSON that I host on my server. I have a singleton struct with default values, fetch the json and update the values in the singleton's ...
user2330482's user avatar
  • 1,123
1 vote
1 answer
774 views

I want to implement in-app-update or on-the-air update which means whenever the user opens the app, it checks and automatically downloads a new chunk of code and merges it, and asks the user to ...
Ayyaz Shair's user avatar

1
2 3 4 5
9