Search found 3 matches

by rosigna
Fri Mar 23, 2018 9:40 am
Forum: ESP32 Arduino
Topic: Why Ios can't find esp32 on BLE mode
Replies: 2
Views: 10700

Re: Why Ios can't find esp32 on BLE mode

Hello,

can I ask if your iphone BLE is configured as "visible" or "invisible"?

I'm experimenting a similar scenario with some Android devices, which work fine if configured as visible, not so fine when it is invisible ... I'm trying to understand this behaviour
by rosigna
Fri Mar 23, 2018 9:07 am
Forum: General Discussion
Topic: BLE Connectable Broadcaster using AT Commands .
Replies: 2
Views: 4748

Re: BLE Connectable Broadcaster using AT Commands .

Hello, I configured a BLE server using AT commands and my device can be found by smartphones using BLE testing apps just like BLEScanner. What I'm not able to find in your AT command sequence for BLE "Server" is service/characteristic configuration. I'm not sure about that, but what is your BLE offe...
by rosigna
Fri Mar 23, 2018 8:34 am
Forum: General Discussion
Topic: BLE smartphone app recommendation for debugging
Replies: 4
Views: 6594

Re: BLE smartphone app recommendation for debugging

Hello, on Android devices you can use BLEScanner. It's a quite simple GUI but I was able to debug a full BLE project with write/read/notifications. it shows all devices accessible via BLE, which are advertising, you can connect to your device, you can check services and characteristics present on th...