<?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>Converting incoming messages to Unicode.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29639/converting-incoming-messages-to-unicode</link><description>I have successfully managed to communicate back and forth ( message ,Temp and Humidity data) between Two Arduino Nano using NRF24L01 module. However when I am trying to receive the same block of information in Raspberry Pi3 it is not converting the incoming</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Jan 2018 16:20:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29639/converting-incoming-messages-to-unicode" /><item><title>RE: Converting incoming messages to Unicode.</title><link>https://devzone.nordicsemi.com/thread/117725?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 16:20:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52b3e202-529f-4757-87d2-f6144d111561</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Before you try to read and write with Temperature and humidity data, please try with dummy data first. Make sure you can communicate between the RPI3 and the NRFL01p.&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t make the python library on the RPI3 so i don&amp;#39;t know what could be wrong here. My suggestion is to use a logic analyzer and check the actual data on SPI pins. Check it with the NRF24L01P spec, try to read a register inside nRF24L01P for example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Converting incoming messages to Unicode.</title><link>https://devzone.nordicsemi.com/thread/117724?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 19:23:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3a9effe-ad4e-4ed3-9679-a1d8ebb9bab6</guid><dc:creator>Rajeev</dc:creator><description>&lt;p&gt;As I mentioned I am just sending the real time Temp and Humidity data ( using DHT module) and a Hello world message. But what I am getting in raspberry Pi3 is just  streams of zeros. What is the standard pin layout for NRFL01 and Raspberry Pi3. I have tri d all combination but the result seems to be same .&lt;/p&gt;
&lt;p&gt;Also do you suggest any changes in the above code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Converting incoming messages to Unicode.</title><link>https://devzone.nordicsemi.com/thread/117723?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 15:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc92e9ea-c08d-46ff-a20e-ed24d07f72d3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I would be surprise if anyone would look into your code and try to debug for you.&lt;/p&gt;
&lt;p&gt;Please provide us your debugging information, not your code.&lt;/p&gt;
&lt;p&gt;Tell us what&amp;#39;s wrong with the data you transmit and receive, are they the same or not ? If the address is not match, how would you receive the data ?&lt;/p&gt;
&lt;p&gt;We have nothing to do with Unicode encoding, we only do data transmission. Give us an array of bytes, we give you back the array on the other side.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>