Dear ones
Hello, I want to make the BLE Scanner running on Watch X
I want to run the same as ESP32’s BLEScanner function with Watch X (https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/BLEScan.cpp)
As more details,
- Receive advertising packets sent from BLE peripheral devices,
- Get and show the information such as device ID and RSSI etc.
First, I tried to find a sample sketch similar to ESP32,
Unfortunately, I could not find something like that in the sample sketches of Arduino Leonardo or Watch X.
I saw Arduino Reference but I could not find a way to switch Serial1(BLE)'s modef.
Do you have BLE scanner’s sample sketches or source code or any other useful tips?
Thank you