<?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>NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82496/nrf52840-dongle-not-working-properly</link><description>Hi, 
 I have a problem with my nrf dongle i have working example on the DK and i could not put this onto the dongle. I tried dedicated examples and they are not working too. For example ble app blinky the softdevice and the app file were good, device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Dec 2021 11:22:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82496/nrf52840-dongle-not-working-properly" /><item><title>RE: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/343376?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 11:22:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d81baea5-62a9-4eb8-97e2-e783ed5b891d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I asked one of my colleagues that works with the iOS version of the nRFConnect app, and apparently, the iPhone/iOS caches services, etc. until you do service discovery again. You can try erasing bonding information entirely on the phone side to make sure it&amp;#39;s not cached anymore, and then try reinstalling the app and make sure service discovery is being done upon the new connection.&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: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/343335?ContentTypeID=1</link><pubDate>Tue, 14 Dec 2021 09:12:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57ad6a7f-0549-4a3c-8884-1a8dc28fca22</guid><dc:creator>Ceranthor</dc:creator><description>&lt;p&gt;I have one more question i made it working but i do not know how to write a new line and all my data is transfered into a single line on serial port i tried 0x0A sign (new line sign) but it did not work&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/343088?ContentTypeID=1</link><pubDate>Mon, 13 Dec 2021 09:31:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23f5b8f6-ea44-4fa9-b797-6bfa08764035</guid><dc:creator>Ceranthor</dc:creator><description>&lt;p&gt;Now i see that my phone see everything as LBS service, hrs uart etc. Reinstalling app (NRF connect) do not work, the problem is still the same. I use iPhone X. Do you have any advice for this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/343077?ContentTypeID=1</link><pubDate>Mon, 13 Dec 2021 09:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f32eb250-b0fb-46af-b36c-69c488cd3326</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I see no reason why the LBS service should be part of this project from the main.c file. What SDK example did you base your project on? The ble_app_uart nor the usbd_ble_uart example projects have the lbs service enabled by default.&lt;/p&gt;
&lt;p&gt;To make sure that you are connecting to the correct board, can you try changing the Device name on your Dongle, and connect to the new name to check that the lbs service is still present.&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: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/342855?ContentTypeID=1</link><pubDate>Fri, 10 Dec 2021 09:01:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:881df31d-5349-4ce7-ab07-80d040ece6d0</guid><dc:creator>Ceranthor</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8611.main.c"&gt;devzone.nordicsemi.com/.../8611.main.c&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With pleasure it took me 9 hours yesterday and still the same problem. There is no ble_lbs_init() in sdk confis LBS is disabled and still it appears.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/342854?ContentTypeID=1</link><pubDate>Fri, 10 Dec 2021 08:57:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39d32244-59b8-4b11-aa85-90061c05562a</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Could you possibly upload the main file or at least a snippet of the main() loop of your application so I can take a look. The service must be called somewhere in your application for. You can try searching your entire project for the ble_lbs_init() function, as that should be the function initializing this service.&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: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/342774?ContentTypeID=1</link><pubDate>Thu, 09 Dec 2021 16:13:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86ffc141-0f22-4281-8404-e5801b9e0a54</guid><dc:creator>Ceranthor</dc:creator><description>&lt;p&gt;I have another problem. In this program i want to use dongle as BLE UART with CDC. I changed the example. I can access serial port - this works, i can see in nrf connect as uart - this works. In attribute table i see this as Led and button service what is strange i disabled it and there is no functions in my code to enable them.&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/261732347_5F00_1352092871905622_5F00_8745077275431793740_5F00_n.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/342547?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 13:05:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:094ee074-2266-4bad-90ae-ef3407a81bbe</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This &amp;quot;Failed to write&amp;quot; message will occur when you flash using the Dongle in the Programmer app as the Dongle will move into running the application, thus the USB bootloader that communicates with the computer and nRFConnect app. You should see the Dongle (if you flash a BLE app onto it) that it switches from pulsing red to blinking green (indicating that it is advertising). Here&amp;#39;s a screenshot of a successful flash of the ble_app_hrs application to an nRF52 Dongle on my end:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1638968746096v1.png" alt=" " /&gt;&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: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/342478?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 08:24:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a268468-ebf4-44e6-a632-e8c69ad1cb6c</guid><dc:creator>Ceranthor</dc:creator><description>&lt;p&gt;I followed steps from this tutorial. I cannot even revert the bootloader using nrf connect -&amp;gt; programmer i tried multiple times and every bootloader and none of them works&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1638951817100v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Dongle not working properly</title><link>https://devzone.nordicsemi.com/thread/342461?ContentTypeID=1</link><pubDate>Wed, 08 Dec 2021 06:26:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe51f913-4218-40a5-8d67-5cf0cebb47ac</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Have you checked out&amp;nbsp;our &lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt;Dongle programming tutorial available here&lt;/a&gt;. The device blinking with a green light sounds correct for an advertising device, but when the light changes to red (pulsing red), it sounds like it have returned to Bootloader mode for some reason, which should only occur if you press the button mounted on the side of the Dongle while it&amp;#39;s running an application.&lt;/p&gt;
&lt;p&gt;Please check out the Dongle programming tutorial to make sure you&amp;#39;ve flashed the application correctly onto your Dongle, and that you&amp;#39;ve not accidentally erased the bootloader. How to revert it to the production bootloader is also described.&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></channel></rss>