Will this be a firmware program?
in iOS
Revisiting my original project goal:
"I am trying to use the accelerometer to activate the vibrator when the ratio between certain axes exceed limits. Can I be pointed in the right direction?"
Thanks for the suggested tutorials, I am starting to understand Xcode/Swift programming a bit more. Much different from the Hero2000 Basic, Forth, and Arduino programming languages I have used in the past.
Am I correct in thinking that I will need an IOS or Android device to read the accelerometers and activate the vibrator if ratio limits are exceeded? I was hoping the program could be run on the MetaMotionR, but from reading everything, this would be a firmware change.
Thanks,
Mark
Comments
Use the the event and data processing modules.
https://mbientlab.com/cppdocs/0/mblmwdataprocessor.html
https://mbientlab.com/cppdocs/latest/mblmwevent.html
OK, will start reviewing, thanks