<?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>BLE data is not readable in Serial Bluetooth Mobile App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105694/ble-data-is-not-readable-in-serial-bluetooth-mobile-app</link><description>I have a device which uses &amp;quot; s132_nrf52 &amp;quot; soft device. I also have the firmware of that device. Now I need to read the data from that device which is being transmitted through BLE. I have tried to connect it to my phone and used &amp;quot; Serial BLE &amp;quot; app to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Nov 2023 09:32:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105694/ble-data-is-not-readable-in-serial-bluetooth-mobile-app" /><item><title>RE: BLE data is not readable in Serial Bluetooth Mobile App</title><link>https://devzone.nordicsemi.com/thread/455915?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2023 09:32:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37ca0695-350c-4ee7-9895-c96b6b9551a8</guid><dc:creator>Einar Thorsrud</dc:creator><description>[quote user="bilal7317"]1. Does nRF encrypt the data or is it just the problem of encoding selection?[/quote]
&lt;p&gt;The data is not encrypted on the application layer (if you use pairing/bonding it would be encrypted by the stack, but decrypted before the app sees it), so that is not the problem.&lt;/p&gt;
[quote user="bilal7317"]2. I have their firmware so can I get any information about encoding from code?[/quote]
&lt;p&gt;Yes, you can. Or perhaps it is binary data? If so, it makes no sense to display it as any form of text (regardless of which encoding yo use). you could display it as hex in that case, but you will have to understand what it means.&lt;/p&gt;
[quote user="bilal7317"]3. Is it possible that they have use some kind of encryption? I have skimmed through code and there was no such thing but still if there is possibility then kindly let me know.&amp;nbsp;[/quote]
&lt;p&gt;On the&amp;nbsp;application layer? It would be sprising, but who knows. All I know is that it is data of some sorts (meaning a string of 1&amp;#39;s and 0&amp;#39;s representing &lt;em&gt;something&lt;/em&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE data is not readable in Serial Bluetooth Mobile App</title><link>https://devzone.nordicsemi.com/thread/455865?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2023 05:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16d81227-f864-43b3-8398-ab8943bcbdae</guid><dc:creator>bilal7317</dc:creator><description>&lt;p&gt;I have tried US-ASCII, UTF-8, UTF-16, UTF-16LE, UTF-16BE but still it is showing garbage data.&lt;br /&gt;&lt;br /&gt;I have few other questions:&lt;br /&gt;1. Does nRF encrypt the data or is it just the problem of encoding selection?&lt;br /&gt;2. I have their firmware so can I get any information about encoding from code?&lt;br /&gt;3. Is it possible that they have use some kind of encryption? I have skimmed through code and there was no such thing but still if there is possibility then kindly let me know.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE data is not readable in Serial Bluetooth Mobile App</title><link>https://devzone.nordicsemi.com/thread/455761?ContentTypeID=1</link><pubDate>Wed, 15 Nov 2023 13:12:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db099319-cc41-4993-8ff5-ef081326039e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I am not familiar with the app you are using, but I suspect an encoding issue. If the data is sent as ASCII, you should select&amp;nbsp;ASCII as the format in the app (if possible).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>