Difference between revisions of "Robotics Hexapod Kit"

From The Maker Station Wiki!
Jump to: navigation, search
(16-Mar-2016)
(About the Shield)
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
==TO DO LIST==
+
[[File:Crios Hexabot.jpg|500px|right]]
Leg CAD Files for Fab or 3D Printing
 
  
Bracket CAD Files for 3D Printing
 
  
Bottom Plate CAD File 3D Printing
+
==General Specs==
 +
'''Link to Kit Development Meeting Notes:'''  [[2016_Hexabot_Build_Meeting_Notes]]
 +
<table border=1 cellpadding=7 cellspacing=0 bgcolor=#eeeeee>
  
PCB design for Arduino shield
+
<tr>
 +
<td>'''Size'''
 +
* 4.5" x 4.0" x 4.0"
 +
* Weight ~657 grams
 +
</td>
 +
<td>'''Power'''
 +
* 6V main power unit
 +
* 9V controls power</td>
 +
</tr>
  
Prototype Board
+
<tr>
 +
<td>'''Controls'''
 +
* Arduino Uno
 +
* Infra Red Remote</td>
 +
<td>'''Sensors'''
 +
* IR receiver
 +
* Ultrasonic range finder</td>
 +
</tr>
  
Price Aluminum Strip .5 x.5 x 6'
+
</table>
Price Aluminum Angle .5 x.5 x 6'
 
Price Servos SG90
 
  
== General Specs ==
+
== BOM - Bill Of Materials ==
'''Size'''
+
 
* L x W x H
+
 
* Weight
+
===GitHub Repo:===
* Six legs
+
https://github.com/TheMakerStation/Crios_hexabot
  
'''Power'''
 
* 6V main power unit
 
* 9V controls power
 
  
'''Controls'''
 
* Arduino Uno
 
* Infra Red Remote
 
  
'''Sensors'''
+
<table border=1 cellpadding=7 cellspacing=0 >
* IR receiver
 
* Ultrasonic range finder
 
  
== BOM - Bill Of Materials ==
+
<tr>
 +
<th >Electronic</th><th >Mechanical</th>
  
 +
<tr>
 +
<td>
 
* Arduino Board
 
