-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detecting the Start Signal #418
Comments
Upon review of the rules this is what they had to say Q: I am not sure how the robot is supposed to start. The rules have two different scenarios; the timer starts when 4 LEDs are turned off AND "Robots will simply start by pressing a "Go" button on the robot itself." Which way will the competition start? |
ie: There is no start signal now, we just have to make the robot start on powerup, and also read a GPIO for programming in east/west courses. |
We've decided to use a 3 port slide switch to detect whether we need to do the east/west courses. The idea is to do the detection automatically when the robot is powered on.The schematic for this is as follows: Note that the LEDs in the schematic are optional. This setup has been proved to work and the GPIOs exported on the BBB are 30 and 60 (physically pins 11 and 12 on P9). |
The switch has been added to the Motherboard PCB, this is the switch I am planning to use http://www.newark.com/eao/09-10290-01/switch-slide-spdt-co-500ma-though/dp/52F519 |
Start switch has been hardwired and is ready to be tested. This task is very high priority, and fairly low hanging fruit, @kvijay1995 or @mynameis7 can one of you test this out at tomorrows meeting(1/26)? |
Introduction
Our robot can't start if it can't detect the start signal. We need a rig of the start signal, which is basically a switch that feeds into the robot. This task will be very multidisciplinary, and is good for a group of new folks. We need someone to take this on.
Notes
This task is extremely important, and it is a real responsibility to the competition bot.
-We will need some way to integrate the detection system with the robot, electrically/mechanically/and in code.
Resources
Competition rules are here
https://docs.google.com/document/d/1ITIsL9fpTk5HKEJW1NENVrkgfCgXqONWpm0sevzeYmo/edit#heading=h.obp73v47rneu
The text was updated successfully, but these errors were encountered: