View Single Post
  #3   Spotlight this post!  
Unread 29-08-2005, 17:16
Greg Marra's Avatar Unsung FIRST Hero
Greg Marra Greg Marra is offline
[automate(a) for a in tasks_to_do]
no team (The Blue Alliance)
Team Role: RoboCoach
 
Join Date: Oct 2004
Rookie Year: 2005
Location: San Francisco, CA
Posts: 2,030
Greg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond reputeGreg Marra has a reputation beyond repute
Re: Using a computer to control the pic

The Internet just ate my post. Let me retype it...

Last year, 177 had a system where we had a wireless serial link using SMiRF radios and Kevin Watson's serial code. This let us interact with the robot and send it commands to change various PWMs or anything else on the robot on the fly. We just had some code that looked at what we were sending it via serial and changed things correspondingly.

Basically, you want to do the same thing, only wired instead of wirelessly. I would recommend looking at Kevin Watson's serial code as a starting point.