<?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>sending I2S signal through NRF24l01</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30467/sending-i2s-signal-through-nrf24l01</link><description>Hi, 
 I am using NRF24L01 module and I would like to transmit I2S signal through this module. I used SGTL 5000 audio shield for converting audio signal from microphone to I2S format and the micro controller used is teensy 3.6. but while transmitting the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Feb 2018 14:05:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30467/sending-i2s-signal-through-nrf24l01" /><item><title>RE: sending I2S signal through NRF24l01</title><link>https://devzone.nordicsemi.com/thread/120847?ContentTypeID=1</link><pubDate>Wed, 14 Feb 2018 14:05:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0b5ffa9-f817-40a6-8ff9-bf9bffa6d258</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;So I assume the problem here is that sometimes the data is garbage?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If yes, then you should check the length of address field and length of CRC. Typically using 5byte address and 2byte CRC is the most robust, but still it may not be enough to handle all error conditions. So you may consider add some additional error check in the packet itself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sending I2S signal through NRF24l01</title><link>https://devzone.nordicsemi.com/thread/120845?ContentTypeID=1</link><pubDate>Wed, 14 Feb 2018 14:04:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53ed454d-916b-4bc4-a071-72a25616a7d0</guid><dc:creator>VineeshMohan</dc:creator><description>&lt;p&gt;Hi Sir,&lt;/p&gt;
&lt;p&gt;We are using NRF24L01 module. We already sent 32 bit data(Not Audio) through this NRF module.&lt;/p&gt;
&lt;p&gt;THe module settings are&lt;/p&gt;
&lt;p&gt;Data rate: 2 Mbps&lt;/p&gt;
&lt;p&gt;And for sending the audio signal, the process which we followed is given below&lt;/p&gt;
&lt;p&gt;1) Using SGTL5000 audio shield the input from the microphone is converted to I2S data.&lt;/p&gt;
&lt;p&gt;packet size: 32 bit data, Fs: 48Khz&lt;/p&gt;
&lt;p&gt;2) The SGTL 5000 is interfaced with teensy 3.6 micro controller through I2S BUS&lt;/p&gt;
&lt;p&gt;3)The teensy 3.6 is interfaced with NRF24L01 through SPI Interface.&lt;/p&gt;
&lt;p&gt;4) The 32 bit I2S data is directly given to NRF24L01.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Data rate : 2mbps&lt;/p&gt;
&lt;p&gt;By setting like this, it seems like some garbage values are receiving at receiver side.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: sending I2S signal through NRF24l01</title><link>https://devzone.nordicsemi.com/thread/120756?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2018 20:53:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fef3f1ef-25a7-4416-aeef-84f6fad6eb1f</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I first recommend to check out the application note that show how to setup the nRF24L01 in different ShockBurst modes:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.appnotes/dita/appnotes/pdflinks/nan_24-12.html?cp=10_14"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.appnotes/dita/appnotes/pdflinks/nan_24-12.html?cp=10_14&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then you will make sure the hardware is working as intended before starting to convert the I2S audio data into SPI data packets to be transmitted.&lt;/p&gt;
&lt;p&gt;Are you sure you are using nRF24L01 here? And not the nRF2460 which have a I2S interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>