How can I send & receive data through the laptop’s bluetooth? For example, have an android sketch communicate with a java sketch (running on the laptop) over bluetooth? It’s fairly straightforward how to do the android side (with Ketai library), but how can I implement the PC side?
Note: I’m interested in using the laptop’s embedded Bluetooth. Not in any solutions involving 3rd party modules (i.e. arduino + Bluetooth module over Serial).
Hello Alex,
I have the same problem to solve. So far, I have not found any library on classical processing that can help in Bluetooth communication on a laptop…
I Think we have to check on JAVA API :
Thank you Noel. I have already studied the Ketai library which is made for an Android device. In my case, I have to run my Processing sketch on a PC with Windows 10 or Linux…
I was pretty sure the Ketai library won’t work in my case, but it seems that the next post from glv explains how to proceed.
Tank’s anyway for your advice :-).