<?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>How to configure a himax camera HX6538 to nRF52840 controller?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116083/how-to-configure-a-himax-camera-hx6538-to-nrf52840-controller</link><description>I am trying to configure himax camera and stream to app but unable to get image, rather when I am using nrf app to see data i am getting data something like this: 
 &amp;#39;40-13&amp;#39; , &amp;#39;81-4B&amp;#39; , &amp;#39;C2-80&amp;#39; , &amp;#39;C0-5A&amp;#39; , &amp;#39;89-C0-5A&amp;#39; , &amp;#39;80-0B&amp;#39; , &amp;#39;01-C1&amp;#39; , &amp;#39;BD-40-1A&amp;#39; ,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Nov 2024 12:17:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116083/how-to-configure-a-himax-camera-hx6538-to-nrf52840-controller" /><item><title>RE: How to configure a himax camera HX6538 to nRF52840 controller?</title><link>https://devzone.nordicsemi.com/thread/510096?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 12:17:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce1bec6d-94cd-4a96-949b-b29079c9e171</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I notice that the pins you&amp;#39;ve selected for SPI in your application are recommended to use at standard drive/low frequencies only. This is because they are located close to the radio, and might cause noise on the radio if you run them at high frequencies.&lt;/p&gt;
&lt;p&gt;Please follow the &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52840/page/pin.html"&gt;Pin assignments in the nRF52840 datasheet &lt;/a&gt;for which pins have restricted usages or not. Also, please note that the SPIM3 instance is the only one supporting higher speeds than 8MHz.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a himax camera HX6538 to nRF52840 controller?</title><link>https://devzone.nordicsemi.com/thread/510014?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 05:28:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d497516f-b204-430b-b720-83783ecaa76c</guid><dc:creator>Ayu7</dc:creator><description>&lt;p&gt;Yes, the nrf52 will be transmitting image data over BLE to app. in app its converting image data if i am using arducam camera, so no issue from app side. Issue is i am not getting complete data in spi may be due to high frequency 32M,so i started using spim(for high frequency) which is in nrf example, but in that its not reading any spi data only. i have done proper configuration and connection is proper.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a himax camera HX6538 to nRF52840 controller?</title><link>https://devzone.nordicsemi.com/thread/509227?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 11:59:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcbbe716-7879-49c3-a419-147a171587bb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Is the nRF52 supposed to transmit this forwarded image data over BLE to another device or to output the image on a screen or similar serially? You might need to convert it back into image data, but first try to find out where in this line it is converted into hex format, as it&amp;#39;s pretty clear that is what you&amp;#39;re printing out now.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a himax camera HX6538 to nRF52840 controller?</title><link>https://devzone.nordicsemi.com/thread/509169?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 17:30:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9654822d-7839-4ef9-bcef-7b524b99d68d</guid><dc:creator>Ayu7</dc:creator><description>&lt;p&gt;Hi, Thanks for your reply.&lt;/p&gt;
&lt;p&gt;I am using nrf SDK version 16.0. Yeah I have checked &lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo"&gt;nRF52 BLE image transfer demo&lt;/a&gt;&lt;span&gt;&amp;nbsp;and but that is all related to arducam.&amp;nbsp;&amp;nbsp;HX6538 have SDK which is already capturing image from camera through i2c and then sending to wiseeye which i ma reading through SPI pin. But that data is not coming properly, as not in image format.on 16.0. Yeah I have checked&amp;nbsp;&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo"&gt;nRF52 BLE image transfer demo&lt;/a&gt;&amp;nbsp;and but that is all related to arducam.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a himax camera HX6538 to nRF52840 controller?</title><link>https://devzone.nordicsemi.com/thread/509101?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 11:58:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7245e7d2-7ba1-4f30-ae3c-69b4143f2ba9</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;So, what SDK version are you using for development here? Have you checked out the &lt;a href="https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo"&gt;nRF52 BLE image transfer demo&lt;/a&gt;&amp;nbsp;that shows how a camera is set up and used to communicate with an Android app here? There the camera is set up in ArduCAM and ArducamMini .c and .h files that you can probably use for reference with your Wiseeye referring to the camera&amp;#39;s datasheet.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a himax camera HX6538 to nRF52840 controller?</title><link>https://devzone.nordicsemi.com/thread/509094?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 11:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2683728-d9bf-46b6-ae00-f363bb8b9c9f</guid><dc:creator>Ayu7</dc:creator><description>&lt;p&gt;So one thing i forgot to mention its Himax Wiseeye module and i am guessing its&amp;nbsp;HM01B0 camera.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>