0
votes
0answers
12 views

Can I automize bluetooth connections?

I'm not sure where else to post this -- I am wondering if Bluetooth is appropriate for something along the lines of 1) discover device 2) quickly connect, assuming certain permissions are set 3) ...
0
votes
0answers
111 views

Connecting 2 or more HID wireless keyboards to iOS/Android

I'm developing a multiplayer game for which I need 2 or more wireless keyboards (Bluetooth HID) connected simultaneously to an iOS or Android device. How many of the same HIDs can be connected at the ...
0
votes
0answers
133 views

Trouble with receiving information from Bluetooth module

I am using an RF-BT0417C bluetooth module to send sensor readings from my microcontroller. I attached only the UART TX pin to the microcontroller as I am only sending information. When I hook up the ...
0
votes
0answers
66 views

Bluetooth Headset Playing Music

Can any bluetooth headset be used as a wireless media player or does that device has to support that particular bluetooth profile (not sure but i remember reading somewhere that in order to do this ...
4
votes
2answers
848 views

How to connect a J2me Midlet installed on a mobile device to a java application?

I need help to connect a J2me midlet program to a java application on my desktop using bluethooth connection. How can I configure my midlet application to connect to the desktop application using ...
2
votes
0answers
328 views

How to simulate a bluetooth mouse programmatically

we have seen bluetooth/wireless mouses/keyboards which can do the same as wired counterparts. i have an idea of writing an app to simulate the same functionality using a bluetooth device such as a ...
1
vote
2answers
648 views

iphone: gameKit do not connect to non-Apple device?

I am developing an iphone/ipad app to connect with other devices through Bluetooth using GameKit, it works fine with iphone/ipad/iPod but it does not work with other platform devices like android or ...
0
votes
3answers
874 views

Wireless communication between more than two Microchip PIC microcontrollers

I would like to create wireless communication between Microchip PICs for my simple project. It's actually an one way communication but there is one server and more than one client (about 2-4, all ...
0
votes
1answer
117 views

Can you suggest any good books, online tutorials, etc, for developing with Bluetooth in JavaME?

I have limited experience with JavaME in the past. I've worked in only basic UI of JavaME. I have not used any Bluetooth APIs before. My organization has assigned me to a team involved in Bluetooth ...
0
votes
1answer
200 views

Bluetooth/Wireless games between different TYPES of devices

Is it possible to create a connection between say a PSP and an IPhone, or any other app-ready bluetooth-enabled/wifi device? I'm not too clear on the difference and capabilities of bluetooth and ...
0
votes
1answer
519 views

Improving a SerialPort Connection

Pretty simple question this time around. I have an application that communicates with another copy of the application on another machines. One application sends a pretty constant stream of data, the ...
4
votes
2answers
1k views

How to specify Wireless or Bluetooth in GameKit when using my own custom interface

I've decided to implement my own interface for connecting two devices running my game, as opposed to using the GKPeerPickerController. This is actually working quite well. But I just realised that in ...
3
votes
2answers
896 views

bluetooth in iphone

Is it possible to send a file using bluetooth programatically ? Any suggestions or any alternative methods ?? Thanks
2
votes
2answers
436 views

Wireless protocol for accelerometer data

I'm building an application where a mobile phone with an accelerometer is used to control an app on a computer in a similar way you would use a mouse. So I need to send the movement from the phone to ...
3
votes
2answers
660 views

Development kit for Bluetooth which allows customisation of the modulation algorithms

We need to perform some experiments on the Bluetooth protocol, and for this we need a development kit which allows us to implement/modify different parts of the Bluetooth protocol stack. We have been ...
21
votes
3answers
32k views

How can an iPhone access another non-iPhone device over wireless or Bluetooth?

I'm trying to figure out if an iPhone can connect to another non-iPhone device over wireless or Bluetooth and have seen conflicting information. Much of what I've found was before version 3.0 of the ...
8
votes
3answers
2k views

iPhone Gamekit peer with a desktop peer

I am looking for a way to establish a wireless connection between an iPhone and a desktop client. Gamekit looks promising but all the examples / documentation only explain iPhone to iPhone. Are ...