samhitech / LineScanner

An Arduino that drives a Parallax line-scan camera module TSL1401-DB (#28317) in continuous acquisition mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LineScanner

An Arduino that drives a Parallax line-scan camera module TSL1401-DB (#28317) in continuous acquisition mode.

  • Arduino UNO (default serial buffer size 64) ~ 20 fps.
  • Arduino UNO (serial buffer size 512) ~ 43 fps.-
  • Arduino Due (TBA).

Circuit diagram

circuit_dark

Commands

The acquired frames are sent continuously via serial port as an array of 260 bytes (130 pixels) with the first and last values set to zero for alignment purposes.

Software

The LineScanner is part of the microEye microscopy control system and is used to track the peak position of a totally internally reflected IR beam to achieve automatic focus stabilization.

control_module

Authors

Mohammad Nour Alsamsam

Twitter URL

About

An Arduino that drives a Parallax line-scan camera module TSL1401-DB (#28317) in continuous acquisition mode.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%