- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello all,
I'm trying to create a BLE connection between an Android phone & Edison using a Client/Server model, I have manged to get PyBluez RFCOMM Server https://github.com/karulis/pybluez/blob/master/examples/simple/rfcomm-server.py https://github.com/karulis/pybluez/blob/master/examples/simple/rfcomm-server.py to run on the Edison.
Now is this server capable of supporting BLE communication between my Edison & an Android phone (that supports BLE) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I have been able to use the Edison as a Bluetooth Low Energy Central (GATT client). The GATT server I used was the Arduino 101 Curie Module. I used "gatttool" on the edison to establish the connection and retrieve data.
Using the Edison as a GATT server is a bit more involved.
You could first try to send advertising data with it.
See these links :
http://stackoverflow.com/questions/21124993/is-there-a-way-to-increase-ble-advertisement-frequency-i... http://stackoverflow.com/questions/21124993/is-there-a-way-to-increase-ble-advertisement-frequency-i...
https://learn.adafruit.com/pibeacon-ibeacon-with-a-raspberry-pi/adding-ibeacon-data https://learn.adafruit.com/pibeacon-ibeacon-with-a-raspberry-pi/adding-ibeacon-data
Fred
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I have been able to use the Edison as a Bluetooth Low Energy Central (GATT client). The GATT server I used was the Arduino 101 Curie Module. I used "gatttool" on the edison to establish the connection and retrieve data.
Using the Edison as a GATT server is a bit more involved.
You could first try to send advertising data with it.
See these links :
http://stackoverflow.com/questions/21124993/is-there-a-way-to-increase-ble-advertisement-frequency-i... http://stackoverflow.com/questions/21124993/is-there-a-way-to-increase-ble-advertisement-frequency-i...
https://learn.adafruit.com/pibeacon-ibeacon-with-a-raspberry-pi/adding-ibeacon-data https://learn.adafruit.com/pibeacon-ibeacon-with-a-raspberry-pi/adding-ibeacon-data
Fred

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page