<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Scalable Image Capturing Solution on the nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47154/scalable-image-capturing-solution-on-the-nrf52840</link><description>Hello, I am currently in the micro selection process for a project looking to go to production that requires the capturing of an image and the sending of that image over Bluetooth. Power consumption is a major concern for this project and from my initial</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 May 2019 08:31:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47154/scalable-image-capturing-solution-on-the-nrf52840" /><item><title>RE: Scalable Image Capturing Solution on the nRF52840</title><link>https://devzone.nordicsemi.com/thread/187809?ContentTypeID=1</link><pubDate>Mon, 20 May 2019 08:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f23ef16b-4a3d-4662-9fcd-c2ac81a668b8</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see any reason why this shouldn&amp;#39;t work, assuming you can meet your cost target when adding the external memory and the parallel to serial chip.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When you mention using Serial Port #1 on the nRF52840 I assume you are talking about one of the SPI interfaces, rather than using the UART?&lt;/p&gt;
&lt;p&gt;One thing you might want to consider since you are using the nRF52840 is to find a memory module that supports the QSPI interface.&amp;nbsp;This is a 4-pin parallel interface that allows you to speed up communication with external memory, as well as run code directly from an external device (XIP, or execute in place).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The again SPI is not a bad option either, and on the nRF52840 there is a high speed SPI master interface that can go up to 32MHz clock for&amp;nbsp;better throughput (the other SPI masters go to 8MHz maximum).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It should also be possible to connect directly to the parallel interface of the OV2640 to remove the need for a parallel to serial chip, but this will require you to bit bang the parallel interface. This means higher CPU utilization, and more complex software, to manually read out the data from the image sensor. Depending on your production targets this might be a worth while exercise (reducing per unit cost at the expense of a longer development cycle), but I don&amp;#39;t have any experience with this method myself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>