mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Added Iris node documentation
This commit is contained in:
4
electrical/documents/nodes/files/.gitignore
vendored
Normal file
4
electrical/documents/nodes/files/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# We want board documentation photos in here,
|
||||
# so we'll allow specific files in this subdirectory
|
||||
!*.jpg
|
||||
!*.png
|
||||
BIN
electrical/documents/nodes/files/iris-v1-schematic.pdf
Normal file
BIN
electrical/documents/nodes/files/iris-v1-schematic.pdf
Normal file
Binary file not shown.
BIN
electrical/documents/nodes/files/iris.jpg
Normal file
BIN
electrical/documents/nodes/files/iris.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
333871
electrical/documents/nodes/files/iris.step
Normal file
333871
electrical/documents/nodes/files/iris.step
Normal file
File diff suppressed because it is too large
Load Diff
BIN
electrical/documents/nodes/files/iris_render.png
Normal file
BIN
electrical/documents/nodes/files/iris_render.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 411 KiB |
33
electrical/documents/nodes/iris.md
Normal file
33
electrical/documents/nodes/iris.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# IRIS Node
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Designed by [Nick McComb](www.nickmccomb.net) for OSURC Mars Rover.
|
||||
|
||||
|
||||
## Summary
|
||||
|
||||
Made for MR1718 as part of the OSU Robotics Club.
|
||||
|
||||
Enables a single USB port to act as 10 RS485 Transceivers, receive inputs from an S.BUS style RC receiver, and interface with a few switches. Input power is 24V (self powered, no power is drawn from the USB connection). Features a Teensy 3.2 microcontroller.
|
||||
|
||||
This design is entirely Open Source and is available on CircuitMaker, see below for a link to the file.
|
||||
|
||||
This is a 4-layer design.
|
||||
|
||||
### Bill of Materials
|
||||
|
||||
[Bill of Materials V1](
|
||||
https://docs.google.com/spreadsheets/d/1TkVeK_GaS78QLqv8NcE_QGGE-NSj-3agn10lKnISSjQ/edit?usp=sharing
|
||||
)
|
||||
|
||||
#### Design files
|
||||
|
||||
[MR1718 IRIS](https://workspace.circuitmaker.com/Projects/Details/Nick-McComb/OSURC-Mars-Rover-2017-2018-Iris-Board)
|
||||
|
||||
### Downloads
|
||||
|
||||
[Schematic V1](files/iris-v1-schematic.pdf)
|
||||
[Step V1](files/iris.step)
|
||||
Reference in New Issue
Block a user