<?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>Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72345/camera-interface-for-nrf52840</link><description>Hello, 
 I would like to take a photo and send it via Zigbee to another on nRF52840. Just a single image that is around 600x480 sizes. What interfaces can I use for that purpose? There is no MIPI CSI-2 or DVP. Time delay and colors are not priorities</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Mar 2021 13:49:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72345/camera-interface-for-nrf52840" /><item><title>RE: Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/thread/298116?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 13:49:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b2305db-a9c6-4290-bfe4-cc141a16a597</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;Camera videoport is a master device - you need to synchronize nRF with PCLK coming from sensor. I cannot imagine a simple solution to convert videoport signal to SPI, maybe some small FPGA. &lt;br /&gt;If you&amp;#39;ll find a way to configure&amp;nbsp;OV2640 for low-frequency PCLK (1-2 MHz), you can try bit-banging method as awneil suggested. In this case, you need to disable interrupts completely for the whole time of receiving frame data,&amp;nbsp;it&amp;#39;s hard to say whether ZigBee stack will survive after that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/thread/297957?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 07:49:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c072406-6c1f-43dd-8473-76f36e343869</guid><dc:creator>Batuhan</dc:creator><description>&lt;p&gt;Thank you for your well-informed comment,&lt;/p&gt;
&lt;p&gt;Am I&amp;nbsp; able to use just a converter from CMOS parallel to SPI without using a module, to decrease producing price? with just a converter IC. I do not know whether it is possible.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/thread/297891?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 18:09:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c1119b8-a7b1-48a5-935a-a5b7159d4889</guid><dc:creator>awneil</dc:creator><description>[quote userid="6462" url="~/f/nordic-q-a/72345/camera-interface-for-nrf52840/297753#297753"]I suggest you look at what people use with Arduinos[/quote]
&lt;p&gt;On that theme, this just popped up on my Twitter feed:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1614881097074v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://thepihut.com/products/mini-2mp-spi-camera-module-for-raspberry-pi-pico" rel="noopener noreferrer" target="_blank"&gt;https://thepihut.com/products/mini-2mp-spi-camera-module-for-raspberry-pi-pico&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;Connected via GPIO pins, this module allows you to add a camera to low-cost microcontrollers &lt;strong&gt;without a dedicated camera interface&lt;/strong&gt;&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;(my emphasis)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It is the&amp;nbsp;OV2640 (Arducam) - as suggested earlier by&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/dmitryz"&gt;Dmitry&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Another example here:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/58550/camera-interface-with-nrf52840/237509#237509"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/58550/camera-interface-with-nrf52840/237509#237509&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;from the &amp;#39;Related&amp;#39; posts suggested by the forum - you might&amp;nbsp;want to take a look at some more of them ...&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/thread/297869?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 15:30:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f948bd5-767a-4cb6-9c0b-087c11f781dc</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;you can take a look at OV2640 - it&amp;#39;s a cheap&amp;nbsp;sensor&amp;nbsp;with hardware jpeg compressor (it will come handy when sending an image over a slow link).&lt;/p&gt;
&lt;p&gt;nRF52840 has no CSI, neither any DMA-controlled parallel interfaces, so you need a camera module with&amp;nbsp;internal frame buffer and SPI interface (ArduCAM is what I know about).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Edit:&amp;nbsp;&lt;/em&gt; &lt;a href="https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo"&gt;here&lt;/a&gt;&amp;nbsp;is a demo project for 52840 with ArduCAM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/thread/297837?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 14:02:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba4a56e6-3584-442b-951b-b6d82e4f7e47</guid><dc:creator>awneil</dc:creator><description>[quote userid="102200" url="~/f/nordic-q-a/72345/camera-interface-for-nrf52840/297795#297795"]Does nRF52840 support CMOS parallel with 10 pins[/quote]
&lt;p&gt;Again, the&amp;nbsp;&lt;span&gt;Product Specification gives you full details of what the chip does - you&amp;#39;ll have to see how that could map onto this &amp;quot;CMOS parallel with 10 pins&amp;quot; requirement.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/thread/297795?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 12:52:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f91f15e-3b2c-42b6-8b44-de094bfb8e4f</guid><dc:creator>Batuhan</dc:creator><description>&lt;p&gt;Thank you so much for your reply. I will work on them.&lt;/p&gt;
&lt;p&gt;Does nRF52840 support CMOS parallel with 10 pins? I found some image sensors which use that interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Camera interface for nRF52840</title><link>https://devzone.nordicsemi.com/thread/297753?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 11:05:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:888f432d-3aa9-42e8-972d-0d703e1c84b4</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The product page gives you a quick vies of the interfaces available:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840"&gt;https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Product Specification gives you full details:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/keyfeatures_html5.html?cp=4_0_0"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf52840/keyfeatures_html5.html?cp=4_0_0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is no specific camera interface.&lt;/p&gt;
[quote userid="102200" url="~/f/nordic-q-a/72345/camera-interface-for-nrf52840"]What interfaces can I use for that purpose?[/quote]
&lt;p&gt;At the end of the day, a photo is just data - so you can use any interface that can transfer data.&lt;/p&gt;
&lt;p&gt;Maybe you can bit-bang a camera interface?&lt;/p&gt;
[quote userid="102200" url="~/f/nordic-q-a/72345/camera-interface-for-nrf52840"]do you recommend any camera module[/quote]
&lt;p&gt;I suggest you look at what people use with Arduinos - as they are typically in the same situation with no&amp;nbsp;&lt;span&gt;specific camera interface.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>