Bluetooth Remote to control phone functions

Click For Summary

Discussion Overview

The discussion revolves around creating a Bluetooth remote control for a phone, focusing on controlling functions like media playback and volume without direct interaction with the device. Participants explore the technical feasibility, potential challenges, and existing solutions related to Bluetooth technology and remote control functionality.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant expresses uncertainty about the complexity of building a Bluetooth remote, questioning whether it is an extensive project or relatively simple.
  • Another participant suggests that using the Bluetooth Human Interface Device (HID) profile could simplify some aspects of the project, as it handles low-level interactions on the host side.
  • Concerns are raised about the practicality of using a remote to control a handheld device, with a participant questioning the need for a separate remote when the phone is portable.
  • Several participants mention the challenge of transmitting the necessary frequencies for remote control functionality, indicating a need for further understanding in this area.
  • Advice is given regarding the availability of development kits and components that could assist in building the remote, emphasizing that it may not be necessary to start from scratch.

Areas of Agreement / Disagreement

Participants express a mix of ideas and uncertainties regarding the project, with no clear consensus on the best approach or the overall feasibility of creating the remote control.

Contextual Notes

Participants acknowledge the need for additional knowledge about Bluetooth technology and the specifics of transmitting signals, indicating that there are unresolved technical aspects that require further exploration.

Kingdombuilde
Messages
3
Reaction score
0
I want to to make a remote control for my phone. I want to control certain functions without touching my phone. How difficult will it be to accomplish this. I don't have a lot of bluetooth knowledge except that it works with high frequency waves but to really get to the root of it, is it an extensive project or is this something that can be pretty simple to accomplish.

I want to be able to turn on my Windows Media Player and control volume, track functions, and so on...

Do we have a bluetooth guru in the house?

Thank you, in advance for your comments and suggestions...
 
Engineering news on Phys.org
One side of this might be pretty simple: Bluetooth Human Interface Device (HID) does a lot of the low-level work for you on the host side of things, and gives you things like cursor movements or keystrokes (e.g. hot keys for Windows Media Player):
http://en.wikipedia.org/wiki/Bluetooth_profile#Human_Interface_Device_Profile_.28HID.29

The downside: that's purely on the host side. You're responsible for the stuff that happens on the remote (and for building the remote in the first place). But there are developer kits and serial to bluetooth converters that may help to abstract some of that.

But the bigger question is why you'd turn your one hand-held portable device into two (especially when your remote may be bigger than the phone in the first place!) If you still wish to do this, another possibility is using the irDA port (assuming your phone has one) along with a TV/VCR/universal IR remote--sort of the reverse of what usually happens where people use the irDA ports of their PDAs / phones to control their TVs, VCRs, etc.
 
I have my phone connected to an external speaker system. I want to be able to control it without being next to it. Especially the track functions and such.

Making the remote itself is not going to much of a problem, but understanding the how to transmit the necessary frequency is where I'm sort of baffled. I would appreciate any help that I can get. Man this site is awesome.

Thank you very much for you attention...
 
Kingdombuilde said:
I have my phone connected to an external speaker system. I want to be able to control it without being next to it. Especially the track functions and such.

Making the remote itself is not going to much of a problem, but understanding the how to transmit the necessary frequency is where I'm sort of baffled. I would appreciate any help that I can get. Man this site is awesome.

Thank you very much for you attention...

Normally, you (as a hobbyist or even a developer) wouldn't build that sort of thing from scratch. If you go to your nearest well-stocked Internet electronic components retailer (e.g. Digikey, Mouser, etc.) and typed in 'Bluetooth' you'll get development boards and ICs that take care of the low-level stuff for you (you just need to provide it the stuff to transmit, and configuration--usually through some parallel or serial interface). You'll also need to figure out how to make use of the HID stuff on your phone (if possible--probably, especially if it's a Windows Mobile or Palm unit).

Good luck!
 
Thank you for your advice and attention to this matter.
 

Similar threads

Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
1
Views
4K
Replies
1
Views
4K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 6 ·
Replies
6
Views
18K
  • · Replies 3 ·
Replies
3
Views
5K