mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Merge branch 'master' of https://github.com/OSURoboticsClub/Rover_2017_2018
This commit is contained in:
BIN
electrical/documents/nodes/files/Science.PNG
Normal file
BIN
electrical/documents/nodes/files/Science.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 240 KiB |
BIN
electrical/documents/nodes/files/SienceNode.Zip
Normal file
BIN
electrical/documents/nodes/files/SienceNode.Zip
Normal file
Binary file not shown.
BIN
electrical/documents/nodes/files/pan_tilt_render.png
Normal file
BIN
electrical/documents/nodes/files/pan_tilt_render.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 461 KiB |
BIN
electrical/documents/nodes/files/tower-alt-v1-schematic.pdf
Normal file
BIN
electrical/documents/nodes/files/tower-alt-v1-schematic.pdf
Normal file
Binary file not shown.
157196
electrical/documents/nodes/files/tower-alt.step
Normal file
157196
electrical/documents/nodes/files/tower-alt.step
Normal file
File diff suppressed because it is too large
Load Diff
BIN
electrical/documents/nodes/files/tower_alt_render.png
Normal file
BIN
electrical/documents/nodes/files/tower_alt_render.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
@@ -7,8 +7,9 @@ The project contains the following nodes:
|
||||
- [IRIS](#iris-node)
|
||||
- [Motor](#motor-node)
|
||||
- [Tower](#tower-node)
|
||||
- [Tower Alt](#tower-alt)
|
||||
- Pan-Tilt
|
||||
- Grasping
|
||||
- [Grasping](#grasp-node)
|
||||
- Science
|
||||
- Arm Breakout 1 / 2
|
||||
|
||||
@@ -35,3 +36,27 @@ This node controls the motors that turn Rover's wheels.
|
||||
This node is placed outside of the main electronics box on the chassis and collects data from various sensors.
|
||||
|
||||
[Find more documentation here.](tower.md)
|
||||
|
||||
### Tower alt
|
||||
|
||||
<img src="files/tower_alt_render.png" width="300">
|
||||
|
||||
This board acts as an alternate for Rover's Tower Node when both of the boards we had didn't work. It really just breaks out a Teensy 3.2 to a few different connectors.
|
||||
|
||||
[Find more documentation here.](tower-alt.md)
|
||||
|
||||
### Grasp Node
|
||||
|
||||
<img src="files/grasp.JPG" width="300">
|
||||
|
||||
Controls 4 DC motors with quadrature encoder and current feedback. Has four analog inputs intended to be used with force resistors.
|
||||
|
||||
[Find more documentation here.](grasp.md)
|
||||
|
||||
### Science Node
|
||||
|
||||
<img src="files/Science.PNG" width="300">
|
||||
|
||||
Powers, and comunicates with the Soil Probe via RS-485. Uses simple logic to power a drill motor (24V,5A, full forward, full back, stop). Outputs 5V to power a digital camera. Sends a signal to the didgital camera to control shoot and zoom.
|
||||
|
||||
[Find more documentation here.](science.md)
|
||||
|
||||
40
electrical/documents/nodes/science.md
Normal file
40
electrical/documents/nodes/science.md
Normal file
@@ -0,0 +1,40 @@
|
||||
Science Node
|
||||
============
|
||||
|
||||

|
||||
|
||||
Designed by Anthony Grana.
|
||||
|
||||
Summary
|
||||
-------
|
||||
|
||||
Made for the science end affector for the 2018 rover. Powers, and
|
||||
comunicates with the [Soil
|
||||
Probe](https://www.fondriest.com/pdf/stevens_hydra_manual.pdf) via
|
||||
RS-485. Uses simple logic to power a drill motor (24V,5A, full forward,
|
||||
full back, stop). Outputs 5V to power a [digital
|
||||
camera.](https://www.amazon.com/Canon-PowerShot-Stabilized-2-7-Inch-Black/dp/B0035FZJJ4)
|
||||
Sends a signal to the didgital camera to control shoot and zoom.
|
||||
|
||||
### Bill of Materials
|
||||
|
||||
[Bill of
|
||||
Materials V1.1](https://docs.google.com/spreadsheets/d/1dY48bTzPCWO-qP4mQwElCYWBNv3Bg6SGOoxIt3NPqik/edit?usp=sharing)
|
||||
|
||||
#### Design Files
|
||||
|
||||
[Science node on circuit
|
||||
maker](https://workspace.circuitmaker.com/Projects/Details/Anthony-Grana/Sience-Node)
|
||||
|
||||
[V1.1](files/SienceNode.Zip)
|
||||
|
||||
### Known Issues
|
||||
V1.1
|
||||
|
||||
1. The Drill motor controller will pull 5A but the curent power connector for the board can only handle 3A.
|
||||
2. For both RS 485 chips, the RX and TX pins need to be reversed.
|
||||
3. The RS 485 for the soil sensor is connected to the CAN RX TX instead of the Serial RX TX.
|
||||
|
||||
V1.2
|
||||
|
||||
No Known Issues
|
||||
30
electrical/documents/nodes/tower-alt.md
Normal file
30
electrical/documents/nodes/tower-alt.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Tower Alt
|
||||
|
||||

|
||||
|
||||
Designed by [Nick McComb](www.nickmccomb.net) for OSURC Mars Rover.
|
||||
|
||||
|
||||
## Summary
|
||||
|
||||
Made for MR1718 as part of the OSU Robotics Club.
|
||||
|
||||
This board acts as an alternate for Rover's [Tower Node](tower.md) when both of the boards we had didn't work. It really just breaks out a Teensy 3.2 to a few different connectors.
|
||||
|
||||
### Bill of Materials
|
||||
|
||||
[Bill of Materials V1](https://docs.google.com/spreadsheets/d/19i468ReDNzdnqVHqhV62DnraayI0Lsa_KynYnzvA6o8/edit?usp=sharing)
|
||||
|
||||
#### Design files
|
||||
|
||||
[Tower Alt on CircuitMaker](https://workspace.circuitmaker.com/Projects/Details/Nick-McComb/MR1718-Tower-Alt)
|
||||
|
||||
### Downloads
|
||||
|
||||
[Schematic V1](files/tower-alt-v1-schematic.pdf)
|
||||
|
||||
[3D Model V1 (STEP)](files/tower-alt.step)
|
||||
|
||||
### Known Issues
|
||||
|
||||
#### Version 1
|
||||
@@ -1,4 +1,4 @@
|
||||
# Motor Node
|
||||
# Tower Node
|
||||
|
||||
<!--  -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user