mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-07-15 12:08:28 +00:00
Updated Bluetooth Low Energy Receiver (markdown)
parent
0752026f9a
commit
1e12a98dec
@ -1,7 +1,10 @@
|
|||||||
This is to discover the MAC address of Bluetooth Low Energy device around you.
|
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.
|
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 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.
|
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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user