1 / 9

Remote Control- RobotC

Remote Control- RobotC. Channels 1-4. Channels 5-8. The Joystick. Pressing up on the joystick completely returns values of 127 and -127 when positioned completely down. All in all the values are different depending on how far you press up or down. RC motor power. RC motor power.

birch
Download Presentation

Remote Control- RobotC

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Remote Control- RobotC

  2. Channels 1-4

  3. Channels 5-8

  4. The Joystick Pressing up on the joystick completely returns values of 127 and -127 when positioned completely down. All in all the values are different depending on how far you press up or down.

  5. RC motor power

  6. RC motor power This command will give RC control to channel 2 on the cortex. The “RT” stands for radio transmitter.

  7. Dual Control Go to FILE then OPEN SAMPLE PROGRAMS, find “Dual Joystick Control”. Notice that there is NO “WAIT” timer here in the loop. This would result in a delay. The condition in the while loop, “1==1” allows us infinite control over the robot. A loop with a condition that is ALWAYS true is called an INFINITE LOOP.

  8. Half Power RC Control

  9. Challenge Construct a program to navigate through the maze in the fastest time possible. We will have a time trial race to see who has the best driver skills time.

More Related