1 / 15

Building Your Own Controllers

Chad Travis. Building Your Own Controllers. Microcontrollers. Arduino. Teensy. More on Teensy. Uses C or Java Mini USB 2 Modes: User Program and HalfKay Bootloader mode. Loading Programs. Teensy Loader Program, Java. Loading Programs. Command Line Loading, C.

monte
Télécharger la présentation

Building Your Own Controllers

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. Chad Travis Building Your Own Controllers

  2. Microcontrollers Arduino Teensy

  3. More on Teensy • Uses C or Java • Mini USB • 2 Modes: User Program and HalfKayBootloader mode

  4. Loading Programs • Teensy Loader Program, Java

  5. Loading Programs • Command Line Loading, C

  6. Arduino Java Compiler/IDE

  7. IO

  8. Digital IO

  9. Analog IO analogRead() returns a number between 0 to 1023, but analogWrite() requires a number between 0 and 255

  10. Communication to Teensy through C# and Serial Port Connecting to the correct COM port

  11. Communication to Teensy through C# and Serial Port

  12. Types of Sensors Magnetometer Push Buttons Water Sensor Sliding Potentiometer Single Axis Potentiometer Bluetooth Thermo Sensor Accelerometer Dual Axis Potentiometer Gyrometer Vibration Sensor Etc.

  13. Projects

  14. Accelerometer Demonstration

  15. Questions?

More Related