<?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>show float number in sdk13.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23766/show-float-number-in-sdk13-1</link><description>float f = 1.234;
NRF_LOG_INFO(&amp;quot;My float number&amp;quot; NRF_LOG_FLOAT_MARKER &amp;quot;\r\n&amp;quot;, NRF_LOG_FLOAT(f))); 
 How to simplify this way to show float number by uart in sdk13.1.
In sdk 10.0.0 ,i use app_trace_log to debug.
And now ,it&amp;#39;s a big trobule to transplant</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Jul 2017 11:32:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23766/show-float-number-in-sdk13-1" /><item><title>RE: show float number in sdk13.1</title><link>https://devzone.nordicsemi.com/thread/93478?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 11:32:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4587985-481b-450d-bcb2-6a1ac181d7e7</guid><dc:creator>Jakub Rzeszutko</dc:creator><description>&lt;p&gt;If you are using CLI you can do like that:
nrf_cli_fprintf(p_cli, NRF_CLI_NORMAL, &amp;quot;My float number = %f\r\n&amp;quot;, f);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>