<?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>How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12006/how-do-i-send-midi-data-over-ble-uart</link><description>hi,
i am using ble_uart example in which i am sending 3 byte of midi data
(90 1e 45 0a .E.)
i am getting (.E.) when i converts this ascii value to hex value i get (2e 45 2e) which is not same as the data i am sending. 
 i have no idea what should</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Feb 2016 11:24:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12006/how-do-i-send-midi-data-over-ble-uart" /><item><title>RE: How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/thread/45455?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2016 11:24:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:450633af-cdfd-4575-8540-e77232b086dc</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;From a quick google search I found this &lt;a href="https://github.com/sieren/blidino"&gt;github page&lt;/a&gt; which implements a MIDI over BLE bridge, maybe that could be of some help.&lt;/p&gt;
&lt;p&gt;Best regards,
Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/thread/45453?ContentTypeID=1</link><pubDate>Sat, 20 Feb 2016 09:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22fdf59d-b641-4641-b1b1-21e53d1c3df1</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;I can&amp;#39;t help you any more than this because I really don&amp;#39;t understand what you&amp;#39;re asking nor what your actual problem is. Perhaps if you post some code as Wojtek suggested or can find someone to re-phrase your problem so we can understand it, someone can help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/thread/45452?ContentTypeID=1</link><pubDate>Sat, 20 Feb 2016 06:17:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28018033-60fd-49f7-a9c1-2d42122f36e7</guid><dc:creator>Deepak Kumar</dc:creator><description>&lt;p&gt;yes, you are saying right. now i need to add 3 more byte of data with the existing 3 byte of data . since 90 in midi format denotes note on status and last 2 byte data represent velocity and pitch. now i need to add timestamp of data in a particular format. for which i need to edit each by of 3 midi data using some bitwise shifting operator or anything to make the apple midi format.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/thread/45451?ContentTypeID=1</link><pubDate>Sat, 20 Feb 2016 06:11:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aedead72-1d8b-4ff2-903d-59102dc64243</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry but I really cannot understand what it is you are asking, if in fact you are asking a question.&lt;/p&gt;
&lt;p&gt;Are you sending 3 bytes or 7 bytes?&lt;/p&gt;
&lt;p&gt;where does this&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;90 1E 45 0A .E. 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;come from? That is some kind of debugger or hex viewer output, your data is there, it&amp;#39;s 90 1E 45 followed by a newline (0A), however you appear to be converting the &amp;#39;.E.&amp;#39; which is just the ASCII view of the last 3 characters of your data. Since 1E and 0A don&amp;#39;t have ASCII representations, they are shown as &amp;#39;.&amp;#39; and the 90 isn&amp;#39;t there at all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/thread/45450?ContentTypeID=1</link><pubDate>Sat, 20 Feb 2016 06:03:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fd2e105-4608-4862-bdbe-b22405fbfe7b</guid><dc:creator>Deepak Kumar</dc:creator><description>&lt;p&gt;yes you are right @RK , thing is that i need to edit the midi data coming into apple midi format with is of 7 byte. for with i need to have access to each byte of data. not in character format. in hex or binary format. for which i need the get the same result i am sending.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/thread/45449?ContentTypeID=1</link><pubDate>Sat, 20 Feb 2016 02:04:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b499fe7-bf21-4467-9b29-830c88176f89</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Your question makes little sense. You say you&amp;#39;re sending 3 bytes and then put 7 bytes of data in the parentheses in the question. Then you say you are receiving &amp;quot;.E.&amp;quot; which according to the question is the last 3 bytes of the data you say you are sending and since 2E 45 2E is ASCII for &amp;quot;.E.&amp;quot; then it appears you are getting back exactly what you send out.&lt;/p&gt;
&lt;p&gt;If you want 90 1E 45 then send out 90 1E 45 instead of grabbing the screen printout which converts the control characters to &amp;quot;.&amp;quot; for human readability and sending that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do i send midi data over ble uart</title><link>https://devzone.nordicsemi.com/thread/45454?ContentTypeID=1</link><pubDate>Fri, 19 Feb 2016 15:02:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3e29206-eea6-453f-9cf0-7f8c125d8c6d</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;I am not sure, but probably something is wrong. It is &lt;strong&gt;really&lt;/strong&gt; hard to say without seeing code or something.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>