D dashhossein New Member Sep 12, 2020 #1 hello every one for a project i need to work with a line sensor TCD1304 AP . here it's the data sheet link http://www.spectronicdevices.com/pdf/TCD1304AP.pdf i don't know what's the exactly protocol of this sensor how i should use this ? what kind of processor i should use ? will a esp 32 work with this sensor ?
hello every one for a project i need to work with a line sensor TCD1304 AP . here it's the data sheet link http://www.spectronicdevices.com/pdf/TCD1304AP.pdf i don't know what's the exactly protocol of this sensor how i should use this ? what kind of processor i should use ? will a esp 32 work with this sensor ?
Nigel Goodwin Super Moderator Most Helpful Member Sep 12, 2020 #2 Have you not tried google? GitHub - superzerg/TCD1304AP_teensy2pp: direct control and reading of the TCD1304AP linear CCD array by a teensy 2++ (https://www.pjrc.com/store/teensypp.html) direct control and reading of the TCD1304AP linear CCD array by a teensy 2++ (https://www.pjrc.com/store/teensypp.html) - GitHub - superzerg/TCD1304AP_teensy2pp: direct control and reading of the ... github.com
Have you not tried google? GitHub - superzerg/TCD1304AP_teensy2pp: direct control and reading of the TCD1304AP linear CCD array by a teensy 2++ (https://www.pjrc.com/store/teensypp.html) direct control and reading of the TCD1304AP linear CCD array by a teensy 2++ (https://www.pjrc.com/store/teensypp.html) - GitHub - superzerg/TCD1304AP_teensy2pp: direct control and reading of the ... github.com
rjenkinsgb Well-Known Member Most Helpful Member Sep 12, 2020 #3 It's a CCD sensor with an analog output. It appears you need a device that has an ADC input capable of a sample rate of at least 200KHz and preferable 500KHz. You need to store 3694 ? samples, synchronously with sending SH pulses, from what I can see..
It's a CCD sensor with an analog output. It appears you need a device that has an ADC input capable of a sample rate of at least 200KHz and preferable 500KHz. You need to store 3694 ? samples, synchronously with sending SH pulses, from what I can see..