SlideShare a Scribd company logo
Micromouse2009Alex Forencich and Jeffery WurzbachIEEE UCSD2/13/2009Matching Funds Proposal19335752733675<br />Overview<br />Micromouse is a annual competition held at the IEEE Region 6 spring meeting in which an autonomous robot must find its way to the center of a maze.  This project requires a variety of skills including mechanical design, circuit design, microcontroller programming, PCB layout, PCB assembly, and maze algorithms. The experience and skills the team gains working on this project will give them a huge advantage in school and in the job market.<br />The official Micromouse rules are specified by the IEEE, and the competition will be held at UCSD this Spring in conjunction with the IEEE Southwest Area Meeting. The UCSD Micromouse project was founded in fall 2006, and this will be our third consecutive year participating in the competition. Our main competitors are Arizona State University and New Mexico Tech.<br />Student Benefits<br />Students working on Micromouse have to apply knowledge learned inside the classroom and learn a number of skills not taught at UCSD. This project requires a number of skills including:<br />Circuit design. The typical ECE class involves analyzing circuits, not designing circuits. In a typical ECE lab, students are given a circuit and have to solve for some parameter to make it work correctly. In Micromouse, students are given an abstract problem - build a robot that solves a maze - and must translate that into a concrete implementation that solves the problem. First, the team has to come up with a strategy, then a system level design, then break that system down into modules, and finally design circuits and select parts to implement those modules. The students have to design circuits for the microcontroller, sensors, wireless interface, motor controllers, and power supply.<br />PCB layout. Since ECE classes use breadboards, PCB design is not even mentioned. In Micromouse, students must choose parts from hundreds of manufacturers and dozens of suppliers with myriad specifications and footprints. They must teach themselves the art of PCB layout, and the tools for getting it done. The de facto standard for hobbyists and academics designing professional quality PCBs is CadSoft Eagle. The team used Eagle to design state of the art multilayer, double sided PCBs using surface mount components. All traces were routed by hand.<br />SMD soldering. The typical ECE class involves building circuits on breadboards from a bin of already ordered parts. It's good for learning and rapid prototyping, but you won't find a breadboard inside your laptop. After sending the PCB layouts for fabrication, the team had to solder the components to the boards. SMD soldering is an art that can only be mastered through practice. This also gives students a design for manufacturability perspective that will help them in industry when they're designing RF circuitry for next-generation cell phones. <br />Mechanical design. The chassis of the robot was designed in SolidWorks. SolidWorks is the standard in professional CAD software, and is widely used in industry. Below, a SolidWorks rendering of a preliminary design using an acrylic material.<br />Mechanical fabrication and assembly. The team sent some of the CAD drawings out for professional fabrication, and made others themselves using standard machine shop tools including lathe and drill press.<br />Embedded programming. The robot uses an ARM microprocessor - the same kind of processor found in iPhones, Blackberries, Windows Mobile devices, and other high performance embedded systems. They use the GNU toolchain to cross-compile for ARM, and JTAG interface to program the chip. Since there is no OS, the students get to program at a very low level - stepper motor drivers, sensor interfaces, interrupt handlers, memory management. They coded the motor drivers to use PID to  avoid the walls of the maze.<br />Artificial Intelligence. After the low-level code has been written, the students get to write the maze solving code. While DFS is the standard maze exploration algorithm, the fact that the maze can be run multiple times offers opportunities for learning and optimization. For example, after the mouse has run the maze once, it could identify the straightaways and go faster on those sections.<br />The Competition<br />288988547625The mice are completely autonomous robots that must find their way from a predetermined starting position to the central area of the maze unaided. The mouse needs to keep track of where it is, discover walls as it explores, map out the maze and detect when it has reached the goal. Having reached the goal, the mouse will typically perform additional searches of the maze until it has found an optimal route from the start to the center. Once the optimal route has been found, the mouse will run that route in the shortest possible time. Mice can run at up to three meters per second, with current world records around 6~7 seconds. <br />The competition is held annually at the IEEE Region 6 Southwest Area Meeting. This meeting is held at a different university in the southwest area every year. This year, UCSD has the privilege of hosting the competition. Other universities will be coming on campus on March 25 to compete in the Micromouse competition. In preparation, we have built our own to-spec maze so that we can host the competition. The picture below shows our fiercest competitor and undefeated Micromouse champion, Arizona State University, in action.<br />The rules are available at: http://ieee.ucsd.edu/files/micromouse-rules.pdf<br />center227330<br />History<br />Two years ago, Chris Aprea built the first UCSD micromouse for the 2007 competition.  He used an OOPic processor board, Sharp distance sensors, and two stepper motors.  Unfortunately, the processor did not have enough resources to perform the calculations necessary to actually solve the maze. The distance sensors failed shortly before the competition causing the robot to spin around in circles.<br />After the failures of the first bot, a redesign was deemed necessary.  Alex Forencich joined the team after the 2007 competition and designed a custom ARM processor board to replace the underpowered OOPic board and shoddy motor drivers.  The new bot performed much better, but still had  several major problems.  The mechanical frame of the bot was not ideal, allowing the bot to get stuck in the maze after only traveling a short distance.  Also, the hardware and software were difficult to debug due to the lack of useful debugging interfaces and the single-board construction.  A new design was needed to remedy these issues, so after the competition, the team immediately began working on a new design for the robot.  <br />Progress so Far<br />The new design was started last year after the competition.  Jeffery Wurzbach joined the team and designed a new chassis for the robot that would prevent the unit from getting stuck as well as provide better sensor mounts for the Sharp distance sensors.  The new team leader Alex Forencich redesigned the electronics from the ground up, starting with the power supply.  The linear regulators on the old bot had the bad habit of getting very hot, so the new power supply was built out of much more efficient switching supplies.  The processor worked great, but was hard to debug so a new processor board was designed to add support for a Zigbee wireless serial link and a basic LED indicator board, greatly simplifying debugging.  The motor controllers were moved to a separate board so isolating motor controller issues is as simple as swapping out the whole board instead of firing up the soldering iron.  It was also determined that an actual maze, built to scale, would be necessary to properly prepare for the competition, so the construction of the maze began with the new academic year.<br />The new bot is featured on the front cover. It was also presented at Eureka 2009.<br />Since three bot chassis were built and we had a very good turnout in terms of team members, three sets of all the hardware have been procured and the team will break into three smaller groups for writing the software.<br />Work to be done<br />Currently, quite a few of the bot's onboard peripherals are up and running.  However, there is still quite a bit of low-level hardware interface code that needs to be written, namely in relation to the motor controller.  All of the high-level code needs to be written as well, but most of that will be taken care of by the separate teams.  The maze is currently a work in progress, but it is coming together little by little.  <br />Budget and Fundraising Efforts<br />We petitioned for and received $1500 from the IEEE San Diego section. We also received a large discount on the Eagle license. This project produces results of amazing professionalism, and we would greatly appreciate the help of the Jacobs school in continuing to fund such a high quality project.<br />
Micromouse
Micromouse
Micromouse
Micromouse
Micromouse
Micromouse
Micromouse

