<?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>BLE not working in custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42052/ble-not-working-in-custom-board</link><description>Hi, We made a custom board using the NRF52832. Everything is working in our system except BLE part. We are using SDK 13 with Softdevice of S132 v4.0.2. We tried to flash examples provided by Nordic but board is not visible to other BLE devices. 
 I tried</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Jan 2019 17:16:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42052/ble-not-working-in-custom-board" /><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163828?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 17:16:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3e56245-0998-4603-9bb3-654f4be2e8e7</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We solved the issue by using internal RC oscillator with 30 ppm accuracy.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;BLE start advertising in other ble devices.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; regards&lt;/p&gt;
&lt;p&gt;Hemabas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163624?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 04:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b1b69f8-e409-4675-987f-eef223133dfe</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi Nguyen, I changed the clock form crystal to RC, still ble is not working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163542?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 18:31:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02d89721-9679-4efe-b877-f1662333e985</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Ah, in that case you need to change the Softdevice init to use RC instead of the crystal. &amp;nbsp;You can find the define setting in sdk_config.h. &amp;nbsp;It is by default using crystal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163527?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 16:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f6bfcbc-5c9a-4d7a-95d8-828826e6b6e3</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi AndreasF,&lt;/p&gt;
&lt;p&gt;I am using segger embedded studio for debugging.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Code is working fine.&lt;/p&gt;
&lt;p&gt;I increased the TX power also. But ble is not advertising.&lt;/p&gt;
&lt;p&gt;Now how can I debug it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163417?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 11:53:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a265a57-4cd1-4cde-af21-ff99c6426ebe</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi, thanks for your quick response.&lt;/p&gt;
&lt;p&gt;I will try to debug it.&lt;/p&gt;
&lt;p&gt;But I have a doubt, how the code is working fine in thingy?&lt;/p&gt;
&lt;p&gt;If there is a problem in code means, then it won&amp;#39;t work in thingy also. Am I right?&lt;/p&gt;
&lt;p&gt;One difference between my board and thingy is, I am using internal RC oscillator instead of external 32 Khz Crystal.&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; regards,&lt;/p&gt;
&lt;p&gt;Hemabas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163413?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 11:39:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53908859-a67d-4212-bfb2-9c90a309727a</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Can you try to debug by using &lt;a href="https://www.segger.com/products/development-tools/ozone-j-link-debugger/technology/system-requirements/"&gt;Ozone&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Ozone is free to use.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163403?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 11:14:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2f2b7ba-5f1f-4cde-a861-4401527b4879</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi, I tried experimental_ble_app_blinky example.&lt;/p&gt;
&lt;p&gt;I dont use any IDE, so I am unable to debug it. I compiled the code with the help of gcc and the code is working fine in thingy, but it is not working in my board.&lt;/p&gt;
&lt;p&gt;We checked the frequency in spectrum, frequency is detected. But board is not advertising. If I am missing anything?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163394?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 10:28:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c702def-8d19-4e7e-a11b-ffc33033bac5</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Which example did you look at? Have you tried debugging?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163355?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 08:18:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42407dc0-87eb-4b81-b94b-7ffd8ec402dd</guid><dc:creator>Hemabas</dc:creator><description>&lt;p&gt;Hi andreaf, I flashed softdevice s132_v4.0.2.hex in my device&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not working in custom board</title><link>https://devzone.nordicsemi.com/thread/163347?ContentTypeID=1</link><pubDate>Wed, 02 Jan 2019 05:25:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5aa0c3e6-00dd-455b-a2d0-3b352438a373</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Have you flashed the SoftDevice to your device?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>