Bluetooth prototype
January 11, 2012 7:46 AM Subscribe
What is the easiset way to prototype a small bluetooth device.
I'd like to prototype a small bluetooth device the size of a keychain. What is the easiest way to do this? Are there already integrated, arduino or otherwise, boards small enough?
If looking for already integrated solutions is the wrong direction, and that I should be able to wire a few cheap simple parts onto a breadboard to get something running, please let me know. I don't know enough about EE to ask more intelligent questions.
posted by Ad hominem to technology (7 answers total) 1 user marked this as a favorite
Usually, in these situations you want to buy a "development kit" which has the BT radio and a general purpose processor, as well as inputs and outputs, on the same board. Then you program it to do what you want, prove the concept, and then work on miniaturization. You may also be able to start with an Arduino and a BT board.
Alternately, if the functionality of the device is effectively the same as some commercial device, but is operating in a different context, or is in a different form factor, another approach is to buy a commercial BT device, like a headset, and modify it to fit the new form.
posted by fake at 7:50 AM on January 11, 2012