Boozer Cruiser. EEL Electrical Engineering Design 2 Final Design Report. April 23, The Mobile Bartending Robot.

Size: px
Start display at page:

Download "Boozer Cruiser. EEL Electrical Engineering Design 2 Final Design Report. April 23, The Mobile Bartending Robot."

Transcription

1 EEL Electrical Engineering Design 2 Final Design Report April 23, 2013 Boozer Cruiser The Mobile Bartending Robot Team Members: Mackenzie Banker Perry Fowlkes mbanker@ufl.edu perry.pfowlkes@gmail.com Project Abstract: The Boozer Cruiser consists of three primary parts: the robot, drink station, and Android application. A user can order a drink on his or her phone, and the line-following robot will be waiting at the drink station for the station to release the desired drink, and will then bring the user their desired beverage. The Boozer Cruiser is intended to be used on a bar top and eliminate the need for a bartender.

2 Table of Contents Project Abstract..1 List of Tables and Figures.3 Project Objectives..4 Competitive Products.4 Technical Concepts 4 Project Architecture 5 Division of Labor 8 Bill of Materials...8 Gantt Chart...9 Conclusions.9 Appendix A: Circuit Diagrams and Layout..10 2

3 List of Tables and Figures Table 1. Division of Labor, percentage breakdown...8 Table 2. Robot cost...8 Table 3. Drink station cost.. 9 Figure 1. The Inebriator...4 Figure 2. The Drink Station...6 Figure 3. The Boozer Cruiser line-following robot...6 Figure 4. Overall project block diagram...7 Figure 5. Gantt Chart...9 Figure 6. Robot Schematic...10 Figure 7. Robot PCB design...10 Figure 8. Line-following sensor array schematic...11 Figure 9. Line-following sensor array PCB design...11 Figure 10. Recharge circuit schematic...12 Figure 11. Recharge circuit PCB design...12 Figure 12. Drink station schematic...13 Figure 13. Drink station PCB design

4 Project Objectives: The main function of our project is to make an alcoholic beverage and deliver it to the user with the click of a button. The user is given a selection consisting of two liquors and one mixer. The user s drink choice is then sent to the drink station s microcontroller. The microcontroller on the drink station will then release liquid into a cup on the line following robot. Once the drink is ready, the drink station communicates wirelessly with the robot s microcontroller to let the robot know that the drink is ready. The robot then leaves the drink station to deliver the mixed drink to the user. Competitive Products No similar products are commercially available, but a few bartending robots have been made by hobbyists. Another robot bartender, called the Inebriator, was made by a group of amateur engineers, but its functionality differs slightly from the Boozer Cruiser s. The Inebriator is completely stationary; a user must go to the robot to order his or her drink and to pick up the drink once it has been made. It has many more drink options than the Boozer Cruiser and is more aesthetically appealing, but the user must put in more effort to get a drink than someone using the Boozer Cruiser. Figure 1. The Inebriator, a bartending robot. Technical Concepts A strong torsion chassis was chosen as the platform for the robot for ensured strength and durability when transporting a full cup of liquid. We chose a chassis with two wheels, two DC motors, and one caster. This is for the reason that we wanted the robot to have a wide range of maneuverability. A two wheeled chassis can turn in place, which is utilized heavily in our system. We did not choose a four wheeled chassis since it needs a wide radius to make turns, and we are simply limited on space for this project. We chose the PIC18f4620 as our processor for this project. The PIC was chosen since it runs on 5V, which is ideal for turning on and off MOSFETs. Our microcontroller controls the line following robot s two motors by utilizing two H-Bridges which are constructed out of MOSFETs. The MOSFETs control the direction of current through the motor, which ultimately determines the direction that each of the motors will spin. The speed of each motor is modified by sending pulse-width modulations to the gates of the MOSFETs in its corresponding H-Bridge. At the front of the robot, there is a PCB which houses 6 photoresistors along with 6 LEDs. We are using the photoresistor array to determine whether the robot is online, or veering off course. We chose photoresistors because they are extremely cheap, yet also provide a straightforward solution. Since the robot needs to be mobile, it runs on battery power. For this, we chose an 8.4V Nickel Metal Hydride battery. These batteries are inexpensive, as well as rechargeable. 4

