Skip to content

rfapp: BTLE advertisement scanner#145

Open
hwhw wants to merge 1 commit intorad1o:masterfrom
hwhw:btlescan
Open

rfapp: BTLE advertisement scanner#145
hwhw wants to merge 1 commit intorad1o:masterfrom
hwhw:btlescan

Conversation

@hwhw
Copy link
Copy Markdown
Contributor

@hwhw hwhw commented Apr 18, 2016

A simple GFSK demodulator and BT LE decoder. Will output MAC
address and name of BT LE devices that send advertisements.
For a simple app on Android that does send those, see e.g.
https://play.google.com/store/apps/details?id=com.nehori.java_eddystone_url_sender_androidtv
For the Android API, see
http://developer.android.com/reference/android/bluetooth/le/BluetoothLeAdvertiser.html
For Linux and the Bluez stack, see e.g.
https://github.com/google/eddystone/tree/master/eddystone-url/implementations/linux-url-advertiser
All of these send advertisements.

Could be enhanced quite a bit to do something meaningful with
other data as well. Also, this is RX only for now, TX is yet to
be done.

A simple GFSK demodulator and BT LE decoder. Will output MAC
address and name of BT LE devices that send advertisements.
For a simple app on Android that does send those, see e.g.
https://play.google.com/store/apps/details?id=com.nehori.java_eddystone_url_sender_androidtv
For the Android API, see
http://developer.android.com/reference/android/bluetooth/le/BluetoothLeAdvertiser.html
For Linux and the Bluez stack, see e.g.
https://github.com/google/eddystone/tree/master/eddystone-url/implementations/linux-url-advertiser
All of these send advertisements.

Could be enhanced quite a bit to do something meaningful with
other data as well. Also, this is RX only for now, TX is yet to
be done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant