I see the GATT server and it's services + characteristics at about://bluetooth-internals
Using the JS SDK button at https://www.improv-wifi.com/code/ I'm able to connect to the Improv BLE server, after that I need to enter my SSID + password. After that it's stuck on "Provisioning".
When I look in my GATT server console I see a client connected, but no RPC messages being received.
I'm writing a Rust GATT version of Improv. I'm using a ESP32 + IDF + Bluedroid
The setup works when I connect with Lightblue and use the following hex string 011e0c4d79576972656c6573734150106d7973656375726570617373776f7264.
I see the GATT server picks up the message.
I've also managed to connect and successfully send the byte string message like this:
Hi,
about://bluetooth-internals
When I look in my GATT server console I see a client connected, but no RPC messages being received.
I'm writing a Rust GATT version of Improv. I'm using a ESP32 + IDF + Bluedroid
The setup works when I connect with Lightblue and use the following hex string
011e0c4d79576972656c6573734150106d7973656375726570617373776f7264
. I see the GATT server picks up the message.I've also managed to connect and successfully send the byte string message like this:
GATT server: