First, you should pick whether you're going to use the Serial Port Profile or HID Profile.
Once you've got that, you're most of the way there, I'd think.
You would probably need an encoder/decoder to connect to the module, to turn each button (8, right?) into a binary code (you'd only need three bits for it, but you'll probably have trouble finding one with so few bits (You'll probably have to go up to 8)).
You'll almost certainly get an SDK from the people you buy your module from.
To see some sample Bluetooth code, check out the SDK that comes with your Module kit, or the BlueZ project (
http://bluez.sourceforge.net), which has developed a Bluetooth stack for Linux. There might be some useful stuff on the Profiles in there.
I know of a few Bluetooth modules. Some companies that offer them:
Baracoda
TDK
Fujitsu
and many more. Google is your friend.
My suggestion would be to use the HID Profile to become a second keyboard for the computer. Then you already know how to interface with it on the computer-side of things.
Good luck!
Quote:
|
Originally Posted by janosz
Thanks for the fast response. To solder the things together will not be a problem - I hope. However I had a look at the Serial Port profile and HID - profile specs. It seems impossible for a newbee like me to get familiar with this stuff within an acceptable time. Would you or anybody guide me a little through the developing process, please?
Does it matter which Bluetooth Module i use? You know a real small one?
I don't think I can connect a keypad directly to the receiver? Do i need any additional hardware?
How is the programming process? Where to get the right SDK? You know about sourcecode, which would fit my requirements? From a non programmer point of view if should be just a few lines of extra code to realise the device I need? What do you think?
|