<?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>Sending commands to peripheral in nRF Toolbox app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34245/sending-commands-to-peripheral-in-nrf-toolbox-app</link><description>Hi all, 
 I&amp;#39;m currently learning on how to build bluetooth connections with a device from an app. For that I downloaded the iOS version of the nerf Toolbox app, as my chip is also from nRF. There I want to send some String to the peripheral with the line</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 May 2018 08:17:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34245/sending-commands-to-peripheral-in-nrf-toolbox-app" /><item><title>RE: Sending commands to peripheral in nRF Toolbox app</title><link>https://devzone.nordicsemi.com/thread/131806?ContentTypeID=1</link><pubDate>Mon, 14 May 2018 08:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5879e518-0df1-47cc-bc1a-917611e10edc</guid><dc:creator>Mostafa Berg</dc:creator><description>&lt;p&gt;It&amp;#39;s quite tricky to find out what went wrong here as we don&amp;#39;t know how your peripheral works exactly, but the easiest way is to compile nRF Toolbox on your computer, and have a breakpoint at the point where we send the data to the characteristic, and compare&amp;nbsp;the value of the `NSData` object being sent to the value your app is sending, this will show us at least if you&amp;#39;re sending the correct data or not.&lt;br /&gt;&lt;br /&gt;Another thing to look out for is that you&amp;#39;ve enabled notification on the characteristic too so you&amp;#39;ll be able to receive data. maybe you&amp;#39;ve forgotten that ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>