This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Receiving bluetooth data in Java desktop application

Hi,

I would like to receive data sent from an nRF52840 through Bluetooth in a Java desktop application. The Java app can run on Windows or Linux, I am using Windows 10 and Ubuntu 16.04 I think.

I have checked my desktop device manager and Bluetooth shows up there so the PC should be Bluetooth enabled.

I have been unable to find any Java library to do this kind of thing, most of the things I find are either meant for Android or very old. Some of the Java code is for the Micro Edition which I do not think would work (but I am not sure about that really).

Does anyone have experience in solving this kind of problem?

Related