Preliminary Design Review PDR 8 00 AM 10

  • Slides: 10
Download presentation
Preliminary Design Review (PDR) 8: 00 AM – 10: 30 AM Saturday, 3 Mar

Preliminary Design Review (PDR) 8: 00 AM – 10: 30 AM Saturday, 3 Mar 2007 Donald Kim Lab, POST 214 Team Raiton Denki No Jutsu Project Micromouse

Team Raiton Denki No Jutsu Introductions (チーム雷遁電気の術の紹介) n Hardware n n n Brandon Inouye

Team Raiton Denki No Jutsu Introductions (チーム雷遁電気の術の紹介) n Hardware n n n Brandon Inouye Chester Lim Software n n Jennifer Liem Roxanne Yee

Really Brief Project Overview n Micromouse = Build an autonomous robot that is capable

Really Brief Project Overview n Micromouse = Build an autonomous robot that is capable of finding the center of a maze of a certain dimension in the shortest possible time Example Mouse Example Maze

Project Block Diagram Hierarchal Relation Interaction Relation u. Mouse: LILY Hardware Top-Down General Chassis

Project Block Diagram Hierarchal Relation Interaction Relation u. Mouse: LILY Hardware Top-Down General Chassis Layout Sensor (Batteries, Motor, Circuit Board, Layout Wheels, etc…) Software Solving Mapping Moving Tracking

Detailed Description of Sensor Layout Sub-module n Phase 1: Sensor Proximity Test Circuit and

Detailed Description of Sensor Layout Sub-module n Phase 1: Sensor Proximity Test Circuit and Program n Goals n n To find the sensing radius of a sensor To see if two sensors in proximity of each other interfere with each other If so, find a proximity range in which they don’t interfere Inadvertent Experience n n n Better understanding of Rabbit microprocessor, Circuitry, and Programming relations Experience in sensor circuit design and problems Experience using sensor input in programming

Detailed Description of Sensor Layout Sub-module n Phase 1: Sensor Proximity Test Circuit and

Detailed Description of Sensor Layout Sub-module n Phase 1: Sensor Proximity Test Circuit and Program n Test Circuits n n Two Sensors in Proximity Single Sensors in Testing Radius

Detailed Description of Sensor Layout Sub-module n Phase 1: Sensor Proximity Test Circuit and

Detailed Description of Sensor Layout Sub-module n Phase 1: Sensor Proximity Test Circuit and Program n Test Code n n Two Sensors in Proximity Single Sensors in Testing Radius #define SEN 0 Bit. Rd. Port. I(PADR, 0) #define SEN 1 Bit. Rd. Port. I(PADR, 1) main(){ int n; Wr. Port. I(SPCR, &SPCRShadow, 0 x 80); while(1){ if((SEN 0)&&(SEN 1)) printf("BOTHn"); else{if(SEN 0) printf("000000000000n"); else{if(SEN 1) printf("1n"); else printf("n"); } } for(n = 0; n<5000; n++); } }

Detailed Description of Sensor Layout Sub-module n Phase 2: Actual Sensor Layout n n

Detailed Description of Sensor Layout Sub-module n Phase 2: Actual Sensor Layout n n Brandon’s Design Already have a general layout Need to have a more precise one with dimensions and measurements needed to interact correctly with programming (mainly for tracking code)

Current Problems with Sensor Layout Sub-module n n n Rabbit microprocessor is not responding

Current Problems with Sensor Layout Sub-module n n n Rabbit microprocessor is not responding to computer used to test the sensing code on Choosing resistors that won’t cause the circuit to over heat Still trying to build test sensor circuit A little behind schedule Soln: So that the whole project is not held back… n n n Hardware team is starting to build chassis Software team is working on the sensor test circuit to at least get the Rabbit to reply Does anyone here know what might be wrong?

More Detailed Gantt Chart FEB MARCH APRIL M W F S M W F

More Detailed Gantt Chart FEB MARCH APRIL M W F S M W F 2 6 0 3 0 5 1 2 1 9 2 6 3 1 0 2 2 8 0 2 0 7 0 9 1 4 1 6 2 1 2 3 2 8 3 0 SENSORS CHASSIS ½ TRAVELLING AND MAPPING CODE P D R ALL CODE 31 ST Mini Comp #1 0 4 0 6 MAY 24/7 W F S => => 0 0 0 2 4 5 DEBUG AND REPORT 4 th Report Due 5 th Mini Comp #2 All previous work until this time was about planning and design. However, the greatest potential problem later will be if there NEEDS to be a change in design.