Created Bluetooth Low Energy Receiver (markdown)

James Shao 2020-12-21 17:20:52 +08:00
parent 3995e1f896
commit b839557b5d

@ -0,0 +1,7 @@
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.
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.