Difference between revisions of "A student project on controlling Nico's hand using Arduino and analog sensors"

From Nico@CU
Jump to navigation Jump to search
m
Line 3: Line 3:
== Phase 1: controlling Nico hand from Arduino ==
== Phase 1: controlling Nico hand from Arduino ==


[[Image:console2.jpg|800px]][[Image:console3.jpg|800px]]
[[Image:console2.jpg|800px]] [[Image:console3.jpg|800px]]
[[Image:console4.jpg|800px]][[Image:console1.jpg|600px]]
 
[[Image:console4.jpg|800px]] [[Image:console1.jpg|800px]]





Revision as of 18:40, 10 December 2021

Short description: The aim in this project is to build a simple VR glove to control the movement of robot hand and arm using a human hand and arm.

Phase 1: controlling Nico hand from Arduino

Console2.jpg Console3.jpg

Console4.jpg Console1.jpg


Code:

  • Simple program to read analog sensors in Arduino: nico-hand-control.ino
  • Simple program to read 6 values from serial port of Arduino and control the left hand of Nico using Dynamixel SDK: arduino_control.c (it is made by modifying an example in DynamixelSDK)


The next phase will be to build the VR glove.