<?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>facing problem implement SAADC in bluetooth</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119054/facing-problem-implement-saadc-in-bluetooth</link><description>ide :- segger embedded studio I have a problem regarding BLE_UART. 
 I am using Segger Embedded Studio. I want to implement Bluetooth, so I used an already existing code in BLE_Peripheral (UART_BLE). Through this, data is being transmitted and received</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Feb 2025 09:09:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119054/facing-problem-implement-saadc-in-bluetooth" /><item><title>RE: facing problem implement SAADC in bluetooth</title><link>https://devzone.nordicsemi.com/thread/523828?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 09:09:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:051b561c-09bb-485e-8132-fa06536a5da4</guid><dc:creator>MALI MAYUR</dc:creator><description>&lt;p&gt;Thank you jorgen holmefjord&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing problem implement SAADC in bluetooth</title><link>https://devzone.nordicsemi.com/thread/523827?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 09:07:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f78884d7-1f8c-4063-a1f1-cd16a7119b1c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;To use the SAADC driver, you just needs to &lt;a href="https://github.com/NordicPlayground/nRF52-ADC-examples/blob/master/ble_app_uart__saadc_timer_driven__scan_mode/pca10056/s140/ses/ble_app_uart_pca10056_s140.emProject#L88"&gt;include the source file for the driver (nrfx_saadc.c)&lt;/a&gt;&amp;nbsp;in your project, add the &lt;a href="https://github.com/NordicPlayground/nRF52-ADC-examples/blob/master/ble_app_uart__saadc_timer_driven__scan_mode/pca10056/s140/ses/ble_app_uart_pca10056_s140.emProject#L19"&gt;path to the header files (nrf_drv_saadc.h/nrfx_saadc.h)&lt;/a&gt;&amp;nbsp;and &lt;a href="https://github.com/NordicPlayground/nRF52-ADC-examples/blob/master/ble_app_uart__saadc_timer_driven__scan_mode/main.c#L73"&gt;include the header file&lt;/a&gt; in the source file where you want to use it.&amp;nbsp;You also need to enable the driver in your &lt;a href="https://github.com/NordicPlayground/nRF52-ADC-examples/blob/master/ble_app_uart__saadc_timer_driven__scan_mode/pca10056/s140/config/sdk_config.h#L5208-L5212"&gt;sdk_config.h file&lt;/a&gt;&amp;nbsp;(add &lt;a href="https://github.com/NordicPlayground/nRF52-ADC-examples/blob/master/ble_app_uart__saadc_timer_driven__scan_mode/pca10056/s140/config/sdk_config.h#L5208-L5264"&gt;all the SAADC configuration options&lt;/a&gt; to your sdk_config.h file it they are not already there.&lt;/p&gt;
&lt;p&gt;If you are using TIMER or RTC and PPI to control sampling, you need to include relevant drivers for these as well.&lt;/p&gt;
&lt;p&gt;It is important that you do not use any of the &lt;a href="https://docs.nordicsemi.com/bundle/sds_s140/page/SDS/s1xx/sd_resource_reqs/hw_block_interrupt_vector.html"&gt;blocked/restricted peripherals&lt;/a&gt; (e.g. TIMER0 and RTC0) when integrating with a BLE application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing problem implement SAADC in bluetooth</title><link>https://devzone.nordicsemi.com/thread/523683?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 12:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:728eddc9-2bd5-4595-aa1a-8fe94a945bde</guid><dc:creator>MALI MAYUR</dc:creator><description>&lt;p&gt;&lt;span&gt;The issue is not with coding but about which files to add and where after implementing SAADC. Do you have any steps to implement SAADC, and how to add&amp;nbsp; any files?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing problem implement SAADC in bluetooth</title><link>https://devzone.nordicsemi.com/thread/523671?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2025 10:55:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8ec7f65-6d6a-478d-a2ab-1968b85cb7cd</guid><dc:creator>MALI MAYUR</dc:creator><description>&lt;p&gt;&lt;span data-teams="true"&gt;The issue is not with coding but about which files to add and where after implementing SAADC. Do you have any steps to implement SAADC, and how to add&amp;nbsp; any files?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: facing problem implement SAADC in bluetooth</title><link>https://devzone.nordicsemi.com/thread/523490?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2025 12:37:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d8adc6d-48e4-40b8-8299-7d22847d351f</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can reference the code in this repository:&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode"&gt;https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>