#BLE repairing

1 messages · Page 1 of 1 (latest)

lament merlin
#

Hi,

I am progressing with nanoFramework on the ESP32. I have been able to set up the Wi-Fi connection and am now working on the BLE setup.

I can successfully pair a device to the ESP32 using a mobile phone. However, if I unpair the device and then try to pair it again, it is not successful unless I reset the ESP32.

Has anyone experienced this issue?

graceful cargo
#

Is it an encrypted connection?

lament merlin
#

No, the aim is to setup a process where i can select an SSID, type the password and connect

graceful cargo
#

Something like this

lament merlin
#

ok does this do the wifi provisioning

#

?

graceful cargo
#

Yes

lament merlin
#

Thanks

#

Is there a program or app I can pass the provisional information to during the development stage?

Also, it's not clear if it also lists all the SSIDs that the ESP32 can see?

graceful cargo
#

Line 64

#

Does the WiFi scanning in the esp32

lament merlin
#

Great, let me give it a go

#

silly question, i can not seem to find the git link to do a clone for that proejct only

graceful cargo
#

the git clone is whole sample repo

lament merlin
#

Yes, just noticed

Also is there client app or some sort of program i can test with to set the pairing? As i dont want to be writing anything at moment

graceful cargo
#

Good luck, there in no mobile counter part code.

lament merlin
#

ok

#

i will generate something with python

graceful cargo
#

It based on Nordic spp, so there should be sample out there

lament merlin
#

Ok, i just ran this sample project local and i having the same issue:

Where once i have paired a device and was to unpair, i can no longer repair without a reset of the ESP32.

And it seem i can not see the device when using an ipad

graceful cargo
#

You have to disconnect for it to be visible again

lament merlin
#

maybe we can poll a function to confirm if there is connection in in tact otherwise do reset. i

I am trying to avoid unnessary interaction from the user

lament merlin
#

Is it normal that you need to physical reset? For example Alexa device do not need to be physicall reset