<?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>Fitness Machine Service FTMS with kinomap</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83417/fitness-machine-service-ftms-with-kinomap</link><description>I&amp;#39;m trying to implement the FTMS fitness machine service with the Kinomap app, similar to zwift. using as base the code of the ble_app_rscs of the library nRF52 together with the development kit nrf52832QFAA. 
 this is the first time I use the kit with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Jan 2022 09:37:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83417/fitness-machine-service-ftms-with-kinomap" /><item><title>RE: Fitness Machine Service FTMS with kinomap</title><link>https://devzone.nordicsemi.com/thread/347712?ContentTypeID=1</link><pubDate>Fri, 14 Jan 2022 09:37:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecc420d1-7de3-454d-b5cf-7ae8b87977ef</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;I wish I could be more helpful, but this is a bit outside our expertise. I do suggest you open a ticket at kinomap support. They seem to want to help 3rd party devices connect to their apps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitness Machine Service FTMS with kinomap</title><link>https://devzone.nordicsemi.com/thread/347662?ContentTypeID=1</link><pubDate>Thu, 13 Jan 2022 18:51:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbbc462b-9211-4de6-a449-271c8fd2b025</guid><dc:creator>ssilva047</dc:creator><description>&lt;p&gt;thanks for the feedback.&lt;/p&gt;
&lt;p&gt;found this post. It doesn&amp;#39;t explain in detail but it helps.&lt;br /&gt;I will leave the link below.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://support.kinomap.com/hc/en-us/articles/217526666-How-is-the-bike-speed-calculated-in-the-training-apps-"&gt;support.kinomap.com/.../217526666-How-is-the-bike-speed-calculated-in-the-training-apps-&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitness Machine Service FTMS with kinomap</title><link>https://devzone.nordicsemi.com/thread/347315?ContentTypeID=1</link><pubDate>Wed, 12 Jan 2022 08:58:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a03430e9-ebb3-4ed1-9a37-45cc031f81ee</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;I suggest you ask Kinomap:&amp;nbsp;&lt;a href="https://support.kinomap.com/hc/en-us"&gt;https://support.kinomap.com/hc/en-us&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitness Machine Service FTMS with kinomap</title><link>https://devzone.nordicsemi.com/thread/347151?ContentTypeID=1</link><pubDate>Tue, 11 Jan 2022 12:17:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e3ad537-6393-43b8-9cee-d2a9d134ad20</guid><dc:creator>ssilva047</dc:creator><description>&lt;p&gt;The service it uses is the FTMS (UUID 0x1826) with the following feature Indoor Bike Data (UUID 0x2AD2) to send data to the client (app).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;From the moment I set the speed instance flag bits (km/h) bit 0 and Cadence instance bit 2 followed by the Data, the kinomap application should receive depending on the configured equipment.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;In short, the app works as follows, you first need to choose the type of equipment to be used (bike, treadmill, etc.) and then choose the scenario options you want to train.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Before choosing the scenario, it is only possible to test the speed and cadence to see if the data is correct, however when the test is done in the chosen scenario the data does not match what was sent.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;First the Km/h is at zero, the only one that corresponds is rpm, if the speed is zero then the athlete does not travel.&lt;br /&gt;But by adding the power(watt) flag bit bit 6, the km/h values ​​start to vary according to the power values.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;My question, how do I make the speed (Km/h) and power values ​​correspond to the values ​​I&amp;#39;m sending?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Or does the app according to the power data automatically calculate the speed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitness Machine Service FTMS with kinomap</title><link>https://devzone.nordicsemi.com/thread/346686?ContentTypeID=1</link><pubDate>Fri, 07 Jan 2022 11:52:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:346c89b8-72c5-4904-949b-3e0b120fca21</guid><dc:creator>haakonsh</dc:creator><description>[quote user=""]this is the first time I use the kit with bluetooth.&lt;br /&gt;The part about advertising the service and publishing I understand, what I&amp;#39;m still having difficulty with is modifying the FTMS service.[/quote]
&lt;p&gt;I suggest you study the BLE guides at&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy"&gt;https://devzone.nordicsemi.com/guides/short-range-guides/b/bluetooth-low-energy&lt;/a&gt;.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""]Another question is about the power unit of the Kinomap or zwift app, are these values automatically calculated based only on speed?[/quote]
&lt;p&gt;Can you elaborate? What is &amp;#39;speed&amp;#39; in this context?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>