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

Commits on Apr 18, 2016

  1. rfapp: BTLE advertisement scanner

    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.
    hwhw committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    3a371b2 View commit details
    Browse the repository at this point in the history