Felix Biego

Results 40 comments of Felix Biego

happens during pairing because `setPairingConfirmation(true)` requires BLUETOOTH PRIVILEGED. Even after granting the permission by installing as a system app, pairing fails #1

awesome, thanks

add `-D LV_FONT_MONTSERRAT_48` in the build_flags to include the font

for M1, add `-arch arm64` > After lots of gyrations, I did manage to compile and execute this project on a Mac M1. The change was simple. Add a few...

12kb/s is the peak speed I achieved but that will vary across different devices. That was with FFAT and no other BT devices connected to the phone.

Did you try the code before modification?

Hello @Vincent-Stragier I think this is a great solution and also simplifies the existing code. Maybe we can add the code to the repo for easy access. Can you create...

Looks like you have not created `SERVICE_UUID2` on the `pServer` or if you are adding all characteristic to one service, the changes won't show until you refresh. I use the...

check this implementation of your code [main-ota.zip](https://github.com/fbiego/ESP32_BLE_OTA_Arduino/files/6631537/main-ota.zip)

actually, I'm developing and testing a python script to enable uploads from a computer. I will post it when done