<?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>Can we do TOTP in nrf52833?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117440/can-we-do-totp-in-nrf52833</link><description>Hi 
 i want to generate security key with the combination of time and private key.can i acheive it in NRF..mainly in NRF52833? 
 i have a ref code in this repo.. here can i implement this library in nrf(vs code)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jan 2025 21:26:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117440/can-we-do-totp-in-nrf52833" /><item><title>RE: Can we do TOTP in nrf52833?</title><link>https://devzone.nordicsemi.com/thread/517096?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 21:26:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f4c49bb-d7d5-4277-8fbd-82a0545404bf</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;You can access the real-time counter with&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/kernel/services/timing/clocks.html"&gt;Zephyr kernel API&lt;/a&gt;&lt;span&gt;, such as k_uptime_get() or k_uptime_get_32().&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do TOTP in nrf52833?</title><link>https://devzone.nordicsemi.com/thread/516562?ContentTypeID=1</link><pubDate>Tue, 31 Dec 2024 09:38:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b55dcec7-946a-4ec7-8564-6a188f610e6f</guid><dc:creator>lara</dc:creator><description>&lt;p&gt;iam using this source code &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/rtc/src/main.c"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/rtc/src/main.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do TOTP in nrf52833?</title><link>https://devzone.nordicsemi.com/thread/516025?ContentTypeID=1</link><pubDate>Sat, 21 Dec 2024 05:27:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8534d17-82cf-4efd-bf0e-696fb7842b44</guid><dc:creator>lara</dc:creator><description>&lt;p&gt;Hi amanda,&lt;/p&gt;
&lt;p&gt;i succesfully enable rtc,but the time which i set in the rtc is not updating,&lt;/p&gt;
&lt;p&gt;i added the below config.&lt;/p&gt;
&lt;div style="background-color:#1f1f1f;color:#cccccc;font-family:Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:14px;font-weight:normal;line-height:19px;white-space:pre;"&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_RTC&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_RTC_ALARM&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_RTC_UPDATE&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#569cd6;"&gt;CONFIG_RTC_CALIBRATION&lt;/span&gt;&lt;span style="color:#cccccc;"&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do TOTP in nrf52833?</title><link>https://devzone.nordicsemi.com/thread/515966?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 15:01:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2f0fe84-143d-4b6c-a15d-8c9eedb165b4</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hope &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/100933/how-to-enable-nrf52840-rtc-using-zephyr"&gt;this post &lt;/a&gt;can help. If not,&amp;nbsp;Please create a new support case for the RTC setting which is away from the original scope, and I will be out of the office next week.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do TOTP in nrf52833?</title><link>https://devzone.nordicsemi.com/thread/515904?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 11:35:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85d1db38-90f3-4ef9-bb6c-cc605ca949e0</guid><dc:creator>lara</dc:creator><description>&lt;p&gt;ok amanda i implemented the external library for it.for totp,the next step i want to do is..i need to set/get&amp;nbsp; the time in rtc(real time clock).but the nrf52833 having real time counters.how to setup the time with these counters? &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can we do TOTP in nrf52833?</title><link>https://devzone.nordicsemi.com/thread/515791?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 15:12:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbcb39bd-b2c4-45f5-ac1a-dc95657af0c2</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We do not have any TOTP samples. However, we have a set of &lt;a title="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/crypto.html" href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/crypto.html" rel="noopener noreferrer" target="_blank"&gt;crypto samples&lt;/a&gt;. You can then use our cryptography functionality to implement TOTP, for example using the code you link to.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>