Skip to content

Commit

Permalink
[sphand_ros] Add documentation about arduino sketches
Browse files Browse the repository at this point in the history
  • Loading branch information
pazeshun committed Dec 21, 2023
1 parent fd54755 commit e905227
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions demos/sphand_ros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,21 @@ cat /var/log/supervisor/LaunchLogger.log
cat /var/log/supervisor/CheckI2cdetect.log # Log of I2C interface recognition test
cat /var/log/supervisor/LaunchLeftGripper.log # Log of preprocess for roslaunch (e.g., network checking)
```

## Sensor Board Test

### Palm board of gripper-v8

1. Connect the palm board to Arduino (Vcc, GND, SCL, and SDA)
2. Install Arduino IDE
3. Search and install VL53L0X on library manager of Arduino IDE
4. Upload [test_palm_v8.ino](sphand_driver/arduino/test_palm_v8/test_palm_v8.ino) to Arduino
5. Check Serial Monitor of Arduino IDE

### WrPPS Single Board

1. Connect WrPPS Single Board to Arduino (Vcc, GND, SCL, and SDA)
2. Install Arduino IDE
3. Search and install VL53L0X on library manager of Arduino IDE
4. Upload [test_wrpps_single_board.ino](sphand_driver/arduino/test_wrpps_single_board/test_wrpps_single_board.ino) to Arduino
5. Check Serial Monitor of Arduino IDE

0 comments on commit e905227

Please sign in to comment.