5 The second major component of our project is the drink mixing station. The station is supported by Unistrut. The Unistrut provides the station with stability, while making disassembly easy. We have two measured liquor dispensers for accurate dispensing of liquor each time. Each of the liquor dispensers is operated by a servo motor. These were chosen for their ability to offer high torque. A solenoid valve was chosen for the mixer dispensing due to its easy operation making it a breeze to integrate into our project. A PIC18f4620 microcontroller is used for the drink station as well. This is because it has Pulse-Width capabilities in addition to having a USART port. We chose to integrate an android application into our project as well. This is because we can achieve a sharp looking user interface which adds to the overall appeal of our project. Android is a very well established platform, so documentation is readily available. Finally, Android is open source which meant that we did not have to purchase a license in order to develop for the platform. Project Architecture Android Application The Android application provides an intuitive interface which the user can remotely order his or her desired drink from the convenience of a smartphone. When a drink order has been selected, the application sends the order via Bluetooth to a Bluetooth module on the Drink Station, which can then make the drink accordingly. Drink Station The drink station is equipped with a Bluetooth module which is set to wait for an incoming message from the Android App. Once the request has been received, it is serially transmitted to the microcontroller via a USART port. From there, the microcontroller choose a drink option based on the message it received. Each drink choice is different, consisting of one of two liquors and also a mixer. Pulse width signals are sent to one of the two servo motors in order to dispense a shot (or two) of liquor into a cup down below. At the same time that happens, a signal is sent to the solenoid valve also attached to the station. The valve will stay open for a pre-designated amount of time in order to fill the cup. Once the drink order has been fulfilled, the drink stations microcontroller will then send a message to the robot using an Xbee module. The Xbee module is also connected to the microcontroller through the USART port. At this point the drink station has finished its job, and will continue to listen for new requests from the Android App. 5

6 Figure 2. The Drink Station. Robot A line-following array, placed underneath the robot chassis, uses five photoresistors to detect a black line on a light surface. The three middle sensors stay on the line while the other two border the line on either side, ensuring full knowledge of where the line lies at all times. The robot was shrouded with wrapping paper to eliminate changes in lighting from the environment, and five LEDs provide consistent lighting for the sensor array. The voltage drop across each resistor is read in by an analog-to-digital converter, and the robot s microcontroller modulates the motors accordingly to make the robot follow the line. Figure 3. The Boozer Cruiser line-following robot. 6

7 A single photoresistor is used to detect a piece of blue tape, alerting the robot to stop. Blue tape is placed at the drink station and the seat of the user, so the robot will stop at these two locations. Four outputs from the PIC control the two H-Bridges, making the left and right motors move forward or in reverse. When the voltage from the far right sensor goes above a certain threshold, we know that sensor is on the line and the robot needs to move slightly to the right. Therefore, the PIC sets the left motor to be moving forward at full speed while pulse-width modulating the right motor to slow it down, causing the robot to turn right. The opposite is done when the sensor on the far left reaches the line. An XBee on the robot is used to communicate with the Xbee on the drink station. An 8.4V NiMH battery powers the robot. A recharge circuit that runs on 14-30V uses a comparator and bipolar junction transistor to provide current to the battery. Once the battery reaches its fully charged voltage of 9.8V (it consists of seven 1.2V cells that when fully charged are 1.4V), the comparator turns off the BJT, causing the battery to stop charging. Figure 4. Overall project block diagram. 7

8 Division of Labor Item Mackenzie Banker Perry Fowlkes Line Following Hardware 100% 0% Color Sensing Hardware 100% 0% H-Bridge Design 100% 0% Robot PIC Programming 50% 50% Bluetooth 0% 100% XBee 0% 100% Drink Station Construction 25% 75% Drink Dispensing 15% 85% Drink Station Programming 15% 85% Battery Recharge Circuit 100% 0% Android App 0% 100% Table 1. Division of Labor, percentage breakdown. Bill of Materials Component Cost PIC18f4620 $5.21 Chassis/Motors $46.95 Photoresistors $2.95 White LEDs $18.00 H bridge Components $14.65 Xbee $25.95 Rechargeable Battery $6.95 Table 2. Robot cost. 8

9 Component Cost Processor $5.21 Xbee $ Solenoid Valve $32 2 Measured Drink Dispensers $35 Stand Structure Materials $65 2 Servo Motors $29.80 Bluetooth Module $89.95 Table 3. Drink station cost. Total Cost: ~$ Gantt Chart Figure 5. Gantt chart. Conclusions Overall, the project provides a feasible solution to the problem. The Boozer Cruiser makes a drink for a user and brings it directly to him or her with no hassle. A few improvements could be made to the project though. To begin, there are not many drink options available due to time and cost restraints, but more options could easily be added. Also, the valve pumping the mixer into the drink does not operate very quickly, so finding a faster valve would expedite the drink making process. Adding an ice dispenser and a method to stir the drink would additionally make the Boozer Cruiser a more appealing product. 9

10 Appendix A: Circuit Diagrams and Layout Figure 6. Robot schematic. Figure 7. Robot PCB design. 10

11 Figure 8. Line-following sensor array schematic. Figure 9. Line-following sensor array PCB design. 11

12 Figure 10. Recharge circuit schematic. Figure 11. Recharge circuit PCB design. 12

13 Figure 12. Drink station schematic. Figure 13. Drink station PCB design. 13

Project Name: SpyBot

Project Name: SpyBot EEL 4924 Electrical Engineering Design (Senior Design) Final Report April 23, 2013 Project Name: SpyBot Team Members: Name: Josh Kurland Name: Parker Karaus Email: joshkrlnd@gmail.com Email: pbkaraus@ufl.edu

More information

