<?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>Characteristic which can send upto 200 bytes at a time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2756/characteristic-which-can-send-upto-200-bytes-at-a-time</link><description>Hi 
 I just want to create a custom service with a characteristic, which sends &amp;quot;n&amp;quot; (upto 200) bytes at same time and this bytes are are written to a SD card via SPI 
 So my question is 
 
 
 Is there any limit on the number of bytes that can be transmitted</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Jun 2014 13:34:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2756/characteristic-which-can-send-upto-200-bytes-at-a-time" /><item><title>RE: Characteristic which can send upto 200 bytes at a time</title><link>https://devzone.nordicsemi.com/thread/10666?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2014 13:34:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d77fa2c-e208-414e-ab79-f7a7b2dc173b</guid><dc:creator>John</dc:creator><description>&lt;p&gt;The fragmentation with sequence number is precisely how we are sending 2Kbytes of data at a time from our nRF51822 device to an iOS based app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Characteristic which can send upto 200 bytes at a time</title><link>https://devzone.nordicsemi.com/thread/10665?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2014 07:05:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81f9917a-8889-4e5b-a72c-a8419508d96c</guid><dc:creator>P&amp;#229;l H&amp;#229;land</dc:creator><description>&lt;p&gt;Hi HPC,&lt;/p&gt;
&lt;p&gt;Currently the Sofdevice only support 20 bytes sent as notifications or indications. This is because the MTU size is limited to 23 bytes (one for command code (notification) two for handle, and 20 bytes of data) What is needed is Extended MTU, something that is not supported as of now in the softdevice.&lt;/p&gt;
&lt;p&gt;One other way of implement this is to fragment the packets, and you can use an offset or sequence number to tell how to reassemble the packets.&lt;/p&gt;
&lt;p&gt;BR
Pål&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>