How to use UH Variables in Processing

Recent Topics Forums Development How to use UH Variables in Processing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #384
    davideperrotta
    Participant

      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, 3 months ago by H2L.
      #386
      H2L
      Keymaster

        @davideperrotta thank you for the inquiry.

        The Processing library would require an update before being able to cater to your needs in the robotic arm project. We will begin working on it and notify you once it is ready.

        I would suggest you try controlling the robot arm through Arduino. We are now also in the process of preparing demo projects that utilize the I2C communication protocol that allows the UH to control other hardware.

        UnlimitedHand team

        #387
        davideperrotta
        Participant

          Ok, in the meanwhile I’m using Arduino to obtain Accel and Gyro values and all others sensors value, and then I can read them with Processing using the serial port.
          I appreciate very much Unlimited Hand and your support.

          Davide

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.