More Related Content

What's hot

Matrix Representation Of Graph
Matrix Representation Of GraphMatrix Representation Of Graph
Matrix Representation Of Graph
Abhishek Pachisia
 
Computer Graphics - Lecture 02 transformation
Computer Graphics - Lecture 02 transformationComputer Graphics - Lecture 02 transformation
Computer Graphics - Lecture 02 transformation
💻 Anton Gerdelan
 
OpenGL Texture Mapping
OpenGL Texture MappingOpenGL Texture Mapping
OpenGL Texture Mapping
Syed Zaid Irshad
 
Clipping
ClippingClipping
Clipping
Pooja Dixit
 
Bezier Curves
Bezier CurvesBezier Curves
Bezier Curves
Arundhati Kanungo
 
CG OpenGL 3D viewing-course 7
CG OpenGL 3D viewing-course 7CG OpenGL 3D viewing-course 7
CG OpenGL 3D viewing-course 7
fungfung Chen
 
Arduino and Circuits.docx
Arduino and Circuits.docxArduino and Circuits.docx
Arduino and Circuits.docx
Ajay578679
 
Hidden Surface Removal using Z-buffer
Hidden Surface Removal using Z-bufferHidden Surface Removal using Z-buffer
Hidden Surface Removal using Z-buffer
Raj Sikarwar
 
Achromatic and colored light
Achromatic and colored lightAchromatic and colored light
Achromatic and colored light
Meera Hapaliya
 
2D graphics
2D graphics2D graphics
2D graphics
Muhammad Rashid
 
Design and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilogDesign and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilog
STEPHEN MOIRANGTHEM
 
Examens électronique analogique
Examens électronique analogiqueExamens électronique analogique
Examens électronique analogique
Salah-Eddine MAAFI
 
