This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE Sniffer not capturing all packets

I'm attempting to troubleshoot why my HM18 doesn't connect to the ESP32 over BLE. I'm now deep in the rabbit hole that is BLE sniffing so now I'm trying to determine if the adafruit BLE sniiffer tool will help me, and if there is sufficient support. If there's a better place to ask this question, that would be helpful as well.

To start with a specific problem to test sniffing, I use the BLE sniffer to capture packets between an HM18 and HM10. I connect using AT commands, and then send some ascii data from the HM18 to the HM10. When I look at the capture, I can see advertisements from HM18 which is the peripheral device. But as soon as I issue the AT+CONN command, I see no more traffic from the HM18. Why isn't it capturing the ASCII text I'm sending between the HM18 and HM10?

Thanks,

Paul

Parents Reply Children
Related