<?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>PCA10100 eddystone example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63339/pca10100-eddystone-example</link><description>Hi, 
 I want to test eddystone example with nRF52833. 
 The default project doesn&amp;#39;t include PCA10100. 
 I am trying to create one, but it always stuck in the function nrf_crypto_rng_backend_init file nrf_crypto_rng.c. 
 The project is working fine with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jul 2020 05:16:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63339/pca10100-eddystone-example" /><item><title>RE: PCA10100 eddystone example</title><link>https://devzone.nordicsemi.com/thread/258506?ContentTypeID=1</link><pubDate>Mon, 06 Jul 2020 05:16:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbf5cad4-3f56-4d84-b6b5-88ada2e5e25b</guid><dc:creator>LeoChen</dc:creator><description>&lt;p&gt;Thanks Simonr.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10100 eddystone example</title><link>https://devzone.nordicsemi.com/thread/258305?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 12:15:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdf3df92-a4e8-4f7d-aee5-683c9c8172cd</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Leo&lt;/p&gt;
&lt;p&gt;This error is expected, as the CryptoCell peripheral is not present on the nRF52833, so there&amp;#39;s no point in trying to use it.&lt;/p&gt;
&lt;p&gt;You will have to use a SW crypto backend, but you don&amp;#39;t need to make any significant changes, as the nrf_crypto library provides a unified API. The only thing you need to do is to disable the CC310 backend in&amp;nbsp;&lt;span&gt;sdk_config.h by setting&amp;nbsp;NRF_CRYPTO_BACKEND_CC310_ENABLED to 0, and enable the Oberon backend by setting&amp;nbsp;NRF_CRYPTO_BACKEND_OBERON_ENABLED to 1, as well as setting the&amp;nbsp;NRF_CRYPTO_BACKEND_NRF_HW_RNG_ENABLED to 1. You can compare with the sdk_config.h of the&amp;nbsp;pca10040 project to see how this should be done, and they should be identical with regard to crypto configuration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>