I have to design a pedometer, (theoretically, just to suggest the components with a description) so the device needs to detect any movements using an accelerometer. It will then be connected to a microcontroller in order to display the values on a LCD panel. The device should also be capable of communicating with blue-tooth devices.
Can I use a 8-bit or 10-bit digital accelerometer with a 16-bit microcontroller?
Instead of using a ready bluetooth device which is expensive, can I use an antenna (2.4GHz where bluetooth devices operate too) and then connect it to the microcontroller to manage communication with other bluetooth devices? A brief description of how this is possible would be much appreciated.
1 Answer 1
1) Yes, that is the usual solution. You could use an 8-bit MCU.
2) No, you need a Bluetooth module interfaced to the MCU.
-
\$\begingroup\$ thanx for your answer. its ok, done it \$\endgroup\$user6612– user66122011年11月17日 23:04:16 +00:00Commented Nov 17, 2011 at 23:04
-
\$\begingroup\$ Use any device you are familiar with, if it's a one-off, and cost doesn't matter. \$\endgroup\$Leon Heller– Leon Heller2011年11月17日 23:07:38 +00:00Commented Nov 17, 2011 at 23:07