psgroove Arduino

benötigte teile und aufbau
Arduino Duemilanove

Refer to schematic.png for specific pinouts. Parts needed:

  • 1x 2k2 ohm resistor
  • 2x 68 ohm resistors
  • 2x 470 ohm resistors
  • 2x 3.6v zener diodes (.25w - .5w)
  • 1x green LED
  • 1x red LED
  • 1x jumper or switch
  • 1x usb port/cable

The switch is used to unhook the arduino from ps3 usb power. This allows the arduino to be plugged in to your computer via the normal arduino usb connector for debugging purposes.

Debugging Output

Debugging prints will come out of the arduino usb port just like the serial.print() from the usual arduino builtin library. This can be viewed with the serial monitor included in the arduino IDE, make sure to set the baud rate to 19200.

Installation

  1. Copy "psgroove.hex" and "psgroove_install.bat" to your arduino install folder.
  2. Run "psgroove_install.bat"