Posts tagged ‘bluetooth’

 

Weekend project: Bluetooth multisender

Read full article  | 6 Comments

In my last post I have shown you how to communicate with Bluetooth devices using java + Bluecove.jar. Using this knowledge I have created this small java weekend project – Bluetooth multisender. This program will scan for Bluetooth devices in the area. For each Bluetooth device found, it will check whether it can receives text [...]

Read More

Connecting to Bluetooth devices with Java

Read full article  | 6 Comments

In this post I will show you how to use java to connect to Bluetooth devices. To do that, I will use bluecove. Bluecove is a JSR-82 implementation. JSR-82 is a java specification for defining APIs for communicating with Bluetooth devices. To use bluecove you will have to download bluecove jar. You can download it [...]

Read More