Desktop Fan Project Introduction Living with the Lab Desktop fan workshop ASEE 2012 Conference.

Slides:



Advertisements
Similar presentations
Button Input: On/off state change Living with the Lab Gerald Recktenwald Portland State University
Advertisements

RedBot An introduction to robotics using the SparkFun RedBot Board
Innovation Intelligence ® VisSim for Motor Control October 2014.
Activity 1.3.1a Solar Hydrogen Automobile Assembly Guide
Presented by Team 3350 (T-BOTS).  Students should lead their teams in the building, design, and all other aspects of the robot.  Knowledge of the Kit.
Basic DC Motor Circuits
Fair Use Building and Research Labs Presents
Living with the Lab Using servos with an Arduino EAS 199A Fall 2011.
Secret Door Knock Detector
DC Motors, Stepper Motors, H-bridges DC Motors Stepper Motors Motor Control Circuits – Relays – H-bridges.
Old control system ( ) MVRT. Main Circuit Breaker Connected to the red wire (power) of the battery When turned off, all power is cut off and robot.
Introduction.
ST9120U1003 Universal Electronic Fan Timer Training Module
Assembly of Conductivity Flow Loop EAS 199B living with the lab (in preparation for calibrating conductivity sensor)
TechKnowTone Contents: Servo Features Servo Connections Coding Library Sample Sketch Questions …Applications… Arduino Coding – Servo Motors.
SNAP CIRCUITS INSTRUCTIONS 1.Make sure ALL parts are in place before beginning 2.Follow the Projects in order, starting with #1 3.The BLACK numbers show.
Electronic component identification In order to identify electronic components from diagrams and data sheets and then select the appropriate electronic.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
Microprocessors Tutorial 1: Arduino Basics
Unit: Energy and Control- Electricity.  Think about a busy intersection. How do traffic signals control all that traffic? Advanced greens; green arrows;
Final project by : Mohamed Soliman Ostalab Robotic Arm.
Microcontroller Hands-on Workshop #4 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 14, 2009.
Lesson 2 Electricity and Magnetism. Vocabulary Conductor Insulator.
Electrical Control Components
FIRST Electrical Design FIRST Robotics Championship Conference Steven Shade Team 1111 April 16, 2003.
Microprocessors Tutorial 1: Arduino Basics
First-Year Engineering Program Advanced Energy Vehicle External Sensors Reference:  AEV Lab Manual  External Sensors Grading Guidelines.
Understanding The 2008 FRC Robot Controller Chris Gregory FRC1089 – Team Mercury
Goals for Today What is a Technical Element? What can we use? What are the Appraisers looking for?
MAKE: AN ELECTRONICS WORKSHOP
SAMI MAKERSPACE MAKE: AN ELECTRONICS WORKSHOP. SERVOS Precise rotations.
Throttle Arduino RC Receiver Stock Golf Cart Motor Controller Motor 1 PWM signal: Voltage: 0 – 5V Period = 22ms Positive Pulse Width: 1ms – 2ms Digital.
Introduction to Arduino A very basic intro to Arduino, the IDE and the Servos class.
Istituto Tecnico Industriale A.Monaco EURLAB Control a Servo Motor If you want to swing an robot arm or … steer a robot you need a special motor (Servo).
SeaPerch Electrical System. Electrical System Overview Assemble the control box. Make the Cat5 connector. Wire the motors to the tether. Wire the control.
March 4, What is a switch?  switch: a component made of conductive material that controls the flow of current through the circuit.
Arduino Application: Speed control of small DC Motors
Desktop Fan Project Introduction
1 Transistor. 2 Transistors are used to turn components on and off They come in all different shapes and sizes.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
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
Servo’s and Motor’s with Arduino
Unit 1 - Introduction to VEX Robotics
H-Bridge Motor Driver.
Activity 1.3.1a Solar Hydrogen Automobile Assembly Guide
If you want to swing an robot arm or …
SeaPerch Electrical System
Using Arduino to modify RC controls Nick Carter 12/31/2015
Microprocessors Tutorial 1: Arduino Basics
Fair Use Building and Research Labs Presents
Arduino - Introduction
Roller Coaster Design Project
Electronic Education Kits
All you wanted to know about Arduino (and somethings you didn’t)
Instructor Resources.
Arduino Application: Speed control of small DC Motors
What is Arduino? By James Tedder.
Activity 1.3.1a Solar Hydrogen Automobile Assembly Guide
Chapter 5 Servomotor.
Batteries: the Chemistry
Series Circuits Lesson 8.
Fair Use Building and Research Labs Presents
Secret Door Knock Detector
Basic circuits Electrical circuits Electrical properties Ohm’s law
Portable Fan.
Activity 1.3.1a Solar Hydrogen Automobile Assembly Guide
Programmable Logic Controllers (PLCs)
SeaPerch Electrical System
Instructor Resources.
Presentation transcript:

Desktop Fan Project Introduction Living with the Lab Desktop fan workshop ASEE 2012 Conference

LWTL: Desktop Fan Overview 2 Learning Objectives Primary Learning Objectives ❖ Assemble circuits to drive a small DC motor and a servo motor ❖ Control the DC motor speed with PWM ❖ Sweep the servo back and forth ❖ Control the motor speed with a potentiometer Bonus Objective ❖ Toggle the motor on and off with a momentary button

LWTL: Desktop Fan Overview 3 What can you do with this? Oomlout Starter Kit for Arduino

LWTL: Desktop Fan Overview 4 What can you do with this? Adafruit Experimentation Kit for Arduino

LWTL: Desktop Fan Overview 5 What can you do with this? Sparkfun Inventor’s Kit for Arduino

LWTL: Desktop Fan Overview 6 Make an oscillating fan from these parts

LWTL: Desktop Fan Overview 7 Project for students Design and build a fan to satisfy these objectives ❖ A desktop toy for promoting my company ❖ Air flow direction oscillates ❖ Fan has on-off button ❖ Fan speed is variable ❖ Be creative: I want to like this fan!

LWTL: Desktop Fan Overview 8 “Pull” model of project based instruction Show the students an answer ❖ Students need to learn skills to imitate the “answer” ❖ Most students don’t want to imitate the design ❖ Several aspects of the structure are left unspecified

LWTL: Desktop Fan Overview 9 “Pull” model of project based instruction Show the students an answer ❖ Students need to learn skills to imitate the “answer” ❖ Most students don’t want to imitate the design ❖ Several aspects of the structure are left unspecified To complete the project students must ❖ Learn how to use Solidworks (or similar tool) to draw the structure ❖ Measure parts in order to make the structure fit ❖ Learn how to write loops and other programming structures ❖ Learn how to debug, because it doesn’t work the first time ❖ Learn how to make a presentation to explain their design to the rest of the class ❖ Work on a team, because there is too much work for one person

LWTL: Desktop Fan Overview 10 DC Fan Assembly Assembled for workshop participants ❖ Laser cut acrylic base and fan strut ❖ Extension leads on DC motor ❖ DC motor secured with zip ties ❖ Servo mounted with snap rivets ❖ Strut screwed to the servo horn

LWTL: Desktop Fan Overview 11 Focus on wiring and programming Today we will focus on ❖ Getting the DC motor circuit working ❖ Connecting the Servo ❖ Playing with loops and delays to control sweep speed ❖ Connecting a potentiometer to control fan speed ❖ Connecting a button or switch to toggle the fan on and off