This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
vhs/VHSbeacon
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
/* VHSbeacon - firmware for VHS beacon for blue robot challenge * Infrared Protocol * * The communication occurs via infrared pulse, on a 37.9khz * carrier wave with 2 bits of information. A logical one is * formed by a space of 600µS (1T) and a pulse of 1200µS (2T). * A logical zero is formed by a space of 1T and a pulse of 1T. * * Protocol: START, COMMAND, TEAM * START - after a space of at least 3T, a 3T pulse indicates * the start of the message. * COMMAND - a 0 bit indicates a capture message, sent from a * robot to a beacon. * - a 1 bit indicates a status message, sent from a * beacon to a robot. * TEAM - a 0 bit indicates the red team * - a 1 bit indicates the blue team * * Example: Blue robot wishes to capture a beacon * * _____ ___ ____ * | | | | | | * ___| |_| |_| | * * A beacon indicates a neutral state by alternating red then * blue status message * */
About
Firmware for Arduino based IR beacon for Vancouver Hack Space blue bot challenge.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published