150 likes | 266 Vues
Discover how to create your own controllers using Teensy microcontrollers in this comprehensive guide. Explore programming with C or Java, and learn about the Teensy Loader for easy program uploads. Understand IO operations with digital and analog readings, and find out how to communicate with Teensy via C# and Serial Port. Delve into practical projects involving sensors like accelerometers, magnetometers, and more. This resource is perfect for beginners and enthusiasts looking to enhance their skills in microcontroller development.
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.