Hi,
The packet sniffer SW provided contains two scripts to extract the data for Bluetooth low energy. They are udp_receiver.pl (Perl script) and udp_receiver.py (Python script). I can obtain the RSSI information from the Perl script but do not wish to use. I would prefer to use the Python script.
I can output the data on the command console and typically it is as such:
b'\x00y\x0e\x00\x00\\\x02\x01B\xfe\x00\x00\x00\x18\xd6\xbe\x89\x8e\x00\r\x82\x08l\xe5\xc5x\x02\x01\x05\x03\x02\xf0\xff11f?\xa6'
b'\x00z\x0e\x00\x00\xf5\x01\xc1D\xfe\x00\x00\x00\x18\xd6\xbe\x89\x8e\x00\r\x82\x08l\xe5\xc5x\x02\x01\x05\x03\x02\xf0\xff11f@\xa6'
b'\x00{\x0e\x00\x00\x99\x01AG\xfe\x00\x00\x00\x18\xd6\xbe\x89\x8e\x00\r\x82\x08l\xe5\xc5x\x02\x01\x05\x03\x02\xf0\xff11f@\xa6'
b'\x00|\x0e\x00\x00=\x01\xfdI\xfe\x00\x00\x00\x18\xd6\xbe\x89\x8e\x00\r\x82\x08l\xe5\xc5x\x02\x01\x05\x03\x02\xf0\xff11fA\xa6'
b'\x00}\x0e\x00\x00\xd6\x00\xa5L\xfe\x00\x00\x00\x18\xd6\xbe\x89\x8e\x00\r\x82\x08l\xe5\xc5x\x02\x01\x05\x03\x02\xf0\xff11f@\xa6'
Can you tell me how I can extract the RSSI information from this and how to convert to obtain RSSI information in power i..e. dBm
Regards
Hawk