* Arduino Board
* Ultrasonic Range
+
* [https://www.amazon.com/dp/B00Q9YB7PI/ref=cm_sw_r_oth_awd_4j6fxbED8BCA1 Arduino Prototype Shield]
 +
* [http://wiki.themakerstation.com/File:Ultrasonic_Sensor.jpg Ultrasonic Sensor qty: 1]
 
* IR Remote and Receiver Kit
 
* IR Remote and Receiver Kit
* Battery 1.5V x 4 AA Batteries
+
* Battery 1.5V AA Batteries qty: 4
* Battery 9V
+
* Battery 9V qty: 1
* Servo x 12   Tower Pro Micro servo model: SG90
+
* Servo qty:12 [http://wiki.themakerstation.com/File:Servo_sg90.JPG TowerPro Microservo SG90]
 
* Wiring/Jumpers
 
* Wiring/Jumpers
 
* Capacitors
 
* Capacitors
Line 45: Line 54:
 
* LED
 
* LED
 
* Switch
 
* Switch
 +
</td>
  
 
+
<td>
* Plate Bottom LxWxH
+
* Plate Bottom 4.5" x 4.0" x .028"
 
** Aluminum or plastics options
 
** Aluminum or plastics options
 
* Plate Top LxWxH
 
* Plate Top LxWxH
 
** Aluminum or plastics options
 
** Aluminum or plastics options
 
* Leg fabbed from 0.5" x 0.5" x 1/16" aluminum strip
 
* Leg fabbed from 0.5" x 0.5" x 1/16" aluminum strip
* Link A
+
* Link A 2.0" x 0.5"
* Link B
+
* Link B 1.75" x 0.5"
 
* Servo Brackets - fabbed from 0.5" x 0.5" x 1/16" aluminum angle
 
* Servo Brackets - fabbed from 0.5" x 0.5" x 1/16" aluminum angle
 
* Stand offs
 
* Stand offs
 
* Screws
 
* Screws
 +
</tr>
 +
</table>
  
 
==Fabrication and Assembly ==
 
==Fabrication and Assembly ==
  
 
=== Arduino and Controls ===
 
=== Arduino and Controls ===
About the board and code
+
====About the Arduino board and code====
 +
 
 +
 
 +
==== About the Shield ====
 +
https://www.amazon.com/dp/B00Q9YB7PI/ref=cm_sw_r_oth_awd_4j6fxbED8BCA1
 +
 
 +
[[File:Crios shield.jpg | 300 px ]]
 +
 
 +
===Top Plate===
 +
 
 +
===Bottom Plate===
 +
<table border=1 cellpadding=7 cellspacing=0 >
 +
 
 +
<tr>
 +
<th >Fabricated Option</th><th >3D Printed Option</th>
  
 +
<tr>
 +
<td>
 +
Download template and print on letter paper
 +
* Cut aluminum plate
 +
</td>
 +
 +
<td>
 +
Download files from repo
 +
 +
Print settings: 
 +
* High quality  '''Or'''
 +
* 2 top & bottom layers with 3 perimeters with 30% infill
 +
</tr>
 +
</table>
  
 
=== Legs ===
 
=== Legs ===
 
Info about how to fabricate or 3D print the legs  
 
Info about how to fabricate or 3D print the legs  
  
 +
 +
 +
<table border=1 cellpadding=7 cellspacing=0 >
 +
 +
<tr>
 +
<th >Fabricated Option</th><th >3D Printed Option</th>
 +
 +
<tr>
 +
<td>
 +
[https://github.com/TheMakerStation/Crios_hexabot/tree/master/drawings Download template] and print on letter paper
 +
 +
* Drill holes using drill press
 +
* Cut aluminum plate using saber/jig saw or band saw with metal cutting blades
 +
</td>
 +
 +
<td>
 +
Download files from repo
 +
 +
Print settings: 
 +
* High quality  '''Or'''
 +
* 2 top & bottom layers with 3 perimeters with 30% infill
 +
</tr>
 +
</table>
  
 
=== Mounting Brackets for Servos ===
 
=== Mounting Brackets for Servos ===
Line 73: Line 136:
 
===General Assembly===
 
===General Assembly===
  
 +
===Lessons Learned ===
  
== Meetups==
+
Servos: the SG90's don't like to operate near their end stops at 0 and 180, so these areas should be avoided for extended periods of operation
===16-Mar-2016===
 
Set up wiki
 
General mechanical dimensions
 
 
 
See to do list
 
 
 
Next meeting:
 
* Bring in 3D Printed legs and servo brackets
 
* Wayne to demo his bot
 
* To discuss further on Slack
 

Latest revision as of 16:47, 27 April 2016

Crios Hexabot.jpg


General Specs

Link to Kit Development Meeting Notes: 2016_Hexabot_Build_Meeting_Notes

Size
  • 4.5" x 4.0" x 4.0"
  • Weight ~657 grams
Power
  • 6V main power unit
  • 9V controls power
Controls
  • Arduino Uno
  • Infra Red Remote
Sensors
  • IR receiver
  • Ultrasonic range finder

BOM - Bill Of Materials

GitHub Repo:

https://github.com/TheMakerStation/Crios_hexabot


ElectronicMechanical
  • Plate Bottom 4.5" x 4.0" x .028"
    • Aluminum or plastics options
  • Plate Top LxWxH
    • Aluminum or plastics options
  • Leg fabbed from 0.5" x 0.5" x 1/16" aluminum strip
  • Link A 2.0" x 0.5"
  • Link B 1.75" x 0.5"
  • Servo Brackets - fabbed from 0.5" x 0.5" x 1/16" aluminum angle
  • Stand offs
  • Screws

Fabrication and Assembly

Arduino and Controls

About the Arduino board and code

About the Shield

https://www.amazon.com/dp/B00Q9YB7PI/ref=cm_sw_r_oth_awd_4j6fxbED8BCA1

Crios shield.jpg

Top Plate

Bottom Plate

Fabricated Option3D Printed Option

Download template and print on letter paper

  • Cut aluminum plate

Download files from repo

Print settings:

  • High quality Or
  • 2 top & bottom layers with 3 perimeters with 30% infill

Legs

Info about how to fabricate or 3D print the legs


Fabricated Option3D Printed Option

Download template and print on letter paper

  • Drill holes using drill press
  • Cut aluminum plate using saber/jig saw or band saw with metal cutting blades

Download files from repo

Print settings:

  • High quality Or
  • 2 top & bottom layers with 3 perimeters with 30% infill

Mounting Brackets for Servos

Info about how to fabricate or 3D print the brackets

General Assembly

Lessons Learned

Servos: the SG90's don't like to operate near their end stops at 0 and 180, so these areas should be avoided for extended periods of operation