<?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>Using nRF51422 for sending bluetooth packets</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17500/using-nrf51422-for-sending-bluetooth-packets</link><description>Hi, I started using the nRF51422 kit today. Downloaded nRFgo Studio, Master Control Panel, nRF Connect, BLE Sniffer, Wireshark 1.10 (after figuring out that you don&amp;#39;t support higher versions), Keil &amp;#181;Vision, S110, S120, S130 stacks, and nRF5-SDK files</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Nov 2016 13:37:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17500/using-nrf51422-for-sending-bluetooth-packets" /><item><title>RE: Using nRF51422 for sending bluetooth packets</title><link>https://devzone.nordicsemi.com/thread/67267?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 13:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5659a2b0-982b-47af-8b46-334bfcec9e62</guid><dc:creator>Troels</dc:creator><description>&lt;p&gt;This worked fine, thank you :).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using nRF51422 for sending bluetooth packets</title><link>https://devzone.nordicsemi.com/thread/67266?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 12:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9345d194-5e66-4db5-9bff-933d6a633055</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;The &lt;em&gt;ble_app_uart_c&lt;/em&gt; example does not write anything to the terminal, unless it receives something over BLE from a connected board. Can you try the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/ble_sdk_app_nus_eval.html?cp=4_0_0_4_2_2_18"&gt;&lt;em&gt;ble_app_uart&lt;/em&gt;&lt;/a&gt; example found in &lt;code&gt;&amp;lt;SDK_folder&amp;gt;\examples\ble_peripheral\ble_app_uart&lt;/code&gt;? This should print UART Start! to the terminal on startup.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using nRF51422 for sending bluetooth packets</title><link>https://devzone.nordicsemi.com/thread/67263?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 10:43:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8bbe3ac-977c-4ecb-96d8-c80c5d560b3e</guid><dc:creator>Troels</dc:creator><description>&lt;p&gt;Even the UART doesn&amp;#39;t seem to work. I loaded ble_att_uart_c_s130_pca10028 into µVIsion, loaded the flash softdevice, then changed to the application, and loaded that. LED1 is blinking at 0.5 Hz as it&amp;#39;s supposed to according to the guide, but nothing happens in Termite. I tried both setups; RTS/CTS flow control and Status LEDs, and then enabling the RTS in the terminal. Nothing. Then I tried removing flow control and status LEDs from the terminal, and disable flow control in the uart_init function. Still nothing. Note: The example used a baud rate of 115200, while the program I used is 38400. As long as uart_init and Termite setting is the same, I assume it doesn&amp;#39;t matter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using nRF51422 for sending bluetooth packets</title><link>https://devzone.nordicsemi.com/thread/67264?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 09:03:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50656590-7611-4c76-ab53-47319887679c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;If you want to follow the tutorials, you need a BLE enabled phone or a nRF51-DK/nRF51 Dongle to use with Master Control Panel (MCP). Recently, MCP have been replaced by &lt;a href="https://www.nordicsemi.com/Products/Bluetooth-low-energy/nRF-Connect-for-desktop"&gt;nRF Connect for desktop&lt;/a&gt;. This also support nRF52-DK for interfacing with BLE devices. If your PC have a BLE enabled Bluetooth interface, you can connect to devices using this, but you will have to create your own application or driver. If you have your kit (I&amp;#39;m assuming you are using the nRF51-DK?) connected to your computer, you can communicate with the device throug UART (using Termite or TeraTerm), if this is setup in the application in the board. This will not have any connections to the BLE part.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using nRF51422 for sending bluetooth packets</title><link>https://devzone.nordicsemi.com/thread/67265?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2016 08:48:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aef506b0-f79a-4142-b391-2d9d95bebec4</guid><dc:creator>Troels</dc:creator><description>&lt;p&gt;Thanks for the quick reply, Jørgen. I&amp;#39;m now following the BLE advertising tutorial from that list, but I&amp;#39;ve hit another stumbling block. I was under the impression that you could find the bluetooth device from your computer, but it seems from all the tutorials that you either need the dongle, or a BLE compatible phone...Is there no way to just connect the chip to a computer through TeraTerm (or Termite as you suggested in the tutorial)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using nRF51422 for sending bluetooth packets</title><link>https://devzone.nordicsemi.com/thread/67262?ContentTypeID=1</link><pubDate>Thu, 03 Nov 2016 14:37:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:153f7b33-25ba-4eaf-9430-60685a7424b1</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The softdevice target in Keil only flashes the softdevice, you will have to flash the application in addition afterwards.&lt;/p&gt;
&lt;p&gt;I would recommend you to go through the &lt;a href="https://devzone.nordicsemi.com/tutorials/"&gt;tutorials&lt;/a&gt; here on DevZone, especically the getting started tutorial and the BLE tutorials, to learn more about the use of our chips and how to setup BLE communication.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>