Hello, I’m developing a robotic arm with Unlimited Hand and Processing, and I can use correctly only these functions:
updatePhotoSensors()
updatePhotoSensorsString()
moveVibration()
Now I need to use Accel and Gyro variables to obtain the acceleration and gyro sensors values, and angles too.
Using only the functions above, I can’t moving the arm up and down, or left and right.
I tried to print the Variables described in this section http://reference.unlimitedhand.com/processing/ but I can read only zero values, while on Arduino serial monitor I can read different values.
How can I solve this without using Unity or Unreal Engine? I want to use Processing only.
Can I use EMS too?
thanks,
Davide
-
This topic was modified 1 year, 10 months ago by H2L.