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

Can the nRF52832 capture packets without address matching?

Hi, I would like to capture all bluetooth packets on a specific channel, and get their access code. Same as what Ubertooth does. Is it possible using the nRF52832? If not perhaps another IC?

Thanks.

Parents Reply Children
  • Q: Can the nRF52832 capture packets without address matching?

    A: No.

    How this works in BLE, is that all BLE advertising packets are sent using the same (access) address, 0x8E89BED6. When a connection request packet is sent from the BLE master to the advertising device, in order to establish a connection, a part of the CONNECT_REQ packet includes the new address the devices should use in the connection.

Related