8
Emulating USB Devices
Parts You'll Need for This Chapter
- Arduino Leonardo or Seeeduino Lite or Pololu A-Star 32U4 Prime LV
- USB cable (Type A to Micro-B)
- Half-size or full-size breadboard
- Assorted jumper wires
- Pushbuttons (×3)
- 220Ω resistor
- 10kΩ resistors (×3)
- Photoresistor
- 5 mm red LED
- TMP36 analog temperature sensor
- Two-axis joystick
- CODE AND DIGITAL CONTENT FOR THIS CHAPTER
- Code downloads, videos, and other digital content for this chapter can be found at:
exploringarduino.com/content2/ch8
- Code for this chapter can also be obtained from the Downloads tab on this book's Wiley web page:
wiley.com/go/exploringarduino2e
In the last chapter, you experimented with USB/serial communication between your computer and your Arduino. To accomplish this task, your computer connected to your Arduino's serial interface, allowing any software capable of interfacing with a serial port to talk to your Arduino. While this is really useful for basic data transfer...