Final Report. Project Title: E-Scope Team Name: Awesome

Final Report. Project Title: E-Scope Team Name: Awesome EEL 4924 Electrical Engineering Design (Senior Design) Final Report 04 August 2009 Team Members: Charlie Lamantia Scott Lee Project Abstract: Project Title: E-Scope Team Name: Awesome In match shooting

More information

EEL4914 Senior Design. Final Design Report

EEL4914 Senior Design. Final Design Report EEL4914 Senior Design Final Design Report Electric Super Bike The Best Team in the World Matt Fisher madfish@ufl.edu Richard Orr gautama@ufl.edu 21 April 2008 1 Contents Contents...2 Abstract...3 Project

More information

FINAL DESIGN REPORT. Dodge This! DODGERS: Cristobal Rivero Derek Fairbanks 4/21/2009

FINAL DESIGN REPORT. Dodge This! DODGERS: Cristobal Rivero Derek Fairbanks 4/21/2009 FINAL DESIGN REPORT Dodge This! DODGERS: Cristobal Rivero Derek Fairbanks 4/21/2009 Abstract: Our project is to develop an automatic dodge ball game. It consists of an infrared video camera, computer,

More information

Semiconductor 9/21/2015

Semiconductor 9/21/2015 Semiconductor Electronics 9/21/2015 Starting simple the diode. The diode is one of the simplest semiconductor devices. It is comprised of two layers of semiconductor. One is impregnated with an electron

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

Preliminary Design Report. Project Title: Search and Destroy

Preliminary Design Report. Project Title: Search and Destroy EEL 494 Electrical Engineering Design (Senior Design) Preliminary Design Report 9 April 0 Project Title: Search and Destroy Team Member: Name: Robert Bethea Email: bbethea88@ufl.edu Project Abstract Name:

More information

Robotic Navigation Distance Control Platform

Robotic Navigation Distance Control Platform Robotic Navigation Distance Control Platform System Block Diagram Student: Scott Sendra Project Advisors: Dr. Schertz Dr. Malinowski Date: November 18, 2003 Objective The objective of the Robotic Navigation

More information

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening

UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ. A detailed explanation about Arduino. What is Arduino? Listening UNIT 4 VOCABULARY SKILLS WORK FUNCTIONS QUIZ 4.1 Lead-in activity Find the missing letters Reading A detailed explanation about Arduino. What is Arduino? Listening To acquire a basic knowledge about Arduino

More information

Walking Robot with Vision. Group 14 Anselet Jacques Phillipe Jean-Jumeau Steven Schultz

Walking Robot with Vision. Group 14 Anselet Jacques Phillipe Jean-Jumeau Steven Schultz Walking Robot with Vision Group 14 Anselet Jacques Phillipe Jean-Jumeau Steven Schultz Our Mission, Our Purpose We intend to build a six-legged robot that will be able to walk, be controlled wirelessly

More information

Robot Rangers. Low Level Design Document. Ben Andersen Jennifer Berry Graham Boechler Andrew Setter

Robot Rangers. Low Level Design Document. Ben Andersen Jennifer Berry Graham Boechler Andrew Setter Robot Rangers Low Level Design Document Ben Andersen Jennifer Berry Graham Boechler Andrew Setter 2/17/2011 1 Table of Contents Introduction 3 Problem Statement and Proposed Solution 3 System Description

More information

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ

νµθωερτψυιοπασδφγηϕκλζξχϖβνµθωερτ ψυιοπασδφγηϕκλζξχϖβνµθωερτψυιοπα σδφγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκ χϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµθ θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ υιοπασδφγηϕκλζξχϖβνµθωερτψυιοπασδ φγηϕκλζξχϖβνµθωερτψυιοπασδφγηϕκλζ ξχϖβνµθωερτψυιοπασδφγηϕκλζξχϖβνµ EE 331 Design Project Final Report θωερτψυιοπασδφγηϕκλζξχϖβνµθωερτψ

More information

I. INTRODUCTION MAIN BLOCKS OF ROBOT

I. INTRODUCTION MAIN BLOCKS OF ROBOT Stair-Climbing Robot for Rescue Applications Prof. Pragati.D.Pawar 1, Prof. Ragini.D.Patmase 2, Mr. Swapnil.A.Kondekar 3, Mr. Nikhil.D.Andhare 4 1,2 Department of EXTC, 3,4 Final year EXTC, J.D.I.E.T Yavatmal,Maharashtra,

More information

Project Name: Tail-Gator

Project Name: Tail-Gator EEL 4924 Electrical Engineering Design (Senior Design) Final Report 22 April 2013 Project Name: Tail-Gator Team Name: Eye in the Sky Team Members: Name: Anthony Incardona Name: Fredrik Womack Page 2/14

More information

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

Arduino Control of Tetrix Prizm Robotics. Motors and Servos Introduction to Robotics and Engineering Marist School

