Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbiego/esp32_ble_ota_android
Android app to perform OTA update on ESP32 via BLE
https://github.com/fbiego/esp32_ble_ota_android
android ble esp32 firmware ota ota-update
Last synced: 3 months ago
JSON representation
Android app to perform OTA update on ESP32 via BLE
- Host: GitHub
- URL: https://github.com/fbiego/esp32_ble_ota_android
- Owner: fbiego
- License: mit
- Created: 2021-02-13T19:50:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T08:18:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T11:47:43.593Z (almost 2 years ago)
- Topics: android, ble, esp32, firmware, ota, ota-update
- Language: Kotlin
- Homepage:
- Size: 12.7 MB
- Stars: 42
- Watchers: 3
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32_BLE_OTA_Android
Android app to perform OTA update on ESP32 via BLE
## Arduino
[`ESP32 Code repository`](https://github.com/fbiego/ESP32_BLE_OTA_Arduino)## Source Code
Dependency [`Android-BLE-Library`](https://github.com/fbiego/Android-BLE-Library)Clone as follows:
> `~/AndroidStudioProjects/ESP32_BLE_OTA_Android`> `~/AndroidStudioProjects/Android-BLE-Library`
You may need to delete the `.idea` folder before syncing the project