<?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>Read several data from external Eeprom using RACP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6264/read-several-data-from-external-eeprom-using-racp</link><description>Hello everyone, I must read several data stored in a external E2prom and send them to a smartphone. I thought to do this by use of Record Access Control Point, so I can to require the data from the smartphone( all, the first, the last or a range). But</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Apr 2015 11:21:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6264/read-several-data-from-external-eeprom-using-racp" /><item><title>RE: Read several data from external Eeprom using RACP</title><link>https://devzone.nordicsemi.com/thread/21910?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2015 11:21:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87e59396-f3bb-4a40-a3fb-5b65bec7de2a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Paolo: the principle are the same, so you would also be fine with the  nrf51-ble-app-lbs-throughput-test-5.2.0. If you are fine with the answer could you mark it as correct or you can create your own answer so that we can close the case ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read several data from external Eeprom using RACP</title><link>https://devzone.nordicsemi.com/thread/21911?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2015 07:24:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dda1a378-f9ea-459e-b93c-70aa9834ddf1</guid><dc:creator>Paolo A.</dc:creator><description>&lt;p&gt;Hi Bui, thank you for your interest. The RACP service is very good system but very hard for me to use it for my application. So I chose another solution based on nrf51-ble-app-lbs-throughput-test-5.2.0 example and for now seem to work well. But in the future I want to understand and apply RACP service.
I also thought about BLE to UART mode but I think that nrf51-ble-app-lbs-throughput-test-5.2.0 is better way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read several data from external Eeprom using RACP</title><link>https://devzone.nordicsemi.com/thread/21909?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2015 11:02:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d3a1f05-ee08-4b32-83e1-06ce9d7681e1</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Paolo,&lt;/p&gt;
&lt;p&gt;Do you need your application to be compliant with the standard bluetooth RACP service spec ? If you do want it to be inter-operable with other devices using RACP you would need to follow the spec and use record.&lt;/p&gt;
&lt;p&gt;If you just plan to have a way to transfer as fast as possible and ignore data that doesn&amp;#39;t needed, you can think of using a proprietary service. You can have a look at the NUS (ble_app_uart) service we provided in the SDK. It works as BLE to UART bridge, you can send anything with that service. We provided the nRF UART app for that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read several data from external Eeprom using RACP</title><link>https://devzone.nordicsemi.com/thread/21908?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2015 12:43:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7956e657-3d76-47a5-92dc-368481997004</guid><dc:creator>Paolo A.</dc:creator><description>&lt;p&gt;Hi Bui, thank you for reply.
I already seen that example. It is very interesting and so close to my goal. The problem for me is how to reuse it for my application. In the example the RACP characteristic works with a record while I have a data that I read from an external E2prom. My intention is not use a record structure because I want to send data very fast to the central. Can you help me for migration code? I created a custom service which shows the 20byte data array, start eeprom address, final eeprom address, number of data stored and other info. In this service I put the RACP service, but I have problem to handle it with my application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read several data from external Eeprom using RACP</title><link>https://devzone.nordicsemi.com/thread/21907?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2015 12:16:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de8c3f17-616f-4780-b84f-43cb77428d50</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Paolo,&lt;/p&gt;
&lt;p&gt;You can have a look at how we handled it with our ble_app_gls example in the SDK for the nRF51 side and the nRFTool box app - Glucose profile on the phone side.
In the example we handle the reading of RACP, you can choose to read the last, or all of the records.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>