Preliminary Design Review - PowerPoint PPT Presentation

About This Presentation
Title:

Preliminary Design Review

Description:

Preliminary Design Review. Micromouse. Team: Ocha. Team Members. Kanoa Jou. Ryan Sato. KiWoon Ahn ... Go straight while front sensor is false and right sensor is true ... – PowerPoint PPT presentation

Number of Views:52
Avg rating:3.0/5.0
Slides: 12
Provided by: ITS8267
Category:

less

Transcript and Presenter's Notes

Title: Preliminary Design Review


1
Preliminary Design Review
  • Micromouse
  • Team Ocha

2
Team Members
  • Kanoa Jou
  • Ryan Sato
  • KiWoon Ahn
  • Brett Ikei

3
Overview of the Project
  • Traditional top down style mouse
  • Implementing infrared sensors
  • Implementing stepper motors
  • Begin with an easy design
  • Making mice a wall hugger or random turns
  • Design more complicated algorithm
  • Mouse can find the quickest way to the center

4
Block Diagram
Sensor
Rabbit
Battery
Mouse/Motors
5
Rabbit Module
  • Inputs from the sensors
  • Algorithm
  • Code

6
Inputs from the Sensor
  • Sensor layout

7
Algorithm
  • Right wall hugger
  • Go straight while front sensor is false and right
    sensor is true
  • Turn right when right sensor is false
  • Turn left when right sensor and front sensor is
    true.

8
Code
  • main()
  • While(1)
  • / keep straight if there is a wall to the
    right of the mouse /
  • while(RSEN1 1 RSEN2 1 RSEN3
    1 RSEN4 RSEN5 1 RSEN6 1
    FSEN1 0 FSEN2 0 FSEN3 0)
  • go_straight()
  • / turn right if there is an opening on the
    right wall /
  • if(RSEN4 0 RSEN5 0 RSEN6 0)
  • turn_right()
  • / Checking for a wall in front /
  • if(FSEN1 1 FSEN2 1 FSEN3 1)
  • / turn left if there is a wall on
    the right /
  • if(RSEN1 1 RSEN2 1 RSEN3
    1 RSEN4 RSEN5 1 RSEN6 1)
  • turn_left()
  • / turn right if there is no wall to
    the right /

9
Incomplete Tasks
  • Build
  • Complete circuit
  • Mounting of Sensors
  • Power supply
  • Combining all components
  • Code

10
Potential Problems
  • Power supply not adequate
  • Hardware
  • Wheels not aligned
  • Body not balanced

11
Timeline
Write a Comment
User Comments (0)
About PowerShow.com