GreenAce92
Member level 4
- Joined
- May 6, 2010
- Messages
- 70
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Buffalo, NY
- Activity points
- 2,032
I'm trying to build this 10 point interface for Virtual reality, basically tracking all ten of your fingers in real time to be translated by an application into virtual reality.
I have looked at a 3D accelerometer without a gyroscope (although I am told that I may need one) and I've also looked at a BLEMicro for the communication aspect.
The accelerometer uses I2C and the BLEMicro uses AT Command or "Transparent Transportation" and I'm not exactly sure what this means but to sum up the general process of the device:
Has to "echo-link" to each other to determine which finger is which.
Has to transmit in real time to the phone (in this case) the location of each finger.
I'm not sure about bluetooth transmission limitation eg. if I can only transmit to the phone by one BLEMicro and then the other 9 communicate to the primary BLEMicro (I saw somewhere about one to many).
Anyway, base on what I have mentioned along with an induction based charging / battery management...
How do I decide on what microcontroller to use. What keywords do I look for?
I have looked at a 3D accelerometer without a gyroscope (although I am told that I may need one) and I've also looked at a BLEMicro for the communication aspect.
The accelerometer uses I2C and the BLEMicro uses AT Command or "Transparent Transportation" and I'm not exactly sure what this means but to sum up the general process of the device:
Has to "echo-link" to each other to determine which finger is which.
Has to transmit in real time to the phone (in this case) the location of each finger.
I'm not sure about bluetooth transmission limitation eg. if I can only transmit to the phone by one BLEMicro and then the other 9 communicate to the primary BLEMicro (I saw somewhere about one to many).
Anyway, base on what I have mentioned along with an induction based charging / battery management...
How do I decide on what microcontroller to use. What keywords do I look for?