I'm having some difficulty running a leJOS pc program on my Raspberry Pi. It works on my PC.
I get an error stating: "Native Library bluecove_arm not available"
Bluetooth works fine otherwise using: "hcitool scan"
I can't find a compiled version of…
I have the library http://code.google.com/p/bluecove/ and I have installed BlueSoleil http://www.bluesoleil.com/index.aspx and a compatible bluetooth dongle.
I want to create a Java application (running in Windows 7 x64) that would act as a repeater…
I'm having an issue using the Bluecove API in Java. I plan to create a basic BT listener in order to receive some data from a homemade device (Arduino powered). I've the following code which is quite easy to understand:
import…
I'm developing a desktop application using java to send a file to devices around.
It's done but I have a problem, a pairing message appears in mobile device when a send operation tries to begin.My app uses bluecove library.Bluecove has an example…
There is plenty of examples on the internet showing how to write an app that allows us to e.g. communicate pc from a mobile phone via bluetooth. But what I am trying to do is to control one pc from another pc via bluetooth. I am trying to use…
I am building a JAVA desktop app that can advertise via BLE to nearby android devices.
I stumbled across BlueCove which seems to be Java's bluetooth API.
Whenever I try to use BlueCove in my Java application on my MacBook Pro M1, I am getting the…
I am trying to connect from a desktop application (written in Java) to a Android application through Bluetooth.
For the desktop application I am using BlueCove API.
When I start the server (desktop application) and I start the Android application,…
I cant connect to my bluetooth server, set up on rpi. I would need a connectionUrl, presumably fetched from a ServiceRecord. But I cant seem to get it to work.
Ive set it up using bluecove, and have a server running, discoverable. However, I cant…
I’m not sure if this is the right place to ask this question as this is my first question, but I have the following scenario and I need advice and guidance. Or, if this is the wrong place to ask this question, where should I post it?
I want to…
I want to connect to another bluetooth device through my laptop's bluetooth.
I'm using bluecove library for my reference. My environment is as below
Machine: Ubuntu 12.4, Quad Core, 8GB Ram.
Java: 1.8
Blueove: bluecove-2.1.1-SNAPSHOT.jar,…
I have a BlueCove bluetooth server program running on my laptop that waits for my Android phone to connect as client (running my app). When the connection is established, I can send touch coordinates from the phone to the laptop via bluetooth, where…
I'm using Intellij to work on a JavaFX application that uses the BlueCove 2.1.0 library. It works perfectly fine when compiling with the IDE but for some reason, when building the artifact with dependencies and then running it, I get this Exception…
I wanted to use bluecove(2.1.1 snapshot) in my mac with OSX 10.10 and the driver doesn't work.
I got libbluecove.jnilib: mach-o, but wrong architecture
I tried to recompile but the available code it too old (from 2010) and there are a lot or…