Electrical and Computer System Design

Slides:



Advertisements
Similar presentations
Robot Construction, Wiring, and Safety SSI Robotics September 7, 2013 Capitol College.
Advertisements

LabView Basics.
Getting Started in FIRST Tech Challenge TETRIX & FTC Field Control Overview.
VEX Robotics Platform and ROBOTC Software Introduction.
Wiring the new control system MVRT 2010 – 2011 Season.
VEX Robotics Platform and ROBOTC Software
FIRST Robotics Kit of Parts - KOP
1. P09203 – 1kg Robotic Motor Module Gen 2 Platform This project is Sponsored by the Kate Gleason Foundation.  Team Members:  Lauren Farnsworth → Team.
Introduction.
Electrical Components.  This supplies all the power to the robot. It is a single 12 V battery. They are sealed to prevent battery acid from leaking.
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
Minnesota BEST Kits Elliot Eid Minnesota BEST Robotics Copyright © 2010 BEST Robotics, Inc. All rights reserved. 1.
Build-It-Yourself develops content and supporting platforms that inspire and guide kids to use technology creatively. Scratch Robotics Construction System.
Adapted for STLP Camp ‘10 STLP Robotics Camp June 3 & 4.
Adapted for STLP Camp ‘09 Mobile Robots Why do robots need to move?
Mentors Workshop Control System Sub-System Mark McLeod Team 358 Festo/Hauppauge H.S. F For I Inspiration and R Recognition of S Science and T Technology.
The New FTC Platform (Connecting your legacy hardware)
ROBO-course In association with SeAMK. What is the ROBO-course? It is a Course that teaches how to build and and program robot. The courses idea is to.
Printed 10/7/2011 SCOUT, REV5, WIRING KIT, GUIDE SONAR Connector: JST Length: 6.5 inches 28AWG Start: BreakFly End: Sonar 0, 1 FEMALE Connector: JST.
VEX Parts – Batteries, Logic, and Controls
Making your Robot Move Motorbolts. Notes This presentation will be available on the High Tech Kids’ website: hightechkids.orghightechkids.org For more.
Teacher/Mentor Institute Hands-On Session: Building a Robot Carolyn Bauer July 30-31, 2015.
Hardware Overview Autopilot Control Board- Serves as common platform for other components and has autopilot code and flight plans Battery- Powers the.
The George Washington University Department of ECE ECE 1010 Intro: Electrical & Computer Engineering –Introducing KIPR Link/Interface and Set-up –Continuation.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
Design cycle Define the new problem Examine the possibilities Design a solution Create the design Test the design Exit with solution.
Overview: The goal of this lesson is to transition from discussing robots in general to the specifics of NXT robot. Objectives: Students will be able.
Robotics. What is a robot? Have you seen a robot? Where? – In a photo? – Video? – In real life?
Power Source? Conducting Path? Load? Switch?. Review Question 1 Which part of the 4 parts of a circuit is the Black Button on the EV3 Brick? A) Power.
Minnesota BEST Kits Elliot Eid Minnesota BEST Robotics Copyright © 2010 BEST Robotics, Inc. All rights reserved. 1.
Overview: This lesson explores the NXT from an electrical circuit perspective. It is intended to follow the "Circuits and Switches" lesson. Objectives:
Introduction to EV3. Many Different Types of Robots Snake Robot.
 10:30am Workshops  Auditorium: “Stopping Robot Failures” by Hans Wolf  Room 308: “FTC Awards and How to Win Them” by Steve Willingham  11:15am Workshops.
A Testbed for FTC robot Components Sig Johnson April, 2016.
2013 Prototype Game Weekend Hub Development All About BEST Kits Prepared by: David Kwast 27 April 2013.
P10203 LV1 MOTOR CONTROLLER FINAL REVIEW MAY 14, 2010 Electrical: Kory Williams, Adam Gillon, Oladipo Tokunboh Mechanical: Louis Shogry, Andrew Krall.
Lesson 1 PLC BASICS. PLC Definition  Programmable Logic Controllers are industrial computers that control machine and other applications.  PLC have.
Teacher/Mentor Institute Hands-On Session: Building a Robot Carolyn Bauer July 21-22, 2016.
Having fun with code, using Arduino in a middle school CS classroom
Programming Design ROBOTC Software Principles Of Engineering
VEX® Robotics Platform and ROBOTC Software
ROBOTICS.
Intro to USB-6009 DAQ.
ClawBot Beginning Programing.
Lynxmotion Robotic Arm
The EV3 Electronics Circuit
VEX® Robotics Platform and ROBOTC Software
FTC Driver Station Setup and Operation Mike Zook 20-Sep-2016.
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
Introduction to Programming
VEX Robotics Platform and ROBOTC Software
Arduino Development for Beginners
FTC Driver Station Setup and Operation Mike Zook 20-Sep-2016.
Introducing KIPR Link/Interface and Set-up
GETTING STARTED ALL YOU NEED TO KNOW TO MAKE YOUR ROBOT MOVE
Programming Design ROBOTC Software Computer Integrated Manufacturing
Trainings 10/28 Woooooo!!.
VEX® Robotics Platform and ROBOTC Software
Drawings.
Control Award This award is given to the Team that demonstrates innovate thinking in the control system to solve game challenges such as autonomous operation,
VEX® Robotics Platform and ROBOTC Software
Programming Design ROBOTC Software Principles Of Engineering
VEX® Robotics Platform and ROBOTC Software
Introduction to Software Planning and Design
Computer Science Teachers Association Academy Lego Robotics
VEX® Robotics Platform and ROBOTC Software
1.11: Robot Controller.
Hitec HS 303: Robotic Servo Motor
Coding Edbot Dream with Scratch
UNIT 11: RC-SERVOMOTOR CONTROL
Presentation transcript:

Electrical and Computer System Design Part 1 – Getting Started Mike Zook 02-Aug-2016

How do you solve difficult and complex problems? Break problems down into manageable pieces

Basic Project Steps

Design

(Prospective) Hardware Overview For each element: - Name - Description - Connection

(Partial) Electrical BOM Name Supplier Manufacturer Description P/N Unit Cost QTY TOTAL Notes R####, D#### Amazon Android ZTE Speed Phone   39.97 2 79.94 E-1 Modern Robotics Core Power Distribution Module AUP3010 89.95 1 C-1, C-2 Core Motor Controller AUM3020 79.95 159.9 C-3 Core Servo Controller 69.95 C-4 C-5 N/A USB Cable - USB A to Mini 5 Included with Modern Robotics controller kits Powerpole Power Cable 6 M-1, M-2, M-3 Motor and Encoder S-1, S-2 360 degree Servo S-3 180 degree Servo Motor Terminal Connector Kit Red 14# Wire Black 14# Wire Servo Extension Cable HS-1, HS-2 Logitec Game pad F310 Cable Harness 399.74

Initial Steps for EL and CS Design Research the requirements FTC General Rules FTC Competition Rules (released in September) Identify hardware that may be useful for the competition Identify the basic hardware components Controllers Motors & Servos Sensors Transducers Develop Preliminary Computer System Hardware Overview Develop Preliminary Electrical BOM Build demo robot computer system (optional) This could be your development platform while the robot is being built. Yes; you can program your robot without the robot (or a demo system)!

Keep in Mind Failing to plan will lead to problems down the road. It is always easier to fix problems on ‘paper’. Programming is not just about the language!