-
Hi everybody,
I'm doing a BLE scan using AT cmds (v1.1.3.0). The procedure I follow is:
```
AT+BLEINIT=1 //client role
AT+BLESCANPARAM=1,0,0,100,50 //Set scan param
AT+BLESCAN=1 //Start scan…
-
I was able to run your blescan.py standalone.Thank you very much!
I receive the bluetooth beacon advertising data, but I really need the Beacon UUID, txPower, and RSSI data. The Linux BASH Shell sc…
-
First of all, thank you very much for creating such a fantastic library, it is most certainly an amazing piece of work. I must admit I have little to no experience with plain C, but I do have quite a …
-
How do we let Google index BangleApps properly so a search for "Bangle.js BLE Scanner" goes directly to the "BLE Scanner" app? The URL would be `banglejs.com/apps#blescan`
I made some changes recen…
-
I get this error python 3.6.3:
```
ble thread started
Traceback (most recent call last):
File "test_blee.py", line 23, in
returnedList = scan_blee.parse_events(sock, 10)
File "/home/...…
-
Dear team,
first of all, thanks a lot for your work, I really appreciate your efforts. It is very important to get the privacy right to reach the 60%+ adoption and you are heavily contribution towa…
-
### Answers checklist
- [X] I have read the documentation [ESP-AT Programming Guide](https://docs.espressif.com/projects/esp-at/en/latest/esp32/Compile_and_Develop/How_to_clone_project_and_compile_…
-
Hi,
I had a beacon which can advertise per 100 ms. When I used a Raspberry Pi 2 with the CSR dongle. The scanner(blescan.py) showed the advertisement packets immediately. But when using the Raspberry…
-
I'm trying to write an Arduino client for a BLE-enabled battery that basically loops through each battery it can find in a scan, gets the data from it, and repeats (to be published via MQTT).. What I'…
-
### Answers checklist
- [X] I have read the documentation [ESP-AT Programming Guide](https://docs.espressif.com/projects/esp-at/en/latest/) and the issue is not addressed there.
- [X] I have used the…