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

NRF52840 dongle No results are scanned using the py-ble-dirver-py library

hello:

I use PC-ble-dirver-py library scanning, can't find my device, he gave me a display is BLEGapAdvType.connectable_undirected or None, but I in other tools can be scanned to such as the NRF connect.

我的版本是:api5.1

电脑是:macOS

My version is api5.1

The computer is: macOS

The example I'm using is heart_rate_collector.py。

2020-05-12 18:54:06,392 Ingeek [123145423155200/EventThread] evt> adv_report conn(65535)
 peer_addr(00:60:37:EC:B2:E4)
 rssi(-52)
 adv_type(BLEGapAdvType.connectable_undirected)
2020-05-12 18:54:06,392 Ingeek [123145423155200/EventThread] Exception: <Types.manufacturer_specific_data: 255>
2020-05-12 18:54:06,392 Ingeek [123145423155200/EventThread] <FrameSummary file /usr/local/lib/python3.7/site-packages/pc_ble_driver_py/ble_driver.py, line 2381 in ble_event_handler_sync>
2020-05-12 18:54:06,392 Ingeek [123145423155200/EventThread] <FrameSummary file heart_rate_collector.py, line 170 in on_gap_evt_adv_report>
2020-05-12 18:54:06,393 Ingeek [123145423155200/EventThread]
2020-05-12 18:54:06,393 Ingeek [123145423155200/EventThread] evt> adv_report conn(65535)
 peer_addr(00:60:37:EC:B2:E4)
 rssi(-51)
 adv_type(None)
2020-05-12 18:54:06,397 Ingeek [123145423155200/EventThread] evt> adv_report conn(65535)

Thanks!

Parents Reply Children
Related