<?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_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35514/ble_app_uart-sdk-15-dosnt-work</link><description>Hi, Im using the latest SDK on the latest DK . 
 Im triying to run the ble_app_uart example with default code and, I can compile it and upload it, but i cant see the ssid in my nrfconnect app. 
 If I use the ble_app_blinky I can see the &amp;quot;Nordic_Blinky</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Jun 2018 11:24:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35514/ble_app_uart-sdk-15-dosnt-work" /><item><title>RE: ble_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/thread/137425?ContentTypeID=1</link><pubDate>Mon, 25 Jun 2018 11:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75c474ee-9706-44f4-be79-0ecaa323470a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Robert,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;my colleague Martin has posted the solution for this issue in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/34784/conflicting-types-for-_putchar/133776#133776"&gt;this&lt;/a&gt; answer.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/thread/137272?ContentTypeID=1</link><pubDate>Fri, 22 Jun 2018 17:38:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:736581f7-fe8e-4f0d-b96a-6a7ec2356942</guid><dc:creator>Josep Robert</dc:creator><description>&lt;p&gt;nRF SDK version 15.0&lt;/p&gt;
&lt;p&gt;nRF52 Development Kit board (PCA10040)&lt;/p&gt;
&lt;p&gt;nRF52 DK v1.1.0&amp;nbsp;&amp;nbsp; 2016.19&lt;/p&gt;
&lt;p&gt;Example code:&lt;/p&gt;
&lt;p&gt;C:\Nordic_semi\nRF5_SDK_15.0.0\examples\ble_peripheral\ble_app_uart\pca10040\s132\ses\ble_app_uart_pca10040_s132.emProject&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;retarget.c file&lt;/p&gt;
&lt;p style="padding-left:60px;"&gt;Original line 100:&lt;/p&gt;
&lt;p style="padding-left:90px;"&gt;&amp;nbsp;&amp;nbsp; int __putchar(int ch, FILE * p_file)&lt;/p&gt;
&lt;p style="padding-left:60px;"&gt;&amp;nbsp;Modifien line 100:&lt;/p&gt;
&lt;p style="padding-left:90px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int __putchar(int ch, __printf_tag_ptr * p_file)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Both lines, original and modified, give me the same error: Conflicting types for &amp;#39;__putchar&amp;#39;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I&amp;#39;d like to begin with this example and, once working, modified for a low power, closing and opening the UART.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/thread/137110?ContentTypeID=1</link><pubDate>Thu, 21 Jun 2018 13:33:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:046a098c-c6e6-42b8-985c-5dae38bb9baf</guid><dc:creator>Joakim Jakobsen</dc:creator><description>[quote user="navarrocantero"]Otherwise in the uart example, the file retarget.c throws a error in line 100&amp;nbsp;[/quote]
&lt;p&gt;Take a look at this thread, regarding the same issue.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/34784/conflicting-types-for-_putchar"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/34784/conflicting-types-for-_putchar&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/thread/136847?ContentTypeID=1</link><pubDate>Wed, 20 Jun 2018 08:01:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:633c9387-66ff-4fe9-8bd4-9b25db469cc6</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Ok, so when there is an error in your application, you won&amp;#39;t see the device in your iOS app.&lt;br /&gt;This is because it probably won&amp;#39;t be advertising.&lt;br /&gt;&lt;br /&gt;Are you sure this is an unmodified example? The uart example should run just fine out-of-the-box.&lt;br /&gt;You could try the pre-compiled hex file (containing both the softdevice and the application) and see if that works.&lt;br /&gt;The hex file can be found in your SDK_Folder/examples/ble_peripheral/ble_app_uart/hex&lt;br /&gt;&lt;br /&gt;As for the &amp;quot;int __putchar (int ch, FILE * p_file)&amp;quot;, as far as I know there should be two &amp;#39;_&amp;#39;.&lt;br /&gt;What kind of error are you getting here? &lt;br /&gt;As suggested below, you should you try debugging to find out what is causing this error.&lt;br /&gt;&lt;br /&gt;Best regards, &lt;br /&gt;Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/thread/136739?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 11:47:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65e59b06-3ac6-4d9b-99b6-ede658d8c877</guid><dc:creator>navarrocantero</dc:creator><description>&lt;p&gt;&lt;strong&gt;&lt;span&gt;Can you see the device in nRF Connect advertising with a wrong name, or can&amp;#39;t you see the device at all?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Exactly, I cant see anything in my Ios apps&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span&gt;Are you using nRF Connect on a smartphone or nRF Connect for desktop?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Im ussing the nrf Toolbox and nrf Connect apps in Ios 11.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/blinky.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This is with ble_peripheral/ble_app_blinky&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And with ble_peripheral/ble_app_uart i cant see any ssid in the app.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Otherwise in the uart example, the file retarget.c throws a error in line 100&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;int __putchar(int ch, FILE * p_file) &lt;/strong&gt;and I renamed it  to&lt;/pre&gt;
&lt;pre&gt;&lt;strong&gt;int _putchar(int ch, FILE * p_file) ( the diference is a one &amp;#39;_&amp;#39; minus)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;Regards Joakim!&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/thread/136729?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 11:32:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31517173-21f6-437d-a748-17ff74b26d55</guid><dc:creator>Raghav Iyer</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am assuming you are using Segger embedded studio and a dk. try the following&lt;/p&gt;
&lt;p&gt;enable RTT logging and make sure logger serial backend is disabled in sdk_config.h&lt;/p&gt;
&lt;p&gt;run the app in debug mode and see if you notice any error logs&lt;/p&gt;
&lt;p&gt;try commenting the uart_init function or, if you need it, try connecting a device to the rx and tx pins and then try.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart sdk 15 dosnt work</title><link>https://devzone.nordicsemi.com/thread/136727?ContentTypeID=1</link><pubDate>Tue, 19 Jun 2018 11:24:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9746a18-9abe-41d9-97e2-b0d4ba4047c8</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;So you can see the advertising name, &amp;quot;Nordic_Blinky&amp;quot;, when using the ble_app_blinky example.&lt;/p&gt;
&lt;p&gt;But you can&amp;#39;t see the advertising name when using the uart examples? Can you see the device in nRF Connect advertising with a wrong name, or can&amp;#39;t you see the device at all?&lt;/p&gt;
[quote user=""]Its normal that I cant see the ssid in the nrfconnect app?[/quote]
&lt;p&gt;No, you should be able to see the device in nRF Connect when using the UART examples.&lt;/p&gt;
&lt;p&gt;Are you using nRF Connect on a smartphone or nRF Connect for desktop?&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>