mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Added general node documentation
This commit is contained in:
29
electrical/documents/nodes/readme.md
Normal file
29
electrical/documents/nodes/readme.md
Normal file
@@ -0,0 +1,29 @@
|
||||
## Hardware Node Documentation
|
||||
|
||||
This page describes the hardware nodes that are present for the 1718 Mars Rover project.
|
||||
|
||||
The project contains the following nodes:
|
||||
|
||||
- [IRIS](#iris-node)
|
||||
- [Motor](#motor-node)
|
||||
- Tower
|
||||
- Pan-Tilt
|
||||
- Grasping
|
||||
- Science
|
||||
- Arm Breakout 1 / 2
|
||||
|
||||
### IRIS node
|
||||
|
||||
<img src="files/iris.jpg" width="300">
|
||||
|
||||
This node serves as the computer's main interface with the hardware in the rest of the Rover. It features 10 RS485 ports and a Teensy Microcontroller that allows it to perform most of the control and sensing features for the Rover.
|
||||
|
||||
[Find more documentation here.](iris.md)
|
||||
|
||||
### Motor node
|
||||
|
||||
<img src="files/motor_render.png" width="300">
|
||||
|
||||
This node controls the motors that turn Rover's wheels.
|
||||
|
||||
[Find more documentation here.](motor.md)
|
||||
Reference in New Issue
Block a user