1 / 17

Controller, Sensors and Motors

Tutorial 1, UGB 230N. Controller, Sensors and Motors. Ding Ke 2009-10-12. How to control your robot?. For Vex, we have two ways, Remote Control Programming Logic. Controller. The Vex Controller. The Vex Controller Board The Vex Controller is the brain of the

Download Presentation

Controller, Sensors and Motors

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. Tutorial 1, UGB 230N Controller, Sensors and Motors Ding Ke 2009-10-12

  2. How to control your robot? • For Vex, we have two ways, • Remote Control • Programming Logic

  3. Controller

  4. The Vex Controller The Vex Controller Board The Vex Controller is the brain of the Robot. All of your inputs and outputs go through this controller.

  5. Remote Control

  6. Remote Control Signal Reception The vex RF Receiver Module allow the robot to receive transmitted signals. Reception begins when a radio signal reaches the receiver’s antenna.

  7. Remote Control • The Vex Micro Controller coordinates the flow of information and power on the robot. All other electronic system components must be connected to the Micro Controller in order to function. • Control Configurations

  8. Programming Logic • Easy C • Easy C is a programming language that you will use to tell your robot what to do. • In Easy C, programs are written using icon-based code, but the interface includes a window that displays the program in a text-based format as well.

  9. Sensors • Why does a robot need sensors? • The controller need additional information in order to make right decisions • The sensors are used to get these information. • There are different kinds of sensors, for example, touch sensors, light sensors, line follower sensors, optical shaft encoder, ultrasonic sensors

  10. What makes a machine a robot?

  11. Touch sensors

  12. Sensors defined • Sensors convert physical phenomena into readable electric signals. • Also known as “transducers.”

  13. Vex Sensors • Bumper switch sensor • Limit switch sensor

  14. Application

  15. Motors • Motors get their power from the batteries. • motors convert electrical energy into mechanical energy • Connected to the controller.

  16. Vex Motors • Motor spinning either forward or backward at a controlled speed. • Servo Motor Can be directed to turn to face a specific direction, rather than just spin forward or backward.

  17. Application

More Related