Skip to content

Bluetooth Low Energy Receiver

James Shao edited this page Dec 21, 2020 · 30 revisions

This is to discover the MAC address of Bluetooth Low Energy device around you. It's not perfect because decoded data can't pass CRC, hence there will be 1~2 bit error in result.

Result of bluetooth hardware(hcitool lescan) Result of portapack btle search

You don't need to change the frequency, since all Bluetooth device will broadcast on the pre-set frequency. You might need to adjust gain though.

Theoretically, it's possible to decode some data in the ble packets, like temperature, but it doesn't make sense if there is bit error.

Start here

How to collaborate
How to ask questions correctly

User manual

Developer Manual

Hardware Hacks

Clone this wiki locally