Forum >Connecting to Bluno from PC over bluetooth
Bluno General Arduino

Connecting to Bluno from PC over bluetooth

userHead mail 2016-02-01 23:37:54 4999 Views3 Replies
Hi,
On the wiki it says that you need either another bluno or your BLE USB dongle to connect to the bluno from a PC. Is there really no way to talk to the bluno using the PC's built in Bluetooth module? Using Light Blue on OS X I can see the bluno, but it doesn't provide a console. What I really want to do is connect an Intel edison (which has built in bluetooth and runs linux) to the bluno. For space reasons I really don't want an extra bluetooth module.
2016-02-29 01:51:48 Sorry I have not done this particular experiment myself, but I would imagine your main effort would land on the Edison's bluetooth documentations. userHeadPic Xia Rex
2016-02-22 15:35:54 Thanks. Would you be able to provide some more detail? I managed to connect the edison to the bluno and see what I send from the bluno using the gatttool utility, but I haven't been able to figure out how to establish true serial connection. All my attempts to use rfcomm failed. I guess I should try the bluez dbus interface, but without guidance this seems like a very lengthy trial and error undertaking... userHeadPic mail
2016-02-02 17:23:21 If you want to connect to PC, a regular usb cable would be fine. But for Edison, I think your best option would be to connect and communicate via serial. That way both bluno and edison works only with serial communication and abstracts away the bluetooth bit.
Search for SPP in this document:
Code: Select all
http://www.intel.com/content/www/us/en/support/boards-and-kits/000005743.html


mail wrote:Hi,
On the wiki it says that you need either another bluno or your BLE USB dongle to connect to the bluno from a PC. Is there really no way to talk to the bluno using the PC's built in Bluetooth module? Using Light Blue on OS X I can see the bluno, but it doesn't provide a console. What I really want to do is connect an Intel edison (which has built in bluetooth and runs linux) to the bluno. For space reasons I really don't want an extra bluetooth module.
userHeadPic Xia Rex