Table of Contents

connect left shoulder () right shoulder () left hand () right hand ()

connect arm servo block

Description

Connect left shoulder () right shoulder () left hand () right hand () block is a stack block available in Humanoid Robot extension for evive and other Arduino boards. This block defines the PWM pins to which all the four servos of arms(2 servos of shoulders + 2 servos of hands) are connected.

Input Parameters

All the drop-down are to select the channels to which the servos are connected. By default, the values are set to 6, 7, 8, and 9.

evive Notes Icon
Note: This block is available in both Stage and Upload mode.

Example

Here, in the given script, the humanoid robot will throw his hands up in the air and then bring it down.

  1. Define PWM pins for the servos connected.
  2. The humanoid robot will continuously put its hands up in the air and then bring it down.connect arm servo block example
evive Notes Icon
Note: Before working with the Humanoid Robot, we need to calibrate the hands such that they are straight and calibrate the legs in such a way that they are facing forward.

Example

There are no examples documented for this article.