<?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>Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7515/get-value-on-nrf51822ek-slave-on-central-and-display-on-terminal</link><description>I am getting device id of peripheral on central and then getting it displayed on hypertermianl hyperterminal using ble app multilink perihperal code with multilink central on nrf51822 ek each. The data received on hyperterminal is shown below
 
 Now</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Jun 2015 13:29:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7515/get-value-on-nrf51822ek-slave-on-central-and-display-on-terminal" /><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26733?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 13:29:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:760375a7-02c4-47f9-93d1-9a70f35cbddf</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Mohib: We provide the SDK without any pre-compiled hex. So if you have hex file in your folder, most likely it was built by you earlier.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26732?ContentTypeID=1</link><pubDate>Tue, 23 Jun 2015 10:32:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df2ec2ce-87cf-4e45-96ee-6ee8ff157656</guid><dc:creator>Mohib</dc:creator><description>&lt;p&gt;developer.nordicsemi.com. You can find the multilink cenral/peripheral example under the \Nordic\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s120\experimental\in SDK 6.0.0. I am not sure right now which ver i have ,5 or 6 but i think it doesnt matter. I shall try that uart example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26731?ContentTypeID=1</link><pubDate>Mon, 22 Jun 2015 12:28:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a872dd5-c37b-4a39-bce3-23a9262427ce</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Mohib: If you can toggle the LED when there is a button press. I see no reason why you can&amp;#39;t print out something on UART at the same place where the LED is toggled.
If you are not familiar with UART you can try to have a look at UART example, or ble_app_uart example.
Which hex file did you mention ? Please give the full path and name to the hex file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26730?ContentTypeID=1</link><pubDate>Mon, 22 Jun 2015 06:30:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e6d0363-bf0d-41ac-bd6e-0b0fdf8c5432</guid><dc:creator>Mohib</dc:creator><description>&lt;p&gt;Yes, LED toggles on button press. One another key issue is that i am trying to run ble_App
_multilink_peripheral and central of nrf6310 folder with modifications like changing the directive and LED number with respect to 518222ek but it does not show anything on terminal whereas the LED toggles on slave. However , there is 1 more pair of peripheral and central hex in my folder (i dont have its code) that displays data in the terminal when central is connected to PC. Is that again same issue of client_handling.c file ? or Can i somehow get code from that hex ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26728?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2015 12:15:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72edc99a-5134-4674-ab5b-7f2936fe7e39</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Mohib: I assume that you have the LED turn off and on when you press a button on the slave. If it&amp;#39;s the case you should have a look at the on_evt_hvx() in client_handling.c. This is where we update the LED when we receive a notification packet from the slave.&lt;/p&gt;
&lt;p&gt;You can try to print out on UART when you receive a call to this function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26729?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2015 08:08:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c0bf3a7-d2a7-4528-bac2-2635878266f9</guid><dc:creator>Mohib</dc:creator><description>&lt;p&gt;i have edited the post with pic of data received&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26724?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2015 07:53:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fdba008-d923-4acb-898d-cfd225e007ed</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Mohib: could you explain more on &lt;em&gt;&amp;quot; I am getting some data on termial using ble_app_multilink_peripheral and central code but not the value of button&amp;quot;&lt;/em&gt; ? Which data have you got ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26727?ContentTypeID=1</link><pubDate>Fri, 12 Jun 2015 15:35:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c402a94-75ce-49f6-b7ce-8bdabd82c42c</guid><dc:creator>Mohib</dc:creator><description>&lt;p&gt;i think i may be unable to explain my point to you. in simple, i want to send value of a salve  kit button whenever it is toggled, on central. The value highlighted in the pic , i want that on my central and display on terminal. I am getting some data on termial using ble_app_multilink_peripheral and central code but not the value of button&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26726?ContentTypeID=1</link><pubDate>Fri, 12 Jun 2015 10:34:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef671149-b8b7-4a8f-9421-2ce98a7955a3</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Mohib: If your plan to use nRF51822 as central, I guess you can go straight to that and try to connect the nRF51 with the Raspberry PI via SPI, UART or I2C.&lt;/p&gt;
&lt;p&gt;If you really want to test with the dongle, you can think of using the Master Emulator APIs, instead of using the Master Control Panel. The Master Emulator APIs could be found at C:\Programfiles(x86)\Nordic Semiconductor\Master Emulator.&lt;/p&gt;
&lt;p&gt;We have some examples in that folder as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26725?ContentTypeID=1</link><pubDate>Thu, 11 Jun 2015 18:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eaedde6f-fc59-4e67-9cc0-6e0de6a2825b</guid><dc:creator>Mohib</dc:creator><description>&lt;p&gt;m using another 51822 board as central, dongle is just for testing. from central , data is sent to pi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Value on nrf51822ek slave on central and display on terminal</title><link>https://devzone.nordicsemi.com/thread/26723?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2015 09:04:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d64b44eb-5010-4706-aa23-68e753602797</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Mohib:
If you simply want to forward a button press on a nRF51822 ek to another embedded board ( in your case the Raspberry PI ? ) would it&amp;#39;s be better to use another nRF51822 as a central device (instead of the dongle) and output it to GPIO pin ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>