This commit is contained in:
2018-07-05 20:23:08 -07:00
8 changed files with 157285 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@@ -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)

View File

@@ -0,0 +1,32 @@
Science Node
============
![Science](files/Science.PNG)
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](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)
### Known Issues
The Drill motor controller will pull 5A but the curent power connector
for the board can only handle 3A.

View File

@@ -0,0 +1,30 @@
# Tower Alt
![Tower Alt Render](files/tower_alt_render.png)
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

View File

@@ -1,4 +1,4 @@
# Motor Node
# Tower Node
<!-- ![Iris](files/iris.jpg) -->