<?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 to print Unicode character</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91847/how-to-print-unicode-character</link><description>Board: nRF52833 
 SoftDevice: s122 
 SDK version: 17.0.2 
 I&amp;#39;m trying to connect my device to the Edge Impulse through the edge impulse data forwarder. I have a peripheral that sends the sensor data to the central device through ble. The central device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Sep 2022 07:33:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91847/how-to-print-unicode-character" /><item><title>RE: How to print Unicode character</title><link>https://devzone.nordicsemi.com/thread/385846?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 07:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f3f613a-7c09-40f0-a25f-48c44f08a584</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Please consider the&amp;nbsp;usbd_ble_uart as fully transparent, so if you have any problems with data not in the correct format etc then the problem is not related to the&amp;nbsp;&lt;span&gt;usbd_ble_uart example, since the example just pass through any data as it&amp;#39;s received.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to print Unicode character</title><link>https://devzone.nordicsemi.com/thread/385838?ContentTypeID=1</link><pubDate>Tue, 13 Sep 2022 05:42:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a96ee85e-7538-48cd-89df-1a07ae3faae0</guid><dc:creator>Nabeel Ar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="2111" url="~/f/nordic-q-a/91847/how-to-print-unicode-character/385716"]I think you will need to look at the peripheral side[/quote]
&lt;p&gt;I&amp;#39;m just receiving the data from the sensor and sending it through the ble_nus_data_send() function.&lt;/p&gt;
&lt;p&gt;I found the&amp;nbsp;#define APP_USBD_CONFIG_DESC_STRING_UTF_ENABLED 0 define in sdk_config.h file. Does it do anything with the issue? Though I tried enabling it, nothing has changed. Does UTF have to do anything with it? Is there any other way to solve it?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to print Unicode character</title><link>https://devzone.nordicsemi.com/thread/385716?ContentTypeID=1</link><pubDate>Mon, 12 Sep 2022 11:41:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88f97b7d-f276-4b38-b0bd-75006b5bba8b</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not familiar with how the edge impulse data forwarded is working, but looking at the implementation of&amp;nbsp;nus_data_handler() in&amp;nbsp;&lt;span&gt;usbd_ble_uart() I can find that is is strictly forwarding anything it does receive on BLE to USB without any modification, possible with the exception that is does add a ENDLINGE_STRING (\n\r). I think you will need to look at the peripheral side, though it&amp;#39;s always possible to add mofications to your nus_data_handler() on the central if you know what to look for and for instance change it before fowarding it to USB. This is something you can do if you like.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It may seem you need to contact edge impulse in this case, alternatively I would recommend to check out nRF Connect SDK, since we are not really doing any new features with the nRF5 SDK:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/samples_edge.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/samples_edge.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kenneth&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>