This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLPNIRNANOEVM: Bluetooth scan

Part Number: DLPNIRNANOEVM

Tool/software:

Hello,

I am currently working with the DLPNIRNANOEVM device over Bluetooth. I can communicate with it using Bluetooth from my PC via Python and the Bleak library.

I want to initiate a scan and store the result of the scan.

When I start a scan, I receive a notification :
bytearray(b'\x01\x83\n\x00\x00')

Similarly, when the scan ends, I receive another notification :
bytearray(b'\xff\x05\x00f\x00')

Could you clarify whether the scan index is 0x01830000 or 0xff050000?

Is it with the command "Request Serialized Scan Data Structure" that I can obtain the scan data?

Once I have the scan data, should I use the DLP Spectrum Library with the dlpspec_scan_interpret() function

Do you have a simple code example?

Thank you for your guidance,

Best regards,

Kilian