<?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>nRF52840 DAC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60752/nrf52840-dac</link><description>Hi everyone, 
 I was looking nrf52840 datasheet for digital to analog converter but I couldn&amp;#39;t fine. It isn&amp;#39;t available? 
 In case that it isn&amp;#39;t do you have any recommendations (=&amp;lt;12bit resolution)? 
 
 Thanks in advance 
 Nick</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 15 Jul 2023 10:15:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60752/nrf52840-dac" /><item><title>RE: nRF52840 DAC</title><link>https://devzone.nordicsemi.com/thread/436587?ContentTypeID=1</link><pubDate>Sat, 15 Jul 2023 10:15:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d8037f5-1bae-4a13-8cb2-09c3b15090e5</guid><dc:creator>BARRACUDA</dc:creator><description>&lt;p&gt;Hello guys, so I need high bipolar voltage input DAC that output at least 3mA of bipolar current&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DAC</title><link>https://devzone.nordicsemi.com/thread/246982?ContentTypeID=1</link><pubDate>Tue, 28 Apr 2020 07:35:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6bbbb0e0-d9ac-4aeb-b1f7-4b23d495c1d2</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;There&amp;#39;s two options:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use the PWM peripheral with an external LF filter. The PWM peripheral has DMA so you can load waveforms into RAM and run them without using the CPU.&lt;br /&gt;The PWM peripheral is 15 bit, but as a DAC it&amp;#39;s dependent on the PWM frequency, where a higher frequency == lower resolution. Base PWM frequency is 488Hz at 15 bit, a doubling of PWM frequency loses one bit in resolution. ie at 12bit the PWM frequency is 488Hz * 2^(15bit-12bit) = 488Hz * 8 = 3.9kHz. The maximum frequency/sample rate of the DAC is half that of the PWM.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;Use an external DAC.&amp;nbsp;&lt;br /&gt;We&amp;#39;ve got an I2S peripheral that can be interfaced with audio DACs, otherwise, a TWI/SPI DAC can be used. We&amp;#39;ve got DMA with all our serial peripherals so interfacing with DACs requires very little to no CPU overhead, depending on peripheral and DAC chosen.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>