Before buying the Teledyne BPA low energy protocol analyzer, I asked a question here based on the Teledyne not supporting BLE 5.
I was told that it would work fine with the nrf52832 as long as I wasn't using a specific BLE 5 feature.
-
Offline Hung Bui 3 months ago
Hi Ricco,
BLE5 is backward compatible with BLE4.x. So for the most part there isn't any difference and your sniffer (I assume support 4.2) should be able to follow the connection. As long as you avoid new features on BLE5.0 you should be fine. They are:
- Different PHY: 2Mbps, Coded PHY S8/S2 (only use 1Mbps)
- Avoid using Advertising extension (most phones doesn't support this)
It appears that this advice was not correct as the nrf52832 is using Channel Selection #2 which is BLE 5 and not supported in the Teledyne.
This is reported by the Teledyne CONNECT_IND packet.
Other queries in Devzone indicate that this cannot be changed to Channel Selection #1.
I am using two nrf52832 - one periph and one central.
Before I bury my $999
Can I change something (and if so what) to allow ble_app_multilink_central and ble_app_blinky to use Channel Selection #1?