Page 2 of 2

Re: Slug Radio: Internet Radio with NSLU2 / arduino

Posted: Mon Mar 07, 2011 11:37 am
by Schwabinger
A schematic I do not have.

What I did was using the tutorials in http://www.arduino.cc


Using a pot as input device:

http://arduino.cc/en/Tutorial/AnalogReadSerial

Using a 2x16 LCD:

http://arduino.cc/en/Tutorial/LiquidCrystal

Using a ShiftIn-Register for adressing push-buttons:

http://www.arduino.cc/en/Tutorial/ShiftIn

Greetings,


Schwabinger

Re: Slug Radio: Internet Radio with NSLU2 / arduino

Posted: Wed Mar 09, 2011 10:34 am
by mightyohm
Thanks for the links. Nice use of a shift register for extending the # of inputs.