<?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>serve web page from nRF52DK via BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13095/serve-web-page-from-nrf52dk-via-ble</link><description>Hello, 
 I want to serve webpage from nRF52DK via BLE.
In fact I got the kit specifically for this task.
I have installed GCC, Eclipse and SDK for IOT.
Thanks to the nice tutorials on this website I got everything working properly: can compile and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Apr 2016 19:42:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13095/serve-web-page-from-nrf52dk-via-ble" /><item><title>RE: serve web page from nRF52DK via BLE</title><link>https://devzone.nordicsemi.com/thread/49937?ContentTypeID=1</link><pubDate>Tue, 12 Apr 2016 19:42:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bbf1c86-12cb-423f-a79e-7ce7495d0df0</guid><dc:creator>Ady</dc:creator><description>&lt;p&gt;I see a lot of examples in the SDK covering a multitude of protocols but no simple HTTP server, am I missing something?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serve web page from nRF52DK via BLE</title><link>https://devzone.nordicsemi.com/thread/49939?ContentTypeID=1</link><pubDate>Tue, 12 Apr 2016 11:52:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e53dc32b-c759-46da-9a3f-1534bb1cef78</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, I guess that should work fine, but please note that we only have examples on how to set this up with Linux.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serve web page from nRF52DK via BLE</title><link>https://devzone.nordicsemi.com/thread/49938?ContentTypeID=1</link><pubDate>Tue, 12 Apr 2016 00:19:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bc64f74-151a-4c1e-b42e-3ff6e32242cd</guid><dc:creator>pashka</dc:creator><description>&lt;p&gt;Thanks,
I will educate myself on internet protocols.&lt;/p&gt;
&lt;p&gt;For now I want to work locally without sending anything to the internet. I just need to be able to access  web content (GUI) from nRF52 over BLE with BLE-enabled client in browser so that user can communicate with nRF52 (sending commands and receiving responses).
Can I use BLE-enabled device such as Android tablet or laptop with Bluetooth 4 dongle to work as a client and router in this case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serve web page from nRF52DK via BLE</title><link>https://devzone.nordicsemi.com/thread/49936?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2016 12:58:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30aa19e3-67b0-422c-9f0b-7f031fa61d6c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;As @awneil pointed out, you need to have basic understanding of the protocols on which the internet is built before jumping into setting up webpages and interfacing these with IoT devices.   I suggest that you take a closer look at HTTP and the transport protocol it uses TCP.&lt;/p&gt;
&lt;p&gt;The nRF52 only communicates over BLE and needs to connect to a BLE-enabled router, which in turn is connected to the internet, in order to communication through IPv6.&lt;/p&gt;
&lt;p&gt;We use the Raspberry Pi as our BLE-enabled router due to its popularity and large community, but you may use other devices as your BLE-enabled router&lt;/p&gt;
&lt;p&gt;-Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serve web page from nRF52DK via BLE</title><link>https://devzone.nordicsemi.com/thread/49935?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2016 09:36:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9cfc846-a7ff-42f3-938d-4a04bc2d741a</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Clearly, you are going to need at least a working understanding of internet protocols!&lt;/p&gt;
&lt;p&gt;I suggest you start here: &lt;a href="https://www.jmarshall.com/easy/"&gt;www.jmarshall.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Specificall, for HTTP (which is the protocol used by web pages), see: &lt;a href="https://www.jmarshall.com/easy/http/"&gt;www.jmarshall.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>