<?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>Communication Protocol between nrf52832 and HT1632</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50857/communication-protocol-between-nrf52832-and-ht1632</link><description>Hi, 
 I tried implementing serial communication between nrf52832 and HT1632.It didnt work.In HT1632 data sheet it has given following specifications 
 will nrf52832 supports above mentioned specifications?If not,then is that the reason why implementation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Aug 2019 11:15:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50857/communication-protocol-between-nrf52832-and-ht1632" /><item><title>RE: Communication Protocol between nrf52832 and HT1632</title><link>https://devzone.nordicsemi.com/thread/203793?ContentTypeID=1</link><pubDate>Tue, 13 Aug 2019 11:15:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8e99604-8d93-42cd-9e4e-a4e742686d8e</guid><dc:creator>swathi p</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;yes,with same supply voltage it&amp;#39;s able to communicate.Thank you for your suggestion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Communication Protocol between nrf52832 and HT1632</title><link>https://devzone.nordicsemi.com/thread/203596?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2019 12:51:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7af5a6b0-836d-4e87-b878-7fc1478b0a28</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is no reason the nRF52832 shouldn&amp;#39;t be able to communicate with the HT1632 driver, as long as both devices are running&amp;nbsp;at the same supply voltage&amp;nbsp;(and it&amp;#39;s not outside the legal range of either device).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The HT1632 interface is similar to SPI, but it uses separate clock lines for read and write, and only one data line. In other words you can&amp;#39;t really use the SPI peripheral in the nRF52 device, and will have to bit bang the interface similar to how it&amp;#39;s done in &lt;a href="https://playground.arduino.cc/Main/HT1632C/"&gt;this Arduino implementation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I would suggest looking at that code for reference and try to implement something similar in the nRF52. I would also strongly suggest hooking up an oscilloscope or logic analyzer so you can see what is happening on the bus.&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>