Arduino Control of Tetrix Prizm Robotics. Motors and Servos Introduction to Robotics and Engineering Marist School Arduino Control of Tetrix Prizm Robotics Motors and Servos Introduction to Robotics and Engineering Marist School Motor or Servo? Motor Faster revolution but less Power Tetrix 12 Volt DC motors have a

More information

Electronics, Sensors, and Actuators

Electronics, Sensors, and Actuators Electronics, Sensors, and Actuators 4/14/15 David Flicker BE107 Overview Basic electronics and components Sensors Actuators Electronics 101 Voltage, V, is fundamentally how much energy is gained or lost

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report Date: 12/8/2009 Student Name: Sarfaraz Suleman TA s: Thomas Vermeer Mike Pridgen Instuctors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department of Electrical and Computer Engineering

More information

Conventional transistor overview and special transistors

Conventional transistor overview and special transistors Conventional transistor overview and special transistors This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit

More information

EE152 Final Project Report

EE152 Final Project Report LPMC (Low Power Motor Controller) EE152 Final Project Report Summary: For my final project, I designed a brushless motor controller that operates with 6-step commutation with a PI speed loop. There are

More information

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative

ECE 477 Digital Systems Senior Design Project Rev 8/09. Homework 5: Theory of Operation and Hardware Design Narrative ECE 477 Digital Systems Senior Design Project Rev 8/09 Homework 5: Theory of Operation and Hardware Design Narrative Team Code Name: _ATV Group No. 3 Team Member Completing This Homework: Sebastian Hening

More information

Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction

Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction UNIVERSITY OF NEVADA LAS VEGAS DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING EE & CPE 497 Senior Design Fall 2014 Wireless Controlled Residential Air Vent: A Smartphone Interface for Air Direction

More information

LINE MAZE SOLVING ROBOT

LINE MAZE SOLVING ROBOT LINE MAZE SOLVING ROBOT EEE 456 REPORT OF INTRODUCTION TO ROBOTICS PORJECT PROJECT OWNER: HAKAN UÇAROĞLU 2000502055 INSTRUCTOR: AHMET ÖZKURT 1 CONTENTS I- Abstract II- Sensor Circuit III- Compare Circuit

More information

IMDL Fall Final Report

IMDL Fall Final Report IMDL Fall 2014 Final Report Designer: Jacob Easterling Robot Name: Clean Sweep Course Number: EEL 4665 Instructors: Dr. Arroyo Dr. Schwartz Dr. Diaz Teaching Assistants: Andy Gray Nick Cox C l e a n S

More information

M328 version ESR inductance capacitance meter multifunctional tester DIY

M328 version ESR inductance capacitance meter multifunctional tester DIY M328 version ESR inductance capacitance meter multifunctional tester DIY About transistor Multifunction Tester: The tester uses 3.7V rechargeable lithium battery (battery model: 14500) powered portable

More information

EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report

EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report EEL 4914 Electrical Engineering Design (Senior Design) Final Design Report April 21, 2008 Team Members: Project Title: Human Powered Submarine Control System Team Name: Swamp Thing Name: Charles Shupard

More information

Final Design Report. Project Title: Multi-Function Pontoon (MFP)

Final Design Report. Project Title: Multi-Function Pontoon (MFP) EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report 25 April 2012 Project Title: Multi-Function Pontoon (MFP) Team Members: Name: Mikkel Gabbadon Name: Sheng-Po Fang Project Abstract:

More information

PRELIMINARY DESIGN REPORT

PRELIMINARY DESIGN REPORT PRELIMINARY DESIGN REPORT Dodge This! DODGERS: Cristobal Rivero Derek Fairbanks 1/27/2009 Abstract: Our project is to develop an automatic dodge ball game. It consists of an infrared video camera, computer,

More information

BASIC-Tiger Application Note No. 059 Rev Motor control with H bridges. Gunther Zielosko. 1. Introduction

BASIC-Tiger Application Note No. 059 Rev Motor control with H bridges. Gunther Zielosko. 1. Introduction Motor control with H bridges Gunther Zielosko 1. Introduction Controlling rather small DC motors using micro controllers as e.g. BASIC-Tiger are one of the more common applications of those useful helpers.

More information

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING

VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING VOICE CONTROLLED ROBOT WITH REAL TIME BARRIER DETECTION AND AVERTING P.NARENDRA ILAYA PALLAVAN 1, S.HARISH 2, C.DHACHINAMOORTHI 3 1Assistant Professor, EIE Department, Bannari Amman Institute of Technology,

More information

Electronic Components

Electronic Components Electronic Components Arduino Uno Arduino Uno is a microcontroller (a simple computer), it has no way to interact. Building circuits and interface is necessary. Battery Snap Battery Snap is used to connect

More information

ECE 445 Spring 2017 Autonomous Trash Can. Group #85: Eshwar Cheekati, Michael Gao, Aditya Sule

ECE 445 Spring 2017 Autonomous Trash Can. Group #85: Eshwar Cheekati, Michael Gao, Aditya Sule ECE 445 Spring 27 Autonomous Trash Can Group #85: Eshwar Cheekati, Michael Gao, Aditya Sule Introduction High amount of waste generated Poor communication/trash management -> smelly odors Need for reminder

