Draft2 (Sensors)
Draft2 (Sensors)
Gram Slingbaum
1. Abstract 3
2. Executive Summary 3
3. Introduction 3
4. Integrated System 3
5. Mobile Platform 3
6. Actuation 3
7. Sensors 3
8. Behaviors 4
9. References 4
11. Conclusion 4
12. Documentation 4
13. Appendices 4
Slingbaum 3
Abstract
TBD
Executive Summary
TBD
Introduction
The idea of this project is for Beer Pong Bot to be able to play beer pong.
Integrated System
Beer Pong Bot uses the Atmel128 on the Mavric-IIB board obtained from BD Micro.
Mobile Platform
Actuation
Sensors
There are two sensors used by Beer Pong Bot. The first is an SRF05 Sonar used to detect the
distance the closest cup is to the robot. The sonar sends data to the Mavric-IIb board by sending a
pulse, with the length of the pulse varying by how far the object is from the sonar. By counting clock
cycles that pass while the pulse remains logically high, the distance can be determined experimentally.
The number of clock cycles for various distances are shown in the table below:
The second sensor used is the CMU Camera developed by Carnegie Melon University. It is a
basic CMOS camera integrated with a micro-controller board that allows it to have several built in
functions. The function used for Beer Pong Bot is the color tracking ability. By using this function, a
servo can be controlled to turn the shooting mechanism to point towards the center of the cups as long
as the cups are the same color. This is important for the robot because the formation of the cups will
not always be in a straight line directly in front of the shooting mechanism so some panning ability is
necessary.
Behaviors
The behaviors will potentially be, waiting for a ball, shooting the ball, and starting sequence
over.
References
Conclusion
Documentation
Appendices