<?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>nRF5 IoT SDK v0.9.0 TCP Server Example - Connection refused</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15422/nrf5-iot-sdk-v0-9-0-tcp-server-example---connection-refused</link><description>Need some help on the tcp server example in the IoT SDK. 
 All steps working but the python script gets Connection refused. 
 bash# ifconfig bt0 
 bt0 Link encap:UNSPEC HWaddr B8-27-EB-FF-FE-1A-A7-41-00-00-00-00-00-00-00-00

 inet6 addr: fe80::ba27</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Sep 2016 07:57:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15422/nrf5-iot-sdk-v0-9-0-tcp-server-example---connection-refused" /><item><title>RE: nRF5 IoT SDK v0.9.0 TCP Server Example - Connection refused</title><link>https://devzone.nordicsemi.com/thread/58852?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2016 07:57:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed653dda-0223-407f-a0a3-27327c91b32c</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Hi. The IP address &lt;strong&gt;fe80::ba27:ebff:fe1a:a741&lt;/strong&gt; is the address of the &lt;strong&gt;bt0&lt;/strong&gt; interface on your computer. You need to connect to the IP address of the nRF52 kit. As written in the Python example script:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#This example assumes the server BD address to be 00:AA:BB:CC:DD:EE and the used global prefix to be 2004::/64.
#Therefore the global IPv6 address of the server will be 2004::02AA:BBFF:FECC:DDEE.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;00:AA:BB:CC:DD:EE represents the address of the nRF52 kit. And you can work out the IP address by using the above &amp;quot;formula&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>