Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfapp: BTLE advertisement scanner #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

hwhw
Copy link
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