esp32-snippets
esp32-snippets copied to clipboard
Sample ESP32 snippets and code fragments
Hello sir, Thank you very much for this wonderful library, I have one question, is it possible to check whether i can check device is currently advertising or not? Is...
I'm currently using 0.49 of ESP32 Arduino and have gotten iBeacon working on my ESP32 board. The UUID value that I am getting is in **reversed** order when scanned using...
I have an application(Arduino) where I scan for BLE iBeacons and others, the Beacon name is obviously important. I used your library for the implementation and it worked perfectly, but...
I got most of the code from nkolban with minimal changes for reading an analog value and relaying to a cordova app. I can connect and get values; however, what...
So I've been banging my head against a wall and don't understand the problem here. If been trying the Write and the UART example but on both the onWrite even...
I am creating a BLE server on esp32 and I am trying to get the MAC address of devices connecting to it. For this purpose, I have used ``` class...
Hopefully this is the correct place for my question. And by the way, great examples and great work. New to this and still learning but learning a lot looking through...
Hi everyone, everythings is in the title. I'm looking for make an ASync scan non-blocking as it is explained on the other issue but I can't do it in arduino....
In my project, the function of obtaining the delay between devices, as well as detecting devices that are not in search mode, would be very useful. Is it possible to...
I have a cheap BLE remote-control from aliexpress and I was able to modify the BLE_client example to find it when its advertising and get notifications from it. The only...