Search found 3 matches

by fbiego
Mon Feb 15, 2021 7:13 am
Forum: General Discussion
Topic: OTA over Bluetooth
Replies: 4
Views: 10868

Re: OTA over Bluetooth

Check out this implementation of Arduino code https://github.com/fbiego/ESP32_BLE_OTA_Android
I was able to transfer the update.bin file via BLE from the phone to ESP32, 1005392 bytes in 5mins 20sec
by fbiego
Mon Feb 15, 2021 7:08 am
Forum: General Discussion
Topic: ESP32 OTA via BLE
Replies: 25
Views: 45261

Re: ESP32 OTA via BLE

I have implemented an Arduino code (1005392 bytes compiled) which takes around 5mins 20sec to upload the same file via BLE.
The Arduino code is available here https://github.com/fbiego/ESP32_BLE_OTA_Arduino along with the Android app code https://github.com/fbiego/ESP32_BLE_OTA_Android
by fbiego
Sun Jan 24, 2021 1:04 pm
Forum: ESP32 Arduino
Topic: How can I set the date / time?
Replies: 9
Views: 57910

Re: How can I set the date / time?

I wrote an Arduino Library to set and time
https://www.arduinolibraries.info/libraries/esp32-time