Remove markup from translatable strings
[dasher.git] / Doc / tilt.txt
blob7f4444426ca5cbe5b7d698e386d14afa07a85dbc
1 Tilt Sensors
2 ============
4 We have a DLP-TILT module, which is a cheap, fairly low resolution
5 sensor with a built in USB<->serial adaptor:
7 http://www.ftdichip.com/Products/EvaluationKits/DLP-TILT.htm
9 We also have a little black box from Maplin to put it in, and a 3m USB
10 cable.
12 The Linux driver is ftdi_sio, which is shipped with modern kernels,
13 but there's some (not great) documentation here:
15 http://ftdi-usb-sio.sourceforge.net/
17 You need to specify the USB vendor/product codes to the driver:
19 modprobe ftdi_sio vendor=0x0403 product=0xfbfa
21 Having done that, devfs should do it's stuff. Compile Dasher with tilt
22 support, and for best results select start on mouse position, control
23 mode (for stopping) and possibly 1D mode, and you should be away.