<?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>Fanstel BT840F not connecting.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65334/fanstel-bt840f-not-connecting</link><description>Morning. I have a Fanstel840F module. I use attached example sketch. I flash nrf52DK with this sketch, it works fine. I can scan with NRF PC and Mobile software, and see smartTag1003 in scan list. I can connect. Now the Fanstel 840F module. I can flash</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Aug 2020 21:21:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65334/fanstel-bt840f-not-connecting" /><item><title>RE: Fanstel BT840F not connecting.</title><link>https://devzone.nordicsemi.com/thread/267047?ContentTypeID=1</link><pubDate>Fri, 28 Aug 2020 21:21:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc8ebf87-3389-4b67-8370-75f5ded933bb</guid><dc:creator>Tesseract</dc:creator><description>&lt;p&gt;Simon. It was the RC. So changing the clock source in prj.conf to:&lt;br /&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC&lt;/span&gt;&lt;span&gt;=y&lt;br /&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;I can now connect with Fanstel BT840F.&lt;br /&gt;Thank you for the help.&lt;br /&gt;Rgrds Jakes&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fanstel BT840F not connecting.</title><link>https://devzone.nordicsemi.com/thread/267045?ContentTypeID=1</link><pubDate>Fri, 28 Aug 2020 20:22:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:878556df-585f-4bbf-8be5-f48fa9f973f6</guid><dc:creator>Tesseract</dc:creator><description>&lt;p&gt;Simon I am using zephyr and cannot figure out how to set clock configurations.&amp;nbsp;&lt;br /&gt;I am using platformio IDE, so I do not have menu options, but need to change on file level.&lt;br /&gt;If I have to do it using kconfig.nrf, what is the configuration above? How do I specify RC 32 kHz and 250PPM?&lt;br /&gt;I read docs here,&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/1.10.0/reference/kconfig/index.html"&gt;https://docs.zephyrproject.org/1.10.0/reference/kconfig/index.html&lt;br /&gt;I&lt;/a&gt;&amp;nbsp;tried in proj.conf file:&lt;br /&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF5_K32SRC_RC=y&lt;/span&gt;&lt;br /&gt;&lt;span&gt;CONFIG_CLOCK_CONTROL_NRF5_K32SRC_250PPM=y&lt;br /&gt;&lt;/span&gt;Giving me errors.&lt;br /&gt;Your help will be apreciated.&lt;br /&gt;Warm Regards Jakes&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fanstel BT840F not connecting.</title><link>https://devzone.nordicsemi.com/thread/267023?ContentTypeID=1</link><pubDate>Fri, 28 Aug 2020 13:31:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a10589d-09b9-48fe-be47-9066a7cf383e</guid><dc:creator>Tesseract</dc:creator><description>&lt;p&gt;Thank you Simon. I wll try and report back. Rgrds&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fanstel BT840F not connecting.</title><link>https://devzone.nordicsemi.com/thread/266968?ContentTypeID=1</link><pubDate>Fri, 28 Aug 2020 10:58:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7015ec47-5862-4bfa-bff4-2b9ddd40aaf5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Indeed, I suspect this is the crystal as well. In order to use the internal RC oscillator instead of the external crystal, you have to (if using SES) go to Options-&amp;gt;Configure nRF Connect SDK Project, search for clock. Set 32kHz clock source to RC oscillator instead of crystal oscillator, and set 32kHz clock accuracy to 151 ppm to 250 ppm. Alternatively, you can make these changes in the &lt;em&gt;/drivers/clock_control/Kconfig&lt;/em&gt; file directly.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fanstel BT840F not connecting.</title><link>https://devzone.nordicsemi.com/thread/266900?ContentTypeID=1</link><pubDate>Fri, 28 Aug 2020 08:25:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15cf2bfc-90de-4020-b8bc-5480064c06a3</guid><dc:creator>Tesseract</dc:creator><description>&lt;p&gt;Sorry here is hex file working on NRF52840 but not on Fanstel BT840F&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/firmware.hex"&gt;devzone.nordicsemi.com/.../firmware.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>