-
Hi
I apply BleScan with ESP32. Finds the other esp32. however, it does not receive manufacturer data for the second time. what would be the reason
![Data](https://user-images.githubusercontent.c…
-
Hi, try to scan iBeacon with an ESP32. I do it and I can read some parameters but major and minor, no.
I will use major and minor, to filter the devices found.
But when use sketch of blescan, I can’…
-
@sibowler Here are directions that I think will greatly help all of your new RaspPi / new users going in the right direction quickly...
So I had my BrewPi all set up, added in the extra "security" …
-
Hello all,
I'm trying to use this library to control eq3 bluetooth thermos from my node-red server on my raspberry pi.
As Device parameter I've insert the phericalUUID from a BLEScan node which gi…
-
hello i want to ask if there`s a way to make the BLEScan example scan for only specific beacon based on UUID and make it count how many time it receive a packet from it
thanks
-
Hallo iBeacon BLE reader developers,
for a student demonstration project, I tried to write an updated version of the Bluetooth readout of Sensirion SHT31 beacon (blescan.py) with the modern python …
-
I am trying to "Delete BLEDevice and then init new one" as in Issue #630 but using the Arduino IDE.
It works as far as BLEDevice::deinit(false).
When I try to setup the bluetooth device again BLEDe…
-
Hi,
I was looking for ways to track the RSSI strength of already discovered devices while scan is on.
The current implementation of BLEScan is limited in registering the RSSI strength when a devi…
-
First off: Thanks for your Awesome work Neil!
I never get names returned, I'm running in Arduino IDE, and have tried to make my own app as well as tried several published examples using your libra…
-
I'm trying to build a BLE GATT client with notify registration, based on the samples in this repository.
I'm using PlatformIO with ESP32 BLE Arduino@^1.0.1.
I can connect successfully to my device…