<?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>Where to get the peripherals of nRF52 driving samples for the nRF Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102859/where-to-get-the-peripherals-of-nrf52-driving-samples-for-the-nrf-connect-sdk</link><description>Dear Support Team 
 For the nRF Connect SDK, I would like to study how to port peripherals code to my application code or test one peripheral in the project, but I can&amp;#39;t find any peripheral sample in the nRF Connect SDK. Is there any peripheral sample</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Sep 2023 13:41:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102859/where-to-get-the-peripherals-of-nrf52-driving-samples-for-the-nrf-connect-sdk" /><item><title>RE: Where to get the peripherals of nRF52 driving samples for the nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/446301?ContentTypeID=1</link><pubDate>Fri, 15 Sep 2023 13:41:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebc662c5-baa1-4169-a7ef-527936890d82</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Tom,&lt;/p&gt;
&lt;p&gt;You have linked to the right place for the function gpio_pin_set_det(). It is defined in Zephyr API&amp;#39;s (nRF Connect SDK is based on Zephyr).&amp;nbsp;&lt;/p&gt;
[quote user="Tom.Fu"]And where the location of all the hardware peripherals generic APIs files in the nRF connect SDK? [/quote]
&lt;p&gt;You can find them here:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/api_reference.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/api_reference.html&lt;/a&gt;&amp;nbsp; the nrfxlib can be found here:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib"&gt;https://github.com/nrfconnect/sdk-nrfxlib&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The drivers can be found here:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/main/drivers"&gt;github.com/.../drivers&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where to get the peripherals of nRF52 driving samples for the nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/443814?ContentTypeID=1</link><pubDate>Thu, 31 Aug 2023 03:09:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65405582-fb0b-4e56-9360-d5fca0fb8212</guid><dc:creator>Tom.Fu</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi SwRa&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Many thanks for your guiding, and I am learning the&amp;nbsp;DevAcademy course, I have a question that where the function&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/hardware/peripherals/gpio.html#c.gpio_pin_set_dt" rel="noopener noreferrer" target="_blank"&gt;&lt;code&gt;gpio_pin_set_dt()&lt;/code&gt;&lt;/a&gt;&amp;nbsp;define in the nRF connect SDK. And where the location of all the hardware peripherals generic APIs files in the nRF connect SDK? Many thanks.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1693451327797v2.png" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where to get the peripherals of nRF52 driving samples for the nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/442987?ContentTypeID=1</link><pubDate>Thu, 24 Aug 2023 13:15:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a928672d-982e-468d-a1c1-98ca1ba13b0c</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Tom,&lt;/p&gt;
&lt;p&gt;Understood now. Unlike in the nRF 5 SDK, we don&amp;#39;t have a separate list of samples for the hardware peripherals, but you can find how to use every peripheral upon looking around a bit. For example, the SAADC samples one could refer has been mentioned here in this Devzone ticket:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/77329/using-saadc-with-zigbee-and-nrf-connect-sdk/319605"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/77329/using-saadc-with-zigbee-and-nrf-connect-sdk/319605&lt;/a&gt;&amp;nbsp; Apart from the ones that I pointed you to earlier, there are driver samples here in Zephyr:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.99-dev1/zephyr/samples/drivers/drivers.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.99-dev1/zephyr/samples/drivers/drivers.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, looking into this DevAcademy course would also be helpful:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where to get the peripherals of nRF52 driving samples for the nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/442460?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2023 09:00:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f9f04f1-4de9-49fc-9ea8-3eeb68f5a5af</guid><dc:creator>Tom.Fu</dc:creator><description>&lt;p&gt;Hi SwRa&lt;/p&gt;
&lt;p&gt;Sorry for I didn&amp;#39;t say clearly. What I mean is that the samples for the SoC&amp;#39;s&amp;nbsp;&lt;span&gt;peripherals, such as sample only for UART, or GPIO, or PWM, or USB, or Timer, or RTC, or TWI, or SPI/QSPI, or WDT, or SAADC, or GPIOE, or I2S and so on. I want to test them individually and learn how to use them. Many thanks.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Where to get the peripherals of nRF52 driving samples for the nRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/441359?ContentTypeID=1</link><pubDate>Tue, 15 Aug 2023 11:34:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4eb23394-c6aa-4543-8161-47bb571fdeac</guid><dc:creator>SwRa</dc:creator><description>&lt;p&gt;Hi Tom,&lt;/p&gt;
&lt;p&gt;If you take a look at the documentation for the nRF Connect SDK, you can find all the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples.html"&gt;samples&lt;/a&gt; and where to find them. For example, all of the Bluetooth samples can be found here:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bl.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bl.html#&lt;/a&gt;&amp;nbsp;and you can find a couple of central and peripheral samples.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Swathy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>