Arduino and TCD1304AP (linear image sensor)

Thread Starter

ED201

Joined Apr 21, 2018
12
The problem is that TCD1304AP needs minimum clock 0.8 Mhz, this is what the data sheet says.

The fastest clock I can get from Arduino 120 kHz from simple loop

but if I add any extra code looks the fastest speed gets down to 10 KHz on any of the digital outputs.

I wonder if TCD1304AP can be driven at lower speed like 10 KHz and still work.


to operate at the recommended speed would require extra circuit with A/D converter and stored in fast memory for Arduino to get the data later.
but it makes it too complicated and too expensive.

I like Arduino it is so simple and flexible for many projects.
 

Thread Starter

ED201

Joined Apr 21, 2018
12
thanks for the replies

the driving of the sensor wouldn't be a problem, I see that I can only drive it.

but getting the data into analog pin and read it would be impossible, the data rate is 1/4 of the clock.

So I do not see that I can drive it with 1 Mhz and ready with 0.25 Mhz at the same time

so I still need another circuit
 
Top