More information

Roborodentia Robot: Tektronix. Sean Yap Advisor: John Seng California Polytechnic State University, San Luis Obispo June 8th, 2016

Roborodentia Robot: Tektronix. Sean Yap Advisor: John Seng California Polytechnic State University, San Luis Obispo June 8th, 2016 Roborodentia Robot: Tektronix Sean Yap Advisor: John Seng California Polytechnic State University, San Luis Obispo June 8th, 2016 Table of Contents Introduction... 2 Problem Statement... 2 Software...

More information

Introduction to Arduino HW Labs

Introduction to Arduino HW Labs Introduction to Arduino HW Labs In the next six lab sessions, you ll attach sensors and actuators to your Arduino processor This session provides an overview for the devices LED indicators Text/Sound Output

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING. SENG 466 Software for Embedded and Mechatronic Systems. Project 1 Report. May 25, 2006.

UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING. SENG 466 Software for Embedded and Mechatronic Systems. Project 1 Report. May 25, 2006. UNIVERSITY OF VICTORIA FACULTY OF ENGINEERING SENG 466 Software for Embedded and Mechatronic Systems Project 1 Report May 25, 2006 Group 3 Carl Spani Abe Friesen Lianne Cheng 03-24523 01-27747 01-28963

More information

Embedded Systems Lab Lab 7 Stepper Motor Application

Embedded Systems Lab Lab 7 Stepper Motor Application Islamic University of Gaza College of Engineering puter Department Embedded Systems Lab Stepper Motor Application Prepared By: Eng.Ola M. Abd El-Latif Apr. /2010 :D 0 Objective Tools Theory To realize

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches

o What happens if S1 and S2 or S3 and S4 are closed simultaneously? o Perform Motor Control, H-Bridges LAB 2 H-Bridges with SPST Switches Cornerstone Electronics Technology and Robotics II H-Bridges and Electronic Motor Control 4 Hour Class Administration: o Prayer o Debriefing Botball competition Four States of a DC Motor with Terminals

More information

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications

Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Wireless Music Dock - WMD Portable Music System with Audio Effect Applications Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) 26 January 2011 Members: Jeffrey Post and

More information

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore)

Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Laboratory 14 Pulse-Width-Modulation Motor Speed Control with a PIC (modified from lab text by Alciatore) Required Components: 1x PIC 16F88 18P-DIP microcontroller 3x 0.1 F capacitors 1x 12-button numeric

More information

Abstract Wireless technology is an integral part of

Abstract Wireless technology is an integral part of The Wi-Fi Seeker Christina Leichtenschlag, Adrian Morgan, Jimmy Wong Department of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450 Abstract Wireless

More information

MCT Susanoo Logics 2014 Team Description

MCT Susanoo Logics 2014 Team Description MCT Susanoo Logics 2014 Team Description Satoshi Takata, Yuji Horie, Shota Aoki, Kazuhiro Fujiwara, Taihei Degawa Matsue College of Technology 14-4, Nishiikumacho, Matsue-shi, Shimane, 690-8518, Japan

More information

Final Report. Chazer Gator. by Siddharth Garg

Final Report. Chazer Gator. by Siddharth Garg Final Report Chazer Gator by Siddharth Garg EEL 5666: Intelligent Machines Design Laboratory A. Antonio Arroyo, PhD Eric M. Schwartz, PhD Thomas Vermeer, Mike Pridgen No table of contents entries found.

More information

Tarocco Closed Loop Motor Controller

Tarocco Closed Loop Motor Controller Contents Safety Information... 3 Overview... 4 Features... 4 SoC for Closed Loop Control... 4 Gate Driver... 5 MOSFETs in H Bridge Configuration... 5 Device Characteristics... 6 Installation... 7 Motor

More information

Preliminary Design Report. Project Title: Mutli-Function Pontoon (MFP)

Preliminary Design Report. Project Title: Mutli-Function Pontoon (MFP) EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report 31 January 2011 Project Title: Mutli-Function Pontoon (MFP) Team Members: Name: Mikkel Gabbadon Name: Sheng-Po Fang Project

More information

Programming and Interfacing

Programming and Interfacing AtmelAVR Microcontroller Primer: Programming and Interfacing Second Edition f^r**t>*-**n*c contents Preface xv AtmelAVRArchitecture Overview 1 1.1 ATmegal64 Architecture Overview 1 1.1.1 Reduced Instruction

More information

An External Command Reading White line Follower Robot

An External Command Reading White line Follower Robot EE-712 Embedded System Design: Course Project Report An External Command Reading White line Follower Robot 09405009 Mayank Mishra (mayank@cse.iitb.ac.in) 09307903 Badri Narayan Patro (badripatro@ee.iitb.ac.in)

More information

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT Brandon J. Patton Instructors: Drs. Antonio Arroyo and Eric Schwartz

More information

Embedded systems. Exercise session 1. Introduction and project presentation

Embedded systems. Exercise session 1. Introduction and project presentation Embedded systems Exercise session 1 Introduction and project presentation Introduction Contact Mail : michael.fonder@ulg.ac.be Office : 1.82a, Montefiore Website for the exercise sessions and the project

More information

PCB & Circuit Designing

PCB & Circuit Designing (Summer Training Program) 4 Weeks/30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53G, Sector-11, Noida-201301, U.P. Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

Index. n A. n B. n C. Base biasing transistor driver circuit, BCD-to-Decode IC, 44 46

Index. n A. n B. n C. Base biasing transistor driver circuit, BCD-to-Decode IC, 44 46 Index n A Android Droid X smartphone, 165 Arduino-based LCD controller with an improved event trigger, 182 with auto-adjust contrast control, 181 block diagram, 189, 190 circuit diagram, 187, 189 delay()

More information

List of Items Available in the Laboratory the Lab

List of Items Available in the Laboratory the Lab List of Items Available in the Laboratory the Lab Category Component 555 Timer $0.30 5V Relay $3.50 74xxx Series IC Chip $0.30 Battery - 12V (rechargeable Lead-acid type) $16.00 Battery - 6V (rechargeable

More information

Wednesday 7 June 2017 Afternoon Time allowed: 1 hour 30 minutes

Wednesday 7 June 2017 Afternoon Time allowed: 1 hour 30 minutes Please write clearly in block capitals. Centre number Candidate number Surname Forename(s) Candidate signature A-level ELECTRONICS Unit 4 Programmable Control Systems Wednesday 7 June 2017 Afternoon Time

More information

Andrew Kobyljanec. Intelligent Machine Design Lab EEL 5666C January 31, ffitibot. Gra. raffiti. Formal Report

Andrew Kobyljanec. Intelligent Machine Design Lab EEL 5666C January 31, ffitibot. Gra. raffiti. Formal Report Andrew Kobyljanec Intelligent Machine Design Lab EEL 5666C January 31, 2008 Gra raffiti ffitibot Formal Report Table of Contents Opening... 3 Abstract... 3 Introduction... 4 Main Body... 5 Integrated System...

More information

Name & SID 1 : Name & SID 2:

Name & SID 1 : Name & SID 2: EE40 Final Project-1 Smart Car Name & SID 1 : Name & SID 2: Introduction The final project is to create an intelligent vehicle, better known as a robot. You will be provided with a chassis(motorized base),

More information

DC Motor-Driver H-Bridge Circuit

DC Motor-Driver H-Bridge Circuit Page 1 of 9 David Cook ROBOT ROOM home projects contact copyright & disclaimer books links DC Motor-Driver H-Bridge Circuit Physical motion of some form helps differentiate a robot from a computer. It

More information

A Low Resolution Vision System

A Low Resolution Vision System A Low Resolution Vision System E155 Final Project Report Charles Matlack and Andrew Mattheisen January 2, 2003 Abstract This project uses an array of 24 CdS photocells to form a crude image of its field

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information

MD03-50Volt 20Amp H Bridge Motor Drive

MD03-50Volt 20Amp H Bridge Motor Drive MD03-50Volt 20Amp H Bridge Motor Drive Overview The MD03 is a medium power motor driver, designed to supply power beyond that of any of the low power single chip H-Bridges that exist. Main features are

More information

Park Ranger. Li Yang April 21, 2014

Park Ranger. Li Yang April 21, 2014 Park Ranger Li Yang April 21, 2014 University of Florida Department of Electrical and Computer Engineering EEL 5666C IMDL Written Report Instructors: A. Antonio Arroyo, Eric M. Schwartz TAs: Andy Gray,

More information

Design and Implementation of Boost Converter for IoT Application

Design and Implementation of Boost Converter for IoT Application Design and Implementation of Boost Converter for IoT Application Peeyush 1, Varsha Chaurasia 2 M. Tech (Power Electronics), Department of EEE, R.V. College of Engineering, Bengaluru, India 1 M. Tech (Power

More information

BUILD AN ARDUINO 101 DATA LOGGER WITH THE TI SENSORTAG

BUILD AN ARDUINO 101 DATA LOGGER WITH THE TI SENSORTAG page 1 / 5 page 2 / 5 build an arduino 101 pdf Arduino is a simple microcontroller board and open source development environment that allows you to make computers that drive both functional and creative

More information

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino

1 Introduction. 2 Embedded Electronics Primer. 2.1 The Arduino Beginning Embedded Electronics for Botballers Using the Arduino Matthew Thompson Allen D. Nease High School matthewbot@gmail.com 1 Introduction Robotics is a unique and multidisciplinary field, where successful

More information

Traversing the Unknown: The Design and Implementation of a Mobile Sensor Network

Traversing the Unknown: The Design and Implementation of a Mobile Sensor Network Traversing the Unknown: The Design and Implementation of a Mobile Sensor Network EE 382 Introduction to Design Dr. El-Osery and Dr. Wedeward Prepared by: Group 4 Ariel Gardner Alexander George Eleazar

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

LDOR: Laser Directed Object Retrieving Robot. Final Report University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory LDOR: Laser Directed Object Retrieving Robot Final Report 4/22/08 Mike Arms TA: Mike

More information

WELCOME TO THE SEMINAR ON INTRODUCTION TO ROBOTICS

WELCOME TO THE SEMINAR ON INTRODUCTION TO ROBOTICS WELCOME TO THE SEMINAR ON INTRODUCTION TO ROBOTICS Introduction to ROBOTICS Get started with working with Electronic circuits. Helping in building a basic line follower Understanding more about sensors

More information

White Paper Kilopass X2Bit bitcell: OTP Dynamic Power Cut by Factor of 10

White Paper Kilopass X2Bit bitcell: OTP Dynamic Power Cut by Factor of 10 White Paper Kilopass X2Bit bitcell: OTP Dynamic Power Cut by Factor of 10 November 2015 Of the challenges being addressed by Internet of Things (IoT) designers around the globe, none is more pressing than

More information

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN

THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN PROGRAM OF STUDY ENGR.ROB Standard 1 Essential UNDERSTAND THE IMPORTANCE OF PLANNING AND DRAWING IN DESIGN The student will understand and implement the use of hand sketches and computer-aided drawing

More information

RoboSAR Written Report 1

RoboSAR Written Report 1 Date: 4/21/15 Student Name: Lukas Christensen E-Mail: lukaschristensen@ufl.edu TAs: Andy Gray Nick Cox Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department of Electrical

More information

Roborodentia Final Report

Roborodentia Final Report California Polytechnic State University, SLO College of Engineering Computer Engineering Program Roborodentia Final Report Submitted by: Zeph Nord, Mitchell Myjak, Trevor Gesell June 2018 Faculty Advisor:

More information

SPEED CONTROL AND SYNCHRONIZATION OF DC MOTORS USING WIRELESS MODULE

SPEED CONTROL AND SYNCHRONIZATION OF DC MOTORS USING WIRELESS MODULE SPEED CONTROL AND SYNCHRONIZATION OF DC MOTORS USING WIRELESS MODULE Asifa Parvaiz 1, Mitali Sadhwani 2, Ashwini Bidker 2, Krunal Dheple 2, Jitendra Kawadkar 2, Amol Bhoyar 2 1Asst, Prof, Department of

More information

Wiring Instructions for 10, 16 & 20 Function, 92 & 93 Series, FET Receivers.

Wiring Instructions for 10, 16 & 20 Function, 92 & 93 Series, FET Receivers. Wiring Instructions for 10, 16 & 20 Function, 92 & 93 Series, FET Receivers. 92220.02E 1 1. The Receiver is designed to carry a maximum of 15 Amps. That is, for example,15 Amps through one output or 5

More information

Cleaning Up the Labs Using a Resistor Sorter E 90 Proposal

Cleaning Up the Labs Using a Resistor Sorter E 90 Proposal Cleaning Up the Labs Using a Resistor Sorter E 90 Proposal December 4, 2004 Dave Gentry Charlie Sussman Purpose We would like to design and build a machine that would be able to sort resistors leftover

More information

Design and Control of a Crawling Robot

Design and Control of a Crawling Robot Design and Control of a Crawling Robot By: Roby Velez This is the documentation document for my project. The project is to design and control a crawling robot. This document will be constantly updated

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

Cypress Robot Kit Final Report

Cypress Robot Kit Final Report Cypress Robot Kit Final Report Team Members: Alvin Wu Byung Joo Park Todd Nguyen Teaching Assistant: Katherine O Kane ECE 445 Group #5 December 7, 2016 Abstract The Programmable System-on-Chip (PSoC) made

More information

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Controlling DC Brush Motor using MD10B or MD30B. Version 1.2. Aug Cytron Technologies Sdn. Bhd. PR10 Controlling DC Brush Motor using MD10B or MD30B Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended

More information

Embedded & Robotics Training

Embedded & Robotics Training Embedded & Robotics Training WebTek Labs creates and delivers high-impact solutions, enabling our clients to achieve their business goals and enhance their competitiveness. With over 13+ years of experience,

More information

Dimensions: Specifications:

Dimensions: Specifications: Rover 5 Rover 5 is a new breed of tracked robot chassis designed specifically for students and hobbyist. Unlike conventional tracked chassis s the clearance can be adjusted by rotating the gearboxes in

More information

A New Approach to Control a Robot using Android Phone and Colour Detection Technique

A New Approach to Control a Robot using Android Phone and Colour Detection Technique A New Approach to Control a Robot using Android Phone and Colour Detection Technique Saurav Biswas 1 Umaima Rahman 2 Asoke Nath 3 1,2,3 Department of Computer Science, St. Xavier s College, Kolkata-700016,

More information

Design Document. Team 63: Anthony Shvets and Zhe Tang TA: Zipeng Wang ECE 445 Spring 2018

Design Document. Team 63: Anthony Shvets and Zhe Tang TA: Zipeng Wang ECE 445 Spring 2018 Design Document Team 63: Anthony Shvets and Zhe Tang TA: Zipeng Wang ECE 445 Spring 2018 1. Introduction 1.1 Objective Code is everywhere in the world and coding has become an essential skill for not only

More information

Downloading a ROBOTC Sample Program

Downloading a ROBOTC Sample Program Downloading a ROBOTC Sample Program This document is a guide for downloading and running programs on the VEX Cortex using ROBOTC for Cortex 2.3 BETA. It is broken into four sections: Prerequisites, Downloading

More information

4/30/2012. General Class Element 3 Course Presentation. Circuit CoCircuit Componentsmponents. Subelement G6. 3 Exam Questions, 3 Groups

4/30/2012. General Class Element 3 Course Presentation. Circuit CoCircuit Componentsmponents. Subelement G6. 3 Exam Questions, 3 Groups General Class Element 3 Course Presentation ti ELEMENT 3 SUB ELEMENTS General Licensing Class Subelement G6 Circuit Components 3 Exam Questions, 3 Groups G1 Commission s Rules G2 Operating Procedures G3

More information

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim

Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Lock Cracker S. Lust, E. Skjel, R. LeBlanc, C. Kim Abstract - This project utilized Eleven Engineering s XInC2 development board to control several peripheral devices to open a standard 40 digit combination

More information

Micromouse Meeting #3 Lecture #2. Power Motors Encoders

Micromouse Meeting #3 Lecture #2. Power Motors Encoders Micromouse Meeting #3 Lecture #2 Power Motors Encoders Previous Stuff Microcontroller pick one yet? Meet your team Some teams were changed High Level Diagram Power Everything needs power Batteries Supply

More information

TB6612FNG Dual Motor Driver Carrier

TB6612FNG Dual Motor Driver Carrier TB6612FNG Dual Motor Driver Carrier Overview The TB6612FNG (308k pdf) is a great dual motor driver that is perfect for interfacing two small DC motors such as our micro metal gearmotors to a microcontroller,

More information

Direct Current Waveforms

Direct Current Waveforms Cornerstone Electronics Technology and Robotics I Week 20 DC and AC Administration: o Prayer o Turn in quiz Direct Current (dc): o Direct current moves in only one direction in a circuit. o Though dc must

More information

2D Floor-Mapping Car

2D Floor-Mapping Car CDA 4630 Embedded Systems Final Report Group 4: Camilo Moreno, Ahmed Awada ------------------------------------------------------------------------------------------------------------------------------------------

More information

ROBOTICS & IOT. Workshop Module

ROBOTICS & IOT. Workshop Module ROBOTICS & IOT Workshop Module CURRICULUM STRUCTURE DURATION : 2 day (16 hours) Session 1 Let's Learn Embedded System & Robotics Description Under this topic, we will discuss basics and give brief idea

More information

ROBOTICS & IOT. Workshop Module

ROBOTICS & IOT. Workshop Module ROBOTICS & IOT Workshop Module CURRICULUM STRUCTURE DURATION : 2 day (16 hours) Session 1 Let's Learn Embedded System & Robotics Description Under this topic, we will discuss basics and give brief idea

More information

One of the key features of the BoC is that it s easy to configure the board over the DMX network.

One of the key features of the BoC is that it s easy to configure the board over the DMX network. SkullTroniX Board Of Chuckie configuration tool One of the key features of the BoC is that it s easy to configure the board over the DMX network. DMX address Upper and lower hard stop limits for servos

More information

GetTutorialized Workshops Brochure-2017

GetTutorialized Workshops Brochure-2017 GetTutorialized Workshops Brochure-2017 Internet of Things with Arduino Workshop course Content: 1. Introduction to Internet of Things 2. Introduction to Microcontrollers and Microprocessors 3. Microcontrollers

More information

SELF-BALANCING MOBILE ROBOT TILTER

SELF-BALANCING MOBILE ROBOT TILTER Tomislav Tomašić Andrea Demetlika Prof. dr. sc. Mladen Crneković ISSN xxx-xxxx SELF-BALANCING MOBILE ROBOT TILTER Summary UDC 007.52, 62-523.8 In this project a remote controlled self-balancing mobile

More information

Whirlpool Dispenser Cup

Whirlpool Dispenser Cup Whirlpool Dispenser Cup Michigan State University Senior Design ECE 480, Team 8 Spring 2015 Project Sponsor Whirlpool Project Facilitator Dean Aslam Team Members Daniel Sun Gao Xin HongYi Shen Connor Grossman

More information

Chapter 14. using data wires

Chapter 14. using data wires Chapter 14. using data wires In this fifth part of the book, you ll learn how to use data wires (this chapter), Data Operations blocks (Chapter 15), and variables (Chapter 16) to create more advanced programs

More information