| ||||||||||||
Arduino Delay Line ControlIntroductionThis combines an Arduino Nano with an AL422 3MBit FIFO to create a variable-length digital delay-line, controlled by a Linux command-line application.
The circuit is quite simple: the FIFO can either be switched into the signal path or bypassed. While bypassed, the Arduino can empty it, or pre-fill it to a given level; this means that the delay is configurable. The software includes an Arduino sketch (converting a serial-protocol into actions), and the corresponding Linux command-line application (in C) which interfaces to it. It should be useful for any application which requires communication between the shell and the Arduino. For example: Installation
NotesThis was written as part of my PhD Infrared Camera system. It should be possible to adapt it for wider usage. Downloadarduino_delay.tgzDocumentsSome selected files, from the tarball: Readme and Man-pages. NavigationReturn to all programs, site home. | ||||||||||||
|