crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 426 forks source link

BLE/GATT example #282

Open oberstet opened 7 years ago

oberstet commented 7 years ago

Some intros to BLE/GATT:



oberstet commented 7 years ago

http://www.st.com/content/ccc/resource/technical/document/application_note/3e/6e/d7/61/9d/9e/48/a0/DM00130351.pdf/files/DM00130351.pdf/jcr:content/translations/en.DM00130351.pdf

om26er commented 6 years ago

I am working on this now, will be back in a bit ;-)

om26er commented 6 years ago

@oberstet a PoC of ABJ working on a smartwatch running Android Wear 2.X might be a good thing to showcase here.

oberstet commented 6 years ago

@om26er the smartwatch thing would be nice because of the kinda of data and use cases possible. for the embedded folks, the Pi or an ARM MCU based BLE/GATT device is more approachable and more familiar for them I'd guess.