<?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>Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100224/cycling-power-server-ble-peripheral-and-ble-central</link><description>hello： 
 Please provide a fully functional ble cycling power server host and slave，just like ble_hrs and ble_hrs_c， 
 just like &amp;quot;components\ble\ble_services\ble_hrs_c&amp;quot; and &amp;quot; components\ble\ble_services\ ble_hrs&amp;quot; 
 I need fully functional cycling power</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Jun 2023 09:06:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100224/cycling-power-server-ble-peripheral-and-ble-central" /><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428940?ContentTypeID=1</link><pubDate>Fri, 02 Jun 2023 09:06:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00cd0712-04ef-4831-b2ec-e3452691d996</guid><dc:creator>Wiggins</dc:creator><description>&lt;p&gt;thanks, I achieve the cycling power control point feature by imitating the nus_uart example, it&amp;#39;s a indicate server, when receiving the reply, it needs to reply.&amp;nbsp; I added the reply to make it。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428778?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2023 13:48:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c9e1592-426e-4645-9303-8b64e1669456</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I understand. Unfortunately, the nRF5 SDK is in maintenance mode, so no new examples will be provided. Only security-related updates.&lt;/p&gt;
&lt;p&gt;And while I can&amp;#39;t write the application for you, please let me know if you are stuck porting one of the central samples to the cscs service, and I can have a look at what you have done.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428581?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2023 00:43:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a987ce35-192c-44ad-9898-59312690e790</guid><dc:creator>Wiggins</dc:creator><description>&lt;p&gt;&amp;nbsp; &amp;nbsp; I just imitate the writing method of cccd to realize a cccd2. The several questions you raised give me some ideas, and I will achieve its source according to the tracing problems you raised。&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; I still hope the ble experts can provide a complete cycling power client server code, which I can probably implement based on other examples, but there will be a lot of bugs and irregularities&lt;/p&gt;
&lt;p&gt;Thanks！&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428497?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 13:35:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3959e1e2-f3f4-4e8e-8147-5e021cbe9ae8</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;You need to check the return value of your cccd2_configure(). What does it return?&lt;/p&gt;
&lt;p&gt;What handle are you inputting to the cccd2_configure()? Where did you get it from? Does it point to the correct characteristic?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428423?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 11:15:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d2c29b4-63a1-4a24-8495-99718969f8da</guid><dc:creator>Wiggins</dc:creator><description>&lt;p&gt;I know what you mean by this method, and I have already implemented some functions in this way，But there is one small feature left unimplemented，&lt;/p&gt;
&lt;p&gt;cycling power client（the central roal），subscribe the &amp;ldquo;cycling power control point&amp;rdquo; server，and send command，How do you implement it in code，&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1685531468089v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1685531796242v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Can you understand my frustration?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428377?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 09:37:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d234d69-2635-4f18-b6f6-62f4a3fb416a</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Did you see the cscs example in the SDK:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_csc.html?cp=9_1_4_2_2_8"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_csc.html?cp=9_1_4_2_2_8&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As for the central/client side, the closest we have is the running speed and cadence sample:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_rscs_c.html?cp=9_1_4_2_0_3"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_rscs_c.html?cp=9_1_4_2_0_3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I guess you can use this as a starting point, and swap out the rscs (Running Speed and Cadence Service) with the cscs (Cycling Speed and Cadence Service). It will require you to port the application, change the UUID and modify the handlers to match the cscs instead of the rscs, but I believe copying the SDK\components\ble\ble_services\ble_rscs_c files is a good starting point. Then compare the peripheral devices running rscs and cscs (flash the samples and connect to it using nRF Connect for Desktop/Android/iOS and compare the services/characteristics that are present).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then make sure that the discovery process of the client matches the cscs instead of the rscs, and enable the correct notifications, and you will be there.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428343?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 08:17:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:788952df-99f9-439b-84b3-e7e17dc83841</guid><dc:creator>Wiggins</dc:creator><description>&lt;p&gt;how to achieve cycling power control point int ble client?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cycling Power server(ble peripheral and ble central)</title><link>https://devzone.nordicsemi.com/thread/428323?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 07:13:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef307f6d-8dfa-4bf3-b307-e5b2932dc13a</guid><dc:creator>Wiggins</dc:creator><description>&lt;p&gt;how to achieve the feature, &amp;ldquo;cycling power control point&amp;rdquo; server in ble central&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>