I am using BluFi to set the WIFI parameters to my ESP32 device. I can use the "BluFi" App to set WIFI credentials.
I am now working to be able to set the credential using my custom App , using the following library:
https://github.com/capacitor-community/bluetooth-le
From what I understood, when working with BLE, you need to set the characteristics and Service for that BLE device to be able to communicate, which I Ibelieve is:
Code: Select all
BluFi Service UUID: 0xFFFF, 16 bit
BluFi (the mobile -> ESP32): 0xFF01, writable
Blufi (ESP32 -> the mobile phone): 0xFF02, readable and callable