Difference between revisions of "Hardware Overview"

From Pengatom Robotics Wiki
Jump to: navigation, search
(Robot Hardware Architecture)
(Robot Hardware Architecture)
Line 1: Line 1:
 
== Robot Hardware Architecture ==
 
== Robot Hardware Architecture ==
* [Main CPU] - The on-board CPU is comprised of an [http://www.intel.com/content/www/us/en/nuc/nuc-kit-d54250wyk.html Intel NUC D54250WYK], which features an Intel Core i5-4250U 4th Generation Haswell chipset, 8GB of DDR3 RAM (up to 16gb expansion), and a 32GB SSD for internal storage The HR-OS5 Framework is installed to the OS to communicate to the Subcontroller.
+
* [[#Intel NUC SBC | Main CPU]] - This is the [http://www.intel.com/content/www/us/en/nuc/nuc-kit-d54250wyk.html Intel NUC D54250WYK SBC], and is robot's main CPU which runs an Ubuntu 14.04 LTS Operating System. The HR-OS5 Framework is installed to the OS to communicate to the Subcontroller.
 
* [[#Subcontroller|Subcontroller]] - This is the Arbotix-Pro ARM subcontroller. The Subcontroller acts as the main interface of the Main CPU to the robot's servos, sensors, and communications.  
 
* [[#Subcontroller|Subcontroller]] - This is the Arbotix-Pro ARM subcontroller. The Subcontroller acts as the main interface of the Main CPU to the robot's servos, sensors, and communications.  
 
* [[#Dynamixel Robot Servos|Dynamixels]] - These are the actuators which comprise the majority of the robot's internal structure and joints. They communicate on a 1-3mbps half-duplex TTL serial bus, connected to the Main CPU through the Subcontroller.
 
* [[#Dynamixel Robot Servos|Dynamixels]] - These are the actuators which comprise the majority of the robot's internal structure and joints. They communicate on a 1-3mbps half-duplex TTL serial bus, connected to the Main CPU through the Subcontroller.

Revision as of 22:07, 3 February 2017

Robot Hardware Architecture

  • Main CPU - This is the Intel NUC D54250WYK SBC, and is robot's main CPU which runs an Ubuntu 14.04 LTS Operating System. The HR-OS5 Framework is installed to the OS to communicate to the Subcontroller.
  • Subcontroller - This is the Arbotix-Pro ARM subcontroller. The Subcontroller acts as the main interface of the Main CPU to the robot's servos, sensors, and communications.
  • Dynamixels - These are the actuators which comprise the majority of the robot's internal structure and joints. They communicate on a 1-3mbps half-duplex TTL serial bus, connected to the Main CPU through the Subcontroller.

Power Connections

  • The main power switch is located between the legs, on the underside rear of the torso. Do not attempt to disable power while robot is actively walking, rather pull the power plug from the back of the robot in case of emergency or uprising.
  • This main power switch harness handles switching the main power on/off. The output goes to the robot's Subcontroller, which in turn supplies power to the Main CPU. The input of this connection is the Black/Red power cable terminated in a Male Deans T-Connector plug coming out of the back of the robot's torso.
  • Tethered power can be supplied to the robot via the included 12v 10amp power supply + Barrel Jack to Female Deans T-Connector adapter. Powering the robot via 12v 10amp Power Supply should be reserved for basic testing, programming, and motion page creation only. While the robot can technically walk using this power supply, the servos are too powerful to operate at full torque while on tethered power and can cause instability. To test walking gaits and remote control demos, please power the robot using the integrated LiPo batteries.

LiPo battery power

  • [LiPo Battery Guide](http://learn.trossenrobotics.com/index.php/getting-started-with-the-arbotix/11-lipo-battery-guide)
  • Battery power can be supplied to the robot for untethered use via the 3S 2100mAh Lipo Battery. (Picture)
  • Always use a LiPo Battery Monitor when operating the robot on untethered battery power. If the batteries are drained too low, the robot will become unstable and the batteries can be damaged.
  • Please use caution charging or using LiPo Batteries. These batteries can cause fires if improperly used, charged, or discharged. We recommend removing the batteries prior to charging the robot, and to never leave the batteries unattended while charging.
  • If the LiPo Battery Monitor signals alarm indicating low voltage: immediately cease operation of the robot, move into a sitting position, and initiate a complete shut down before turning off main power switch.


Subcontroller

Additional Info:

  • [CM730 & PlatformCM730 Darwin-OP Code Reference](

http://support.robotis.com/en/techsupport_eng.htm#product/darwin-op/development/framework/reference/cm730.htm)


Dynamixel Robot Servos

Robotis Dynamixels are the top-tier actuator choice in the industry for researchers and universities Dynamixel actuators have been used by every major university, research lab, military & government research lab, and robotic competition worldwide. Each Smart Actuator has an onboard microprocessor to facilitate bus communication, positional feedback, temperature & load monitoring. The casing of each servo is built specifically with robotics in mind, providing easy to use mounting rails and a comprehensive bracket system available for building robotic limbs. TTL and RS-485 serial communication allows for daisy-chainable bus connections at up to 1-3mbps. In addition, the Dynamixel’s onboard MCU has a set of user customizable features, allowing users to tune the servos in specifically for their application.

  • Dedicated onboard MCU
  • Adjustable torque, speed, and response
  • Position, load, voltage, temperature feedback
  • Daisy-chainable Serial Communication
  • Wide range of sizes, strengths, and communication options
  • Modular mounting design with comprehensive brackets and

frames

  • 3D models, dimensional drawings, full documentation available

The HR-OS5 Humanoid Robot uses the following Dynamixel Servos:

More information on Dynamixel communication protocols and specifications can be found on the links above, or directly from the [Robotis e-Manual website](http://support.robotis.com/en/techsupport_eng.htm#product/dxl_main.htm).

HR-OS5 Dynamixel ID Assignments

  • ID_R_SHOULDER_PITCH = 1
  • ID_L_SHOULDER_PITCH = 2
  • ID_R_SHOULDER_ROLL = 3
  • ID_L_SHOULDER_ROLL = 4
  • ID_R_ELBOW = 5
  • ID_L_ELBOW = 6
  • ID_R_HIP_YAW = 7
  • ID_L_HIP_YAW = 8
  • ID_R_HIP_ROLL = 9
  • ID_L_HIP_ROLL = 10
  • ID_R_HIP_PITCH = 11
  • ID_L_HIP_PITCH = 12
  • ID_R_KNEE = 13
  • ID_L_KNEE = 14
  • ID_R_ANKLE_PITCH = 15
  • ID_L_ANKLE_PITCH = 16
  • ID_R_ANKLE_ROLL = 17
  • ID_L_ANKLE_ROLL = 18
  • ID_HEAD_PAN = 19
  • ID_HEAD_TILT = 20
  • Custom joints:
    • ID_R_HAND = 21
    • ID_L_HAND = 22
    • ID_R_ARM_YAW = 23
    • ID_L_ARM_YAW = 24