wiki:WikiStart
Warning: Can't synchronize with repository "(default)" (/var/lib/svn/FlipSideDio does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 4 (modified by pinwc4, 13 years ago) (diff)

--

Welcome to the Flip Side Dio Development Site

The Flip Side Dio project is a DIY project for people that want to make a simple lap counter. In the past people would use the parallel port to build simple lap counters with cheap hardware but modern computers no longer have a parallel port. For our project we will use the  Arduino Uno hardware to build a basic lap counter. This hardware is very popular and well supported by the community. The  Flip Side Racing Software has built in support for the Dio hardware. An Arduino sketch is provided that can be uploaded to the Arduino Uno.

Hardware

For our project we will use the Arduino Uno board as our platform. The Arduino sketch provided will detect any time one of the digital pins changes it state. If it goes from High to Low or Low to High it will transmit that pin number back to the computer so the Flip Side Racing software can detect laps. The pins are tied to an internal 20K ohm pull-up resistor so to detect changes your sensor or switch will need to be tied to the ground pin of the Arduino. The Arduino sketch looks for changes on digital pins 2 through 10.

Here is an example board layout that will detect when switches are pressed. Click on the image to see a larger version.

/images/schematics/fsdio-example-breadboard.png

Here is the related schematic of the above board layout.

/images/schematics/fsdio-example-schematic.png

Help the project

If you find this project useful, please consider helping support its development and the related development of the Flip Side Racing software.

Source Code

Flip Side Dio is released under the  Gnu Public License

To download the source code use the following path in your subversion client:

 http://www.flipsideracing.org/svn_fsdio/

For example to use the command line subversion command line client type this command:

svn co http://www.flipsideracing.org/svn_fsdio/trunk/

The source code includes the Arduino sketch along with an example Fritz diagram.