<?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>Interfacing ADS1298 and nRF52840 via SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41871/interfacing-ads1298-and-nrf52840-via-spi</link><description>Hello everyone, I am planning to use the nrf52840 with the ECG sensor ads1298 (AFE for 8 channel ECG). The sensor interfaces via SPI to nRF52840. Has anyone worked on ECG and successfully interfaced these two chips? The sensor has an internal clock and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Dec 2018 06:15:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41871/interfacing-ads1298-and-nrf52840-via-spi" /><item><title>RE: Interfacing ADS1298 and nRF52840 via SPI</title><link>https://devzone.nordicsemi.com/thread/162929?ContentTypeID=1</link><pubDate>Mon, 24 Dec 2018 06:15:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2aa8878-68c4-4100-aad3-97c6c8f502db</guid><dc:creator>gauthamranganathan</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/turboj"&gt;Turbo J&lt;/a&gt; Thanks a lot for your suggestions.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Interfacing ADS1298 and nRF52840 via SPI</title><link>https://devzone.nordicsemi.com/thread/162903?ContentTypeID=1</link><pubDate>Sat, 22 Dec 2018 13:08:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d354bb4d-8028-46c5-aa63-4b88463b93b6</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Re-read the datasheet of the TI ADS1298. The maximum supported SPI clock is 10MHz.&lt;/p&gt;
&lt;p&gt;There is an additional required ADC clock of 2 MHz, but the chip can generate this signal internally.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Running the chip at full 32000 Hz sampling rate requires 8 MHz SPI bus frequency when using the NRF SPIM peripherial (28 byte/sample * 8 bits/byte * 32kHz =&amp;nbsp; 7,168,000 Hz). But the data quality is significantly reduced at high sampling rates - much more noise is present.&lt;/p&gt;
&lt;p&gt;I suggest using the chip at its default 500 Hz or 1000 Hz for standard ECG applications, because there will be a lot less noise in the ADC data and you can use lower SPI frequencies.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When using softdevice, you might want to trigger the SPI transaction using GPIOTE input via PPI channel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>