<?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>Thingy 52 receive Microphone Data on nrf52840</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33673/thingy-52-receive-microphone-data-on-nrf52840</link><description>Hallo guys, 
 i tried some hours to receive the microphone and some other data from the Thingy 52 on an nrf52840 evaluation board and write it to an SD-Card. 
 Everything works fine, i get the data on the BLE_GATTC_EVT_HVX event, but the package is just</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Apr 2018 12:37:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33673/thingy-52-receive-microphone-data-on-nrf52840" /><item><title>RE: Thingy 52 receive Microphone Data on nrf52840</title><link>https://devzone.nordicsemi.com/thread/129342?ContentTypeID=1</link><pubDate>Mon, 23 Apr 2018 12:37:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f8b2f03-6e09-4d86-ab0d-67acd4bbdb12</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Peter,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You would need to support long MTU on your nRF52840 code to receive more than 20 bytes per notification. Make sure the&amp;nbsp;NRF_SDH_BLE_GATT_MAX_MTU_SIZE is configured to match with at least bigger than the size of the characteristic (by default max MTU is 247 bytes) and the connection parameter negotiation (NRF_BLE_GATT_EVT_ATT_MTU_UPDATED event) actually set the MTU to what expected.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>