<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[CCD Line scanning sensor]]></title><description><![CDATA[<p dir="auto">A line scanning sensor could be useful for many things:</p>
<ul>
<li>flow detection</li>
<li>rotary counter detection</li>
<li>water, volume detection</li>
<li>line following<br />
...</li>
</ul>
<p dir="auto">Wiring in itself is quite easy (<a href="http://arduining.com/2014/03/26/using-the-linear-sensor-array-tsl201r-with-arduino/#comment-2317" rel="nofollow ugc">see arduining</a>):<br />
<img src="/uploads/upload-187f701e-467a-4953-b021-4531983211d0.jpg" alt="tsl201r_wiring.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a href="https://github.com/ap-tech/Getting-started-with-the-TSL1401CL-linescan-camera-with-arduino-and-processing.-/blob/master/TSL1401CL%20linescan%20camera%20code./Linescane_camera_code/Linescane_camera_code.ino" rel="nofollow ugc">some code on github can be found</a>.</p>
<p dir="auto">Afterward you get a lot of information on the console that is hard for me to transform to know if the read value is good.</p>
]]></description><link>https://forum.mysensors.org/topic/416/ccd-line-scanning-sensor</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 00:17:23 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/416.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Sep 2014 11:53:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CCD Line scanning sensor on Mon, 13 Oct 2014 05:17:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/epierre" aria-label="Profile: epierre">@<bdi>epierre</bdi></a> had a quick look at the data sheet.<br />
The sensor has a 64 bit shift register which uses a clock signal and serial input. You need to clock in the 64 bits one by one and generate a clock pulse for each bit. Then read out each bit as an analog value on AO, and continue with the next bit.<br />
This thing is not i2c, spi nor i2s (audio only), but defines its own  protocol.<br />
Connect your logic analyzer to clk and si if you like, but you also need an oscilloscope or so if you want to see the analog output values.</p>
]]></description><link>https://forum.mysensors.org/post/5531</link><guid isPermaLink="true">https://forum.mysensors.org/post/5531</guid><dc:creator><![CDATA[Yveaux]]></dc:creator><pubDate>Mon, 13 Oct 2014 05:17:45 GMT</pubDate></item><item><title><![CDATA[Reply to CCD Line scanning sensor on Sun, 12 Oct 2014 20:12:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/anticimex" aria-label="Profile: Anticimex">@<bdi>Anticimex</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/lininger" aria-label="Profile: lininger">@<bdi>lininger</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/yveaux" aria-label="Profile: Yveaux">@<bdi>Yveaux</bdi></a> I've received my Saleae logic analyzer, but now, as a newbie on this, what can I do to analyse signals ? should I do SPI or I2S/PCM or anything else ?</p>
]]></description><link>https://forum.mysensors.org/post/5518</link><guid isPermaLink="true">https://forum.mysensors.org/post/5518</guid><dc:creator><![CDATA[epierre]]></dc:creator><pubDate>Sun, 12 Oct 2014 20:12:42 GMT</pubDate></item><item><title><![CDATA[Reply to CCD Line scanning sensor on Tue, 23 Sep 2014 20:50:58 GMT]]></title><description><![CDATA[<p dir="auto">some bad luck... on the <a href="http://forums.parallax.com/showthread.php/125594-TSL1401-and-Arduino" rel="nofollow ugc">parallax forum the TSL1401</a> is documented, but adaptation to TSL202R or TSL201R proved not to be working... the 202 is a double 201 as I can say, but reading through the datasheet to compare I would not see what was wrong...</p>
<p dir="auto">so I ordered a TSL1401 and will put that on hold till I receive it or a superb idea would come through... at least I learned the shiftIn command...</p>
]]></description><link>https://forum.mysensors.org/post/4926</link><guid isPermaLink="true">https://forum.mysensors.org/post/4926</guid><dc:creator><![CDATA[epierre]]></dc:creator><pubDate>Tue, 23 Sep 2014 20:50:58 GMT</pubDate></item></channel></rss>