Liang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygons
Liang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygonsLiang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygons
Liang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygons
Lahiru Danushka
 
Verilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and EncoderVerilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and Encoder
Bharti Airtel Ltd.
 
Mcc
MccMcc
Don't care conditions
Don't care conditionsDon't care conditions
Don't care conditions
Grishma Maravia
 
computer graphics
computer graphicscomputer graphics
computer graphics
Megabi Mamo
 
Circle drawing algo.
Circle drawing algo.Circle drawing algo.
Circle drawing algo.
Mohd Arif
 
AutoCAD
AutoCADAutoCAD
AutoCAD
actanimation
 
47811458 exercices-systemes-echantillonnes
47811458 exercices-systemes-echantillonnes47811458 exercices-systemes-echantillonnes
47811458 exercices-systemes-echantillonnesTRIKI BILEL
 

What's hot (20)

Matrix Representation Of Graph
Matrix Representation Of GraphMatrix Representation Of Graph
Matrix Representation Of Graph
 
Computer Graphics - Lecture 02 transformation
Computer Graphics - Lecture 02 transformationComputer Graphics - Lecture 02 transformation
Computer Graphics - Lecture 02 transformation
 
OpenGL Texture Mapping
OpenGL Texture MappingOpenGL Texture Mapping
OpenGL Texture Mapping
 
Clipping
ClippingClipping
Clipping
 
Bezier Curves
Bezier CurvesBezier Curves
Bezier Curves
 
CG OpenGL 3D viewing-course 7
CG OpenGL 3D viewing-course 7CG OpenGL 3D viewing-course 7
CG OpenGL 3D viewing-course 7
 
Arduino and Circuits.docx
Arduino and Circuits.docxArduino and Circuits.docx
Arduino and Circuits.docx
 
Hidden Surface Removal using Z-buffer
Hidden Surface Removal using Z-bufferHidden Surface Removal using Z-buffer
Hidden Surface Removal using Z-buffer
 
Achromatic and colored light
Achromatic and colored lightAchromatic and colored light
Achromatic and colored light
 
2D graphics
2D graphics2D graphics
2D graphics
 
Design and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilogDesign and implementation of 32 bit alu using verilog
Design and implementation of 32 bit alu using verilog
 
Examens électronique analogique
Examens électronique analogiqueExamens électronique analogique
Examens électronique analogique
 
Liang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygons
Liang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygonsLiang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygons
Liang- Barsky Algorithm, Polygon clipping & pipeline clipping of polygons
 
Verilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and EncoderVerilog VHDL code Decoder and Encoder
Verilog VHDL code Decoder and Encoder
 
Mcc
MccMcc
Mcc
 
Don't care conditions
Don't care conditionsDon't care conditions
Don't care conditions
 
computer graphics
computer graphicscomputer graphics
computer graphics
 
Circle drawing algo.
Circle drawing algo.Circle drawing algo.
Circle drawing algo.
 
AutoCAD
AutoCADAutoCAD
AutoCAD
 
47811458 exercices-systemes-echantillonnes
47811458 exercices-systemes-echantillonnes47811458 exercices-systemes-echantillonnes
47811458 exercices-systemes-echantillonnes
 

Similar to Micromouse

Gadd_Portfolio
Gadd_PortfolioGadd_Portfolio
Gadd_Portfolio
Nicholas Gadd
 
Who Is This Guy?
Who Is This Guy?Who Is This Guy?
Who Is This Guy?
Chili.CHIPS
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – Bot
IRJET Journal
 
Computer graphics by bahadar sher
Computer graphics by bahadar sherComputer graphics by bahadar sher
Computer graphics by bahadar sher
university of Malakand Dir Lower
 
IRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan TechnologyIRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET Journal
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9
IOSR Journals
 
Industrial training report
Industrial training report Industrial training report
Industrial training report
Priyanshu
 
ODROID Magazine April 2014
ODROID Magazine April 2014ODROID Magazine April 2014
ODROID Magazine April 2014
Nanik Tolaram
 
ppt 3 demo.pptx
ppt 3 demo.pptxppt 3 demo.pptx
ppt 3 demo.pptx
AmanGupta283724
 
STAC Robotics Seminar Session
STAC Robotics Seminar Session STAC Robotics Seminar Session
STAC Robotics Seminar Session
Esraa Abdelnaby
 
CV Jens Grunert
CV Jens GrunertCV Jens Grunert
CV Jens Grunert
Jens Grunert
 
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET Journal
 
Dhamu
DhamuDhamu
Resume General
Resume GeneralResume General
A new era of opensource hardware Pakistan's story MERL.pdf
A new era of opensource hardware Pakistan's story MERL.pdfA new era of opensource hardware Pakistan's story MERL.pdf
A new era of opensource hardware Pakistan's story MERL.pdf
Ali Ahmed, Ph.D.
 
Akash Jinandra EE CPE Resume 7-28-2016
Akash Jinandra EE CPE Resume 7-28-2016Akash Jinandra EE CPE Resume 7-28-2016
Akash Jinandra EE CPE Resume 7-28-2016
Akash Jinandra
 
Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)
vivatechijri
 
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGINTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
IRJET Journal
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry Pi
Angela Shin
 
Internet of Things - Technological Perspective
Internet of Things - Technological PerspectiveInternet of Things - Technological Perspective
Internet of Things - Technological Perspective
Andri Yadi
 

Similar to Micromouse (20)

Gadd_Portfolio
Gadd_PortfolioGadd_Portfolio
Gadd_Portfolio
 
Who Is This Guy?
Who Is This Guy?Who Is This Guy?
Who Is This Guy?
 
IRJET- Navigation Camp – Bot
IRJET-  	  Navigation Camp – BotIRJET-  	  Navigation Camp – Bot
IRJET- Navigation Camp – Bot
 
Computer graphics by bahadar sher
Computer graphics by bahadar sherComputer graphics by bahadar sher
Computer graphics by bahadar sher
 
IRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan TechnologyIRJET-Automatic Self-Parking Chair using Nissan Technology
IRJET-Automatic Self-Parking Chair using Nissan Technology
 
The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9The Wireless Remote Control Car Based On Arm9
The Wireless Remote Control Car Based On Arm9
 
Industrial training report
Industrial training report Industrial training report
Industrial training report
 
ODROID Magazine April 2014
ODROID Magazine April 2014ODROID Magazine April 2014
ODROID Magazine April 2014
 
ppt 3 demo.pptx
ppt 3 demo.pptxppt 3 demo.pptx
ppt 3 demo.pptx
 
STAC Robotics Seminar Session
STAC Robotics Seminar Session STAC Robotics Seminar Session
STAC Robotics Seminar Session
 
CV Jens Grunert
CV Jens GrunertCV Jens Grunert
CV Jens Grunert
 
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
IRJET - Positioning and Tracking of a Person using Embedded Controller in a D...
 
Dhamu
DhamuDhamu
Dhamu
 
Resume General
Resume GeneralResume General
Resume General
 
A new era of opensource hardware Pakistan's story MERL.pdf
A new era of opensource hardware Pakistan's story MERL.pdfA new era of opensource hardware Pakistan's story MERL.pdf
A new era of opensource hardware Pakistan's story MERL.pdf
 
Akash Jinandra EE CPE Resume 7-28-2016
Akash Jinandra EE CPE Resume 7-28-2016Akash Jinandra EE CPE Resume 7-28-2016
Akash Jinandra EE CPE Resume 7-28-2016
 
Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)Electronic Circuit Assessment using Machine Learning (ML)
Electronic Circuit Assessment using Machine Learning (ML)
 
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNINGINTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
INTELLIGENT HELMET DETECTION USING OPENCV AND MACHINE LEARNING
 
A Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry PiA Review On AI Vision Robotic Arm Using Raspberry Pi
A Review On AI Vision Robotic Arm Using Raspberry Pi
 
Internet of Things - Technological Perspective
Internet of Things - Technological PerspectiveInternet of Things - Technological Perspective
Internet of Things - Technological Perspective
 

More from butest

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
butest
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
butest
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
butest
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
butest
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
butest
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
butest
 
PPT
PPTPPT
PPT
butest
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
butest
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
butest
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
butest
 
Facebook
Facebook Facebook
Facebook
butest
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
butest
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
butest
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
butest
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
butest
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
butest
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
butest
 
hier
hierhier
hier
butest
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
butest
 

More from butest (20)

EL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBEEL MODELO DE NEGOCIO DE YOUTUBE
EL MODELO DE NEGOCIO DE YOUTUBE
 
1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同1. MPEG I.B.P frame之不同
1. MPEG I.B.P frame之不同
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Timeline: The Life of Michael Jackson
Timeline: The Life of Michael JacksonTimeline: The Life of Michael Jackson
Timeline: The Life of Michael Jackson
 
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
Popular Reading Last Updated April 1, 2010 Adams, Lorraine The ...
 
LESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIALLESSONS FROM THE MICHAEL JACKSON TRIAL
LESSONS FROM THE MICHAEL JACKSON TRIAL
 
Com 380, Summer II
Com 380, Summer IICom 380, Summer II
Com 380, Summer II
 
PPT
PPTPPT
PPT
 
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet JazzThe MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
The MYnstrel Free Press Volume 2: Economic Struggles, Meet Jazz
 
MICHAEL JACKSON.doc
MICHAEL JACKSON.docMICHAEL JACKSON.doc
MICHAEL JACKSON.doc
 
Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1Social Networks: Twitter Facebook SL - Slide 1
Social Networks: Twitter Facebook SL - Slide 1
 
Facebook
Facebook Facebook
Facebook
 
Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...Executive Summary Hare Chevrolet is a General Motors dealership ...
Executive Summary Hare Chevrolet is a General Motors dealership ...
 
Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...Welcome to the Dougherty County Public Library's Facebook and ...
Welcome to the Dougherty County Public Library's Facebook and ...
 
NEWS ANNOUNCEMENT
NEWS ANNOUNCEMENTNEWS ANNOUNCEMENT
NEWS ANNOUNCEMENT
 
C-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.docC-2100 Ultra Zoom.doc
C-2100 Ultra Zoom.doc
 
MAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.docMAC Printing on ITS Printers.doc.doc
MAC Printing on ITS Printers.doc.doc
 
Mac OS X Guide.doc
Mac OS X Guide.docMac OS X Guide.doc
Mac OS X Guide.doc
 
hier
hierhier
hier
 
WEB DESIGN!
WEB DESIGN!WEB DESIGN!
WEB DESIGN!
 

Micromouse

  • 1. Micromouse2009Alex Forencich and Jeffery WurzbachIEEE UCSD2/13/2009Matching Funds Proposal19335752733675<br />Overview<br />Micromouse is a annual competition held at the IEEE Region 6 spring meeting in which an autonomous robot must find its way to the center of a maze. This project requires a variety of skills including mechanical design, circuit design, microcontroller programming, PCB layout, PCB assembly, and maze algorithms. The experience and skills the team gains working on this project will give them a huge advantage in school and in the job market.<br />The official Micromouse rules are specified by the IEEE, and the competition will be held at UCSD this Spring in conjunction with the IEEE Southwest Area Meeting. The UCSD Micromouse project was founded in fall 2006, and this will be our third consecutive year participating in the competition. Our main competitors are Arizona State University and New Mexico Tech.<br />Student Benefits<br />Students working on Micromouse have to apply knowledge learned inside the classroom and learn a number of skills not taught at UCSD. This project requires a number of skills including:<br />Circuit design. The typical ECE class involves analyzing circuits, not designing circuits. In a typical ECE lab, students are given a circuit and have to solve for some parameter to make it work correctly. In Micromouse, students are given an abstract problem - build a robot that solves a maze - and must translate that into a concrete implementation that solves the problem. First, the team has to come up with a strategy, then a system level design, then break that system down into modules, and finally design circuits and select parts to implement those modules. The students have to design circuits for the microcontroller, sensors, wireless interface, motor controllers, and power supply.<br />PCB layout. Since ECE classes use breadboards, PCB design is not even mentioned. In Micromouse, students must choose parts from hundreds of manufacturers and dozens of suppliers with myriad specifications and footprints. They must teach themselves the art of PCB layout, and the tools for getting it done. The de facto standard for hobbyists and academics designing professional quality PCBs is CadSoft Eagle. The team used Eagle to design state of the art multilayer, double sided PCBs using surface mount components. All traces were routed by hand.<br />SMD soldering. The typical ECE class involves building circuits on breadboards from a bin of already ordered parts. It's good for learning and rapid prototyping, but you won't find a breadboard inside your laptop. After sending the PCB layouts for fabrication, the team had to solder the components to the boards. SMD soldering is an art that can only be mastered through practice. This also gives students a design for manufacturability perspective that will help them in industry when they're designing RF circuitry for next-generation cell phones. <br />Mechanical design. The chassis of the robot was designed in SolidWorks. SolidWorks is the standard in professional CAD software, and is widely used in industry. Below, a SolidWorks rendering of a preliminary design using an acrylic material.<br />Mechanical fabrication and assembly. The team sent some of the CAD drawings out for professional fabrication, and made others themselves using standard machine shop tools including lathe and drill press.<br />Embedded programming. The robot uses an ARM microprocessor - the same kind of processor found in iPhones, Blackberries, Windows Mobile devices, and other high performance embedded systems. They use the GNU toolchain to cross-compile for ARM, and JTAG interface to program the chip. Since there is no OS, the students get to program at a very low level - stepper motor drivers, sensor interfaces, interrupt handlers, memory management. They coded the motor drivers to use PID to avoid the walls of the maze.<br />Artificial Intelligence. After the low-level code has been written, the students get to write the maze solving code. While DFS is the standard maze exploration algorithm, the fact that the maze can be run multiple times offers opportunities for learning and optimization. For example, after the mouse has run the maze once, it could identify the straightaways and go faster on those sections.<br />The Competition<br />288988547625The mice are completely autonomous robots that must find their way from a predetermined starting position to the central area of the maze unaided. The mouse needs to keep track of where it is, discover walls as it explores, map out the maze and detect when it has reached the goal. Having reached the goal, the mouse will typically perform additional searches of the maze until it has found an optimal route from the start to the center. Once the optimal route has been found, the mouse will run that route in the shortest possible time. Mice can run at up to three meters per second, with current world records around 6~7 seconds. <br />The competition is held annually at the IEEE Region 6 Southwest Area Meeting. This meeting is held at a different university in the southwest area every year. This year, UCSD has the privilege of hosting the competition. Other universities will be coming on campus on March 25 to compete in the Micromouse competition. In preparation, we have built our own to-spec maze so that we can host the competition. The picture below shows our fiercest competitor and undefeated Micromouse champion, Arizona State University, in action.<br />The rules are available at: http://ieee.ucsd.edu/files/micromouse-rules.pdf<br />center227330<br />History<br />Two years ago, Chris Aprea built the first UCSD micromouse for the 2007 competition. He used an OOPic processor board, Sharp distance sensors, and two stepper motors. Unfortunately, the processor did not have enough resources to perform the calculations necessary to actually solve the maze. The distance sensors failed shortly before the competition causing the robot to spin around in circles.<br />After the failures of the first bot, a redesign was deemed necessary. Alex Forencich joined the team after the 2007 competition and designed a custom ARM processor board to replace the underpowered OOPic board and shoddy motor drivers. The new bot performed much better, but still had several major problems. The mechanical frame of the bot was not ideal, allowing the bot to get stuck in the maze after only traveling a short distance. Also, the hardware and software were difficult to debug due to the lack of useful debugging interfaces and the single-board construction. A new design was needed to remedy these issues, so after the competition, the team immediately began working on a new design for the robot. <br />Progress so Far<br />The new design was started last year after the competition. Jeffery Wurzbach joined the team and designed a new chassis for the robot that would prevent the unit from getting stuck as well as provide better sensor mounts for the Sharp distance sensors. The new team leader Alex Forencich redesigned the electronics from the ground up, starting with the power supply. The linear regulators on the old bot had the bad habit of getting very hot, so the new power supply was built out of much more efficient switching supplies. The processor worked great, but was hard to debug so a new processor board was designed to add support for a Zigbee wireless serial link and a basic LED indicator board, greatly simplifying debugging. The motor controllers were moved to a separate board so isolating motor controller issues is as simple as swapping out the whole board instead of firing up the soldering iron. It was also determined that an actual maze, built to scale, would be necessary to properly prepare for the competition, so the construction of the maze began with the new academic year.<br />The new bot is featured on the front cover. It was also presented at Eureka 2009.<br />Since three bot chassis were built and we had a very good turnout in terms of team members, three sets of all the hardware have been procured and the team will break into three smaller groups for writing the software.<br />Work to be done<br />Currently, quite a few of the bot's onboard peripherals are up and running. However, there is still quite a bit of low-level hardware interface code that needs to be written, namely in relation to the motor controller. All of the high-level code needs to be written as well, but most of that will be taken care of by the separate teams. The maze is currently a work in progress, but it is coming together little by little. <br />Budget and Fundraising Efforts<br />We petitioned for and received $1500 from the IEEE San Diego section. We also received a large discount on the Eagle license. This project produces results of amazing professionalism, and we would greatly appreciate the help of the Jacobs school in continuing to fund such a high quality project.<br />