150 likes | 242 Vues
Explore how to create custom controllers using microcontrollers like Arduino and Teensy. Learn about programming in C or Java, different loading modes, I/O functionalities, sensor types, and project demonstrations.
E N D
Chad Travis Building Your Own Controllers
Microcontrollers Arduino Teensy
More on Teensy • Uses C or Java • Mini USB • 2 Modes: User Program and HalfKayBootloader mode
Loading Programs • Teensy Loader Program, Java
Loading Programs • Command Line Loading, C
Analog IO analogRead() returns a number between 0 to 1023, but analogWrite() requires a number between 0 and 255
Communication to Teensy through C# and Serial Port Connecting to the correct COM port
Types of Sensors Magnetometer Push Buttons Water Sensor Sliding Potentiometer Single Axis Potentiometer Bluetooth Thermo Sensor Accelerometer Dual Axis Potentiometer Gyrometer Vibration Sensor Etc.