[linuxkernelnewbies] Understanding Arduino Internals

2010-02-16 Thread Peter Teoh
processing.app.SerialException: Serial port '/dev/ttyUSB0' not found. Did you select the right one from the Tools Serial Port menu? at processing.app.Serial.init(Serial.java:153) at processing.app.Serial.init(Serial.java:76) at

[linuxkernelnewbies] ePanorama.net - Links

2010-02-16 Thread peter teoh
http://www.epanorama.net/links/serialbus.html Index General information I2C SPI Microwire Maxim 3-wire Maxim/Dallas 1-Wire bus Interfacing techniques and questions on them Serial buses information page General information This page concentrates on links to inter-IC

[linuxkernelnewbies] How To Connect a PS/2 Keyboard to the iPhone

2010-02-16 Thread peter teoh
http://www.instructables.com/id/How-To-Connect-a-PS2-Keyboard-to-the-iPhone/?download=pdf How To Connect a PS/2 Keyboard to the iPhone intro step 1 step 2 step 3 step 4 step 5 step 6 step 7 step 8 step 9

[linuxkernelnewbies] PS/2 Mouse Interfacing

2010-02-16 Thread peter teoh
How to interface the PS2 mouse to Arduino directly? http://www.computer-engineering.org/ps2mouse/ The PS/2 Mouse Interface Source: http://www.Computer-Engineering.org Author: Adam Chapweske Last Updated: 04/01/03 Legal Information All information within this article is provided "as

[linuxkernelnewbies] Embedded.com - Introduction to Serial Peripheral Interface

2010-02-16 Thread peter teoh
http://embedded.com/columns/beginerscorner/9900483?_requestid=421616 Introduction to Serial Peripheral Interface By David Kalinsky and Roee Kalinsky Embedded Systems Design (02/01/02, 11:33:00 AM EST) Another option for low-cost, low-speed communication "inside the box"

[linuxkernelnewbies] Arduino playground - PS2Keyboard

2010-02-16 Thread peter teoh
http://www.arduino.cc/playground/Main/PS2Keyboard General The PS2Keyboard library uses one of the two available external interrupts to react on keyboard input. Once such input is received, it's stored in a one-byte buffer and is available to be read. The following schematic shows how to

[linuxkernelnewbies] BeagleBoardRecovery - eLinux.org

2010-02-16 Thread peter teoh
http://elinux.org/BeagleBoardRecovery From eLinux.org Jump to: navigation, search This page is how to recover ("unbrick") a broken BeagleBoard. It should help you if you messed your boot configuration and BeagleBoard doesn't boot any more the normal way ("bricked").