This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fastdev:harware [2007/04/19 18:37] – amaldo | fastdev:harware [2008/10/29 04:45] (current) – memeruiz | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Hardware ====== | ||
| + | {{ fastdev: | ||
| + | |||
| + | |||
| + | The **toolkit** for the seminar includes hardware from the company [[http:// | ||
| + | |||
| + | Specifically, | ||
| + | |||
| + | * One Phidget Interface Kit (8/8/8) with integrated LCD screen. [[http:// | ||
| + | * One Phidget RFID reader. [[http:// | ||
| + | * Several sensors: Voltage, current, light, slider, rotation sensor, touch sensor. [[http:// | ||
| + | * And more ... ! | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | The Interface Kit (known as IFK) has 8 Analog Inputs, 8 Digital Inputs, 8 Digital Outputs and a small LCD (2 lines of 20 chars each). It communicates and gets power from the PC using the USB bus. | ||
| + | |||
| + | The analog sensors connect to the interface kit using simple 3-wire cables with audio connectors. These 3 wires carry power for the sensor, and the return signal with the measured value. A microcontroller in the Interface Kit has several 10bit analog to digital converters. They measure the voltage returned from the sensor (0-5V) and send it to the PC. | ||
| + | |||
| + | More information about the IFK in this {{fastdev: | ||
| + | |||
| + | Note that the Phidgets documentation always refers to sensor values as integers in the range 0-1023, and in the Player architecture, | ||
| + | |||
| + | {{fastdev: | ||
| + | {{fastdev: | ||
| + | {{fastdev: | ||
| + | {{fastdev: | ||
| + | |||
| + | (Images property of Phidgets Inc) | ||
| + | |||
| + | |||