<?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>Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3411/blink-led-with-nrf51822-developer-kit-bluetooth-smart-beacon-kit</link><description>Is there anyway to get a light to blink using only the PCB antenna module?
 
 Also, is there anyway to blink a light using only the Bluetooth Smart Beacon chip?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Aug 2014 13:27:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3411/blink-led-with-nrf51822-developer-kit-bluetooth-smart-beacon-kit" /><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12390?ContentTypeID=1</link><pubDate>Tue, 19 Aug 2014 13:27:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66704387-1e71-4404-a2dc-24593ddeb893</guid><dc:creator>random</dc:creator><description>&lt;p&gt;Ahhh i see now! I&amp;#39;m sorry for such amateur questions but I&amp;#39;m really new to the hardware world. Things are crazy here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12389?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2014 21:50:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5efe901e-a47d-4d2e-b6c0-c798b7774252</guid><dc:creator>Steven L.</dc:creator><description>&lt;p&gt;If you follow the definition of LED_0 and LED_1 you will come up to a number, 17 and 18 I believe. Those are the GPIO ports in the CPU. Now if you check the schematics, those ports are connected to those jumper ports.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12388?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2014 20:49:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1aebac1f-3dfc-489c-9abb-caffd62469e2</guid><dc:creator>random</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand how you specify the LED pin. All I see is LED_0 and LED_1. How is that specifying P2.31??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12391?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2014 22:09:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9065247c-849a-4e80-ae1e-614ff898047e</guid><dc:creator>Steven L.</dc:creator><description>&lt;p&gt;No modifications. If you check the main function you will see that many functions are called before advertising_start() is called, which is the call that will make your device be visible to the world so anything in between may be failing or your program may not be starting at all, for example because is flashed at the wrong address. This is my command (loadbin _build/ble_uart_s110_xxaa.bin 00016000)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The easiest way would be to use a debugger, under Linux I use the JLinkGDBServer and arm-none-eabi-gdb. Set a breakpoint at main and step through the code, if anything is failing you will find out right away. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Startig the JLinkGDBServer:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;JLinkGDBServer -device nrf51422 -if swd -speed 1000  -port 8080&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;my .gdbinit:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;target remote localhost:8080&lt;br /&gt;
break main&lt;br /&gt;
monitor reset&lt;br /&gt;
continue
.gdbinit&lt;/p&gt;
&lt;p&gt;If you can&amp;#39;t debug and don&amp;#39;t have a console connected to uart, another approach is to use the LED, making it blink after each function call.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12387?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2014 18:36:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aad4719a-f976-4fa4-8b3f-190d858ae9d2</guid><dc:creator>random</dc:creator><description>&lt;p&gt;Did you have to modify the code at all? I was able to get the hardware setup and install fine but I&amp;#39;m not able to see it in the Master Control Panel or on my iOS device. Any suggestions??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12386?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2014 23:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3745c32a-15c1-40ff-877b-c7e02b0152ff</guid><dc:creator>Steven L.</dc:creator><description>&lt;p&gt;I added a second picture to my answer.&lt;/p&gt;
&lt;p&gt;The BLE UART demo is in the nrf51822 folder, but it works with the nrf51422.&lt;/p&gt;
&lt;p&gt;SDK_FOLDER/nrf51822/Board/pca10001/s110/experimental/ble_app_uart&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12385?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2014 19:47:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f1647ad8-8f24-492d-a07e-709c0b06dd77</guid><dc:creator>random</dc:creator><description>&lt;p&gt;Also, what example did you say you were running? I don&amp;#39;t see a BLE/UART in the s110 folder (including in the experimental folder of Board/s110).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12384?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2014 16:07:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc2dad97-297c-49a5-af39-0cb7f5ac55d8</guid><dc:creator>random</dc:creator><description>&lt;p&gt;Thank you for your answer! It&amp;#39;s been extremely helpful and I think I&amp;#39;m almost there. Could you post a large picture of your hardware setup? The UART chip and everything in the pic??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12382?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2014 14:32:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5409aa99-2548-41e8-bc65-4ec29356b130</guid><dc:creator>random</dc:creator><description>&lt;p&gt;Thanks for your incredibly helpful answer RK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12383?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2014 03:54:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:522ee17d-f827-407c-865c-cb9048a68bca</guid><dc:creator>Steven L.</dc:creator><description>&lt;p&gt;I have the PCA10006, which has the nRF51422 but I assume it should be the same for you. Check the schematics for your board to be sure you are connecting everything to the right ports. They should be listed as hardware files in your &amp;quot;my downloads&amp;quot; page.&lt;/p&gt;
&lt;p&gt;On my board, P2.02 is connected to VCC with 3.6v, P2.06 to GND, with that the chip now powers up and is visible to the Segger debugger. Then on P2.31 and 32 (or fifth position up-&amp;gt;down) I connect the LEDs.&lt;/p&gt;
&lt;p&gt;P1. positions 30 and 32 (or 5 and 6 counting up on the same row) have TX/RX which is connected to a UART module with an FTDI chip on it.&lt;/p&gt;
&lt;p&gt;The board in the picture is running the S110 experimental BLE/UART app, when I connect from the Android app the green LED turns on and the red turns off.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pc10006.jpg" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Edit:&lt;/p&gt;
&lt;p&gt;Added image:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pc10006_5F00_2.jpg" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Blink LED with nRF51822 Developer Kit / Bluetooth Smart Beacon Kit</title><link>https://devzone.nordicsemi.com/thread/12381?ContentTypeID=1</link><pubDate>Thu, 07 Aug 2014 23:07:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0615539a-1b44-46ca-8190-35f67e4f25b0</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;well no to the first one because it doesn&amp;#39;t have an LED on it, yes to the second because it does.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>