Over-the-air wireless communication
Questions tagged [ota]
427 questions
0
votes
0 answers
OTA with contiki
I want to perform the ota update process in our custom board of cc2538 uses contiki os. I found some information regarding this process. To add the contiki.oad.client library to the program file. But, I did not find the library like these.
Best…

kamalesh
- 1
- 1
0
votes
0 answers
how can my ESP32 be programmed with a .bin file on its SPIFFS
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 to store the .bin file I've downloaded in the…

Majid Dareini
- 1
- 1
0
votes
0 answers
STM32 - update firmware from data stored in SRAM
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 my custom link only, which means I cannot utilize other native update procedures provided by STM, such as…

Foreen
- 369
- 2
- 17
0
votes
0 answers
Thingsbaord esp32-ota update failed
enter image description here
Getting this error ?? am using thingsbaord cloud account for ESP32-ota ..using sample code provideed by thingsbaord with server_certs..when new firmware bin v1.2…

Shiv
- 1
0
votes
0 answers
STM32 update firmware from SRAM
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 native update procedures provided by STM, such as…

Foreen
- 369
- 2
- 17
0
votes
0 answers
Flutter - Reactive BLE - iOS - OTA timeout
I have a question to the flutter plugin "reactive Bleibt 5.0.3".
I'm trying to execute a OTA Update of the firmware and with the Android Devices everthing is working fine, but when I'm trying to do it with any iOS device, the App runs into a…

Heady
- 1
- 1
0
votes
0 answers
fix for seeds labs android rooting
I am doing android rooting seeds lab following each step very closely, I have started project from scratch 2 to 3 times all codes are good, but when uploading task2.zip and running update-binary, It gives this error as in the screenshot.
I tried to…

Ali Abbas
- 1
- 1
0
votes
1 answer
mcumgr_flutter, does not move to a successful state reaching 100% firmware transfer
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 state. It crashes after sending me the Confirm…

Pascale Beaulac
- 889
- 10
- 28
0
votes
0 answers
ESP32 OTA Drive update using otadrive_esp library
I am using ESP32-WROOM-32E (16MB flash). And I am using Arduino IDE for firmware development.
While updating the Firmware via OTA the Wi-Fi connection gets interrupted due to a network issue. The device gets hang-in that state for 45 minutes…

Annakkili Arumugam
- 51
- 4
0
votes
0 answers
How to add custom fields to OTA job document with AWS CLI tool
We're working on an embedded device (using FreeRTOS) which will receive OTA updates from AWS.
We want to add some custom fields to the IoT Job Document which is used to start the OTA update.
I've been using the AWS CLI tool to create OTA jobs.…

Jeremy
- 1,083
- 3
- 13
- 25
0
votes
0 answers
Configuring postinstall step in android (AOSP)
I’m trying to do some work in the postinstall step of android OTA for my device and followed the instructions here
Added these lines to my device mk file.
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
…

HackX123
- 107
- 1
- 9
0
votes
0 answers
Android EMM (enterprise mobility management)
I need to integrate android EMM to my devices. Which is Better for enterprise level.(
kiosk mode & Pre-installed apps removed & App Update from my server).
Im not going to use android play store for app update. I need to app updated from my own…

Gprakash
- 30
- 7
0
votes
0 answers
AsyncElegantOTA on ESP32 does not upload file
I am following the tutorial on
https://randomnerdtutorials.com/esp32-ota-over-the-air-arduino/
which uses the ASyncElegant library. Loading and running the code seems to work and I can see the text "Hi! I am ESP32." and the Elegant update page.
I a…

Alan Johnstone
- 455
- 1
- 7
- 24
0
votes
0 answers
How to reject OTA image without downloading when using AWS IoT Device SDK for Embedded C
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 for the SDK
We're creating AWS IoT Jobs for the…

Jeremy
- 1,083
- 3
- 13
- 25
0
votes
0 answers
Can AWS Greengrass update Rpi system files via OTA?
Would AWS Greengrass be able to update raspberry pi boot files and other low level system files through OTA? Seems like we can only update files we turn into components, but how can we turn these boot files into components?

Andrew Hsu
- 61
- 1
- 6