Felix Biego
Felix Biego
did you modify the `main-ota` code?
you may want to call your Receive() function in the NORMAL_MODE
Do you have a GitHub repository? That would be much easier
I'm checking it now
Check the PR on your [`repo`](https://github.com/IoTopsDeveloper/BLEwithWifi/pull/1)
Have you tried out the bare BLE OTA sketch without adding your code? Does it work?
The clock sketch is based on BLE OTA, it has additional functionality for time, LEDs, etc. The file system used is FFat. The BLE OTA sketch should be a good...
Which partition scheme are you using? error 9 is defined as UPDATE_ERROR_ACTIVATE ("Could Not Activate The Firmware") not sure what is causing that
Can you define your partitions and sizes? it is up to you to decide where to run the update from, `void setup` or `void loop`. Loop is convenient because the...
I have tested on two boards using Arduino IDE. The settings are defaults including upload speed which is 921600. The only changes are as below; ## Board 1 - Board:...