Page 1 of 1

BluFi Characteristics and Services

Posted: Mon Nov 28, 2022 6:16 pm
by djoshi
Hi

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
Is there any example which shows when to use each characteristic in containing and setting the necessary data for a connection?

Re: BluFi Characteristics and Services

Posted: Tue Aug 29, 2023 9:25 am
by julamb
Hi,

I would like to implement something similar, and I'm having the exact same interrogations. Did you end up figuring out how to integrate with Blufi using the bluetooth-lte capacitor plugin?

Thanks a lot!

Re: BluFi Characteristics and Services

Posted: Wed Aug 30, 2023 9:20 am
by djoshi
Yes i did,

What are you first trying to do and where are you stuck?