Pages
Categories
Tags
Tag Archives: photo sensor
Direction Detection Algorithm
For detecting the direction the robot is travelling, we use a reflectance sensor. The sensor returns 0V if it sees a white surface, and a higher voltage value if it sees a black surface. The program uses an external interrupt. … Continue reading
Posted in Software Design
Tagged algorithm, detection, direction, line sensor, photo sensor, software
Leave a comment
Sensors
Our robot incorporates three main sensor systems: the laser / webcam triangulation sensor, the IR rangefinders and the IR reflectance sensor. The primary sensor consists of a class 3 green laser mounted on the front of the robot. The reason for choosing a green … Continue reading