<?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>BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90467/bsc-manufacturer-id</link><description>Dear Members, 
 
 We want to get Manufacturer ID from Garmin GSC-10 BSC, but I got 0 value on it, 
 
 Code at ant_bsc_page2.c 
 
 In SDK, we have enable it : 
 
 
 at main.c, twice on event : 
 
 
 The result is only from ANT_BSC_COMB_PAGE_0_UPDATED:</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Aug 2023 12:20:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90467/bsc-manufacturer-id" /><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/440494?ContentTypeID=1</link><pubDate>Wed, 09 Aug 2023 12:20:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:186e0518-1993-4a33-9739-07709dd51c47</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can look at how the and_sdm_page_request-function is implemented in the sdm example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;ret_code_t ant_sdm_page_request(ant_sdm_profile_t * p_profile, ant_common_page70_data_t * p_page_70)
{
    ASSERT(p_profile != NULL);
    ASSERT(p_page_70 != NULL);

    uint32_t err_code = ant_request_controller_request(&amp;amp;(p_profile-&amp;gt;_cb.p_disp_cb-&amp;gt;req_controller),
                                                         p_profile-&amp;gt;channel_number, p_page_70);
    NRF_LOG_INFO(&amp;quot;&amp;quot;);

    return err_code;
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Essentially you need to extend your profile implementation to include an ant_request_controller, similar to how the ant_sdm module is doing it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you look at the ant_sdm_sens_init() or ant_sdm_disp_init() function in ant_sdm.c you can see that they initialize the ant_request_controller module, and include a pointer in the profile structure that contains a reference to the ant_request_controller that they can use to send requests later on.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For simplicity you could always create a static pointer&amp;nbsp;of the type ant_request_controller_t in your ant_bsc.c file, and use this as a reference when running page70 requests.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then you just need to include this pointer as well as the channel number and the ant_common_page70_data_t reference when requesting updates on specific channels.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/440213?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2023 05:16:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8140e1d3-f2b4-4cd6-acca-b2d37b8078dd</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;So we need to change this function to&lt;/p&gt;
&lt;p&gt;ant_sdm_page_request....something like ant_bsc_page_request ?..&lt;/p&gt;
&lt;p&gt;How can we relate with :&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;NRF_LOG_INFO(&amp;quot;Manufacturer ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSC_COMB_PAGE_0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %u&amp;quot;, (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_manuf_id)); &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/440161?ContentTypeID=1</link><pubDate>Mon, 07 Aug 2023 14:35:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b371c2d-815e-4178-bfe9-8487382f3c7e</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, both the BSP_EVENT_KEY_0 and BSK_EVENT_KEY_1 events show how you can request a page update through page70, just for different pages. Essentially you have to copy this code and change it to request page 2 instead of page 16 or 22.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, you have to decide when to run this code. In the sdm_rx example the request is started based on key presses, but I assume you would like to run this code automatically once the ANT channel is open.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/439905?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2023 12:03:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f0adef2-7a42-4010-afb7-2761811e43b3</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;  switch (evt)
    {
        case BSP_EVENT_KEY_0:
            page70   = ANT_COMMON_PAGE_DATA_REQUEST(ANT_SDM_PAGE_16);
            err_code = ant_sdm_page_request(&amp;amp;m_ant_sdm, &amp;amp;page70);
            APP_ERROR_CHECK(err_code);
            break;

        case BSP_EVENT_KEY_1:
            page70   = ANT_COMMON_PAGE_DATA_REQUEST(ANT_SDM_PAGE_22);
            err_code = ant_sdm_page_request(&amp;amp;m_ant_sdm, &amp;amp;page70);
            APP_ERROR_CHECK(err_code);
            break;

        case BSP_EVENT_SLEEP:
            nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);
            break;

        default:
            return; // no implementation needed&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Is that the event you&amp;#39;re talking about ?&lt;/p&gt;
&lt;p&gt;which one should we modify ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/439813?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2023 06:47:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42c1f551-eca6-4f01-80e6-ae3f56952857</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can find the example in this folder.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;\nRF5_SDK_17.1.0_ddde560\examples\ant\ant_plus\ant_sdm\sdm_rx&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/439702?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2023 12:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e71bc68-4601-47b3-a084-6e9e7800b82e</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;We will try it,&lt;/p&gt;
&lt;p&gt;ant_sdm rx example, which one is it ?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2023_2D00_08_2D00_03-12_5F00_19_5F00_18_2D00_Select-Project-File.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/439642?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2023 09:01:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64fab366-ff45-41c0-ba1e-ae50a94f87be</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How long did you&amp;nbsp;let the code run in order to see if the manufacturer ID is provided?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you try to request page 2 through page 70 as discussed earlier?&lt;/p&gt;
&lt;p&gt;If you look at the ant_sdm rx example in the nRF5 SDK you can see an example of how to request a page update through page 70. This example requests either page 16 or page 22 when pressing button 1 or button 2, but you can change this to request page 2 instead.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try this and see if it works better?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/439466?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2023 10:41:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:616a38cb-2adb-4387-a05f-10341cda161e</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;The output is&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;nfo&amp;gt; app: Manufacturer ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSC_COMB_PAGE_0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; app: Serial No:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSC_COMB_PAGE_0&amp;nbsp;&amp;nbsp; 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; app: rev_cnt : 31492&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The sensor we use is GSC-10 from Garmin,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;another output :&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;nfo&amp;gt; ant_bsc: BSC RX Page Number: &amp;quot;Combined Speed &amp;amp; Cadence Page&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; ant_bcs_combined_page_0: Cadence Revolution count: 42995&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; ant_bcs_combined_page_0: Cadence event time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.694s&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; ant_bcs_combined_page_0: Speed Revolution count:&amp;nbsp;&amp;nbsp; 31492&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; ant_bcs_combined_page_0: Speed event time:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.773s&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; app: Manufacturer ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSC_COMB_PAGE_0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;nfo&amp;gt; app: Serial No:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSC_COMB_PAGE_0&amp;nbsp;&amp;nbsp; 0&lt;br /&gt;&amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/439428?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2023 08:02:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbbda79a-165f-40df-a6d1-1345c4882e7b</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for sharing the code. It looks like something is missing though, inside the&amp;nbsp;ANT_BSC_COMB_PAGE_0_UPDATED case?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For instance the following lines don&amp;#39;t make a lot of sense:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;													{												
  				
                                                         p_profile-&amp;gt;BSC_PROFILE_speed_event_time));
													}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Are there some lines missing?&lt;/p&gt;
&lt;p&gt;Also, would you be able to share the full log output when you are running the example?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You mention that you are able to get COMB_PAGE_0 updates, but in your earlier log I don&amp;#39;t see any of the log output that I would expect from the ant_bsc_evt_handler(). For instance, do you see the following log prints in the output?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	NRF_LOG_INFO(&amp;quot;Manufacturer ID:     BSC_COMB_PAGE_0      %lu&amp;quot;, manufactured_id);
	NRF_LOG_INFO(&amp;quot;Serial No:        BSC_COMB_PAGE_0   %lu&amp;quot;, serial_id);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/439249?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 12:06:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06e86eff-7636-43cc-a0ed-7ba6b62de1b4</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;Please have a look on :&lt;/p&gt;
&lt;p&gt;ant_bsc_evt_handler()&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;switch (event)
    {
			//manufactured_id = (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_manuf_id);
			//serial_id = (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_serial_num);
			//Rixtronix LAB 23July23
			manufactured_id = (p_profile-&amp;gt;BSC_PROFILE_manuf_id);
			serial_id = (p_profile-&amp;gt;BSC_PROFILE_serial_num); 
			
        case ANT_BSC_PAGE_0_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_1_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_2_UPDATED:
            /* fall through */
				      NRF_LOG_INFO(&amp;quot;Manufacturer ID:     Page 2      %u&amp;quot;, (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_manuf_id)); 
				      NRF_LOG_INFO(&amp;quot;Serial No:        Page 2   %u&amp;quot;, (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_serial_num));
				   
        case ANT_BSC_PAGE_3_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_4_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_5_UPDATED:
            /* Log computed value */
     
            if (DISPLAY_TYPE == BSC_SPEED_DEVICE_TYPE)
            {
                
							                 NRF_LOG_INFO(&amp;quot;Manufacturer ID:     Page 5      %u&amp;quot;, p_profile-&amp;gt;BSC_PROFILE_manuf_id); 
															 NRF_LOG_INFO(&amp;quot;Serial No:        Page 5   %u&amp;quot;, p_profile-&amp;gt;BSC_PROFILE_serial_num);

															calc_spd = (float) calculate_speed(p_profile-&amp;gt;BSC_PROFILE_speed_rev_count,   //Rixtronix LAB 17Feb22
                                                         p_profile-&amp;gt;BSC_PROFILE_speed_event_time);         //Rixtronix LAB 17Feb22
													
													
													
														
															NRF_LOG_INFO(&amp;quot;Computed speed value:                 %f kph&amp;quot;,calc_spd_float); //14June23 Rixtronix LAB
				
            }
            else if (DISPLAY_TYPE == BSC_CADENCE_DEVICE_TYPE)
            {
                
							          NRF_LOG_INFO(&amp;quot;Manufacturer ID:  BSC_CADENCE_DEVICE_TYPE   Page 5      %u&amp;quot;, p_profile-&amp;gt;BSC_PROFILE_manuf_id); 
												NRF_LOG_INFO(&amp;quot;Serial No:        Page 5   %u&amp;quot;, p_profile-&amp;gt;BSC_PROFILE_serial_num); 
												calc_cad = (unsigned int) calculate_cadence(p_profile-&amp;gt;BSC_PROFILE_cadence_rev_count,
                                                           p_profile-&amp;gt;BSC_PROFILE_cadence_event_time);
				
            }
				
            break;

        case ANT_BSC_COMB_PAGE_0_UPDATED:
				
				      NRF_LOG_INFO(&amp;quot;Manufacturer ID:     BSC_COMB_PAGE_0      %lu&amp;quot;, manufactured_id); 
				      NRF_LOG_INFO(&amp;quot;Serial No:        BSC_COMB_PAGE_0   %lu&amp;quot;, serial_id);  
				      
			        
				
				
													calc_spd = (float) calculate_speed(p_profile-&amp;gt;BSC_PROFILE_speed_rev_count,  //Rixtronix LAB 17Feb22
                                                         p_profile-&amp;gt;BSC_PROFILE_speed_event_time);   //Rixtronix LAB 17Feb22
													
													
													
				                       
													{												
  				
                                                         p_profile-&amp;gt;BSC_PROFILE_speed_event_time));
													}	
				
													calc_cad = (unsigned int) calculate_cadence(p_profile-&amp;gt;BSC_PROFILE_cadence_rev_count,
                                                           p_profile-&amp;gt;BSC_PROFILE_cadence_event_time);
													
														if ((calc_cad&amp;gt;=0)&amp;amp;&amp;amp;(calc_cad&amp;lt;=255))//13June23 Rixtronix
															{		
																calc_cad_value = calc_cad;
															}
                							      NRF_LOG_INFO(&amp;quot;Computed cadence value after if: %u rpms&amp;quot;,calc_cad_value);
													convert_save_cadence(4,calc_cad); 
                          
          // 31Jan22 Rixtronix LAB														
            break;
					

        default:
            break;
    }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Await for your reply,&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Rixtronix LAB&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/438950?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 09:49:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:179c958b-8e92-4d5a-bda9-39f1a9622a59</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you just use fall through for all the pages, how do you differentiate the different packets coming in?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you able to share the entire ant_bsc_evt_handler(..) implementation with me so I can have a look at it?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/437835?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 11:05:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f8f2e1e-9e1e-4635-956a-35c1e5695c1b</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;We can&amp;#39;t display Page 2, only combined page0,&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
nfo&amp;gt; ant_bsc: BSC RX Page Number: &amp;quot;Combined Speed &amp;amp; Cadence Page&amp;quot;
            

nfo&amp;gt; ant_bcs_combined_page_0: Cadence Revolution count: 42844
                

nfo&amp;gt; ant_bcs_combined_page_0: Cadence event time:       43.635s
              

nfo&amp;gt; ant_bcs_combined_page_0: Speed Revolution count:   30998
                

nfo&amp;gt; ant_bcs_combined_page_0: Speed event time:         53.273s
              
  
                                                                    
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/437831?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 10:55:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5f0a7fc-1c9d-486d-b352-6261c8e74063</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;This is my SDK config,&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2023_2D00_07_2D00_24-18_5F00_51_5F00_46_2D00_Manu-ID.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2023_2D00_07_2D00_24-18_5F00_52_5F00_29_2D00_Manu-ID.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/437662?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 12:21:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aaa17d5b-36e0-4b94-9630-2bb146d37038</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void ant_bsc_evt_handler(ant_bsc_profile_t * p_profile, ant_bsc_evt_t event)
{   
	  //uint8_t calc_spd;
	  float calc_spd;//Rixtronix LAB 17Feb22
	  uint8_t calc_cad;
	  ret_code_t err_code;
    switch (event)
    {
			manufactured_id = (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_manuf_id);
			serial_id = (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_serial_num);
        case ANT_BSC_PAGE_0_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_1_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_2_UPDATED:
            /* fall through */
				      NRF_LOG_INFO(&amp;quot;Manufacturer ID:     Page 2      %u&amp;quot;, (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_manuf_id)); 
				      NRF_LOG_INFO(&amp;quot;Serial No:        Page 2   %u&amp;quot;, (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_serial_num));
				   
        case ANT_BSC_PAGE_3_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_4_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_5_UPDATED:&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/437660?ContentTypeID=1</link><pubDate>Fri, 21 Jul 2023 12:12:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb0edd1b-1432-4d5c-a97d-8f85bfe02bea</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is it related with :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#ifndef NRF_SDH_ANT_ENCRYPTED_CHANNELS
    #error Undefined NRF_SDH_ANT_ENCRYPTED_CHANNELS. It should be defined in sdk_config.h file.
#elif NRF_SDH_ANT_ENCRYPTED_CHANNELS &amp;gt; 0
    #include &amp;quot;ant_encrypt_config.h&amp;quot;
#endif

#ifdef __cplusplus
extern &amp;quot;C&amp;quot; {
#endif

/**@brief ANT channel configuration structure. */
typedef struct
{
    uint8_t  channel_number;        ///&amp;lt; Assigned channel number.
    uint8_t  channel_type;          ///&amp;lt; Channel type (see Assign Channel Parameters in ant_parameters.h: @ref ant_parameters).
    uint8_t  ext_assign;            ///&amp;lt; Extended assign (see Ext. Assign Channel Parameters in ant_parameters.h: @ref ant_parameters).
    uint8_t  rf_freq;               ///&amp;lt; Radio frequency offset from 2400 MHz (for example, 2466 MHz, rf_freq = 66).
    uint8_t  transmission_type;     ///&amp;lt; Transmission type.
    uint8_t  device_type;           ///&amp;lt; Device type.
    uint16_t device_number;         ///&amp;lt; Device number.
    uint16_t channel_period;        ///&amp;lt; The period in 32 kHz counts.
    uint8_t  network_number;        ///&amp;lt; Network number denoting the network key.

#if NRF_SDH_ANT_ENCRYPTED_CHANNELS &amp;gt; 0
    ant_encrypt_channel_settings_t * p_crypto_settings; ///&amp;lt; Pointer to cryptographic settings, NULL if this configuration have to be omitted.
#endif

} ant_channel_config_t;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;at ant_channel_config.h ?&lt;/p&gt;
&lt;p&gt;We can&amp;#39;t get Garmin GSC-10 Manufacture ID = ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;nfo&amp;gt; app: Manufacturer ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSC_COMB_PAGE_0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/b&gt;&lt;b&gt;&lt;br /&gt; &lt;/b&gt;&lt;b&gt;nfo&amp;gt; app: Serial No:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSC_COMB_PAGE_0&amp;nbsp;&amp;nbsp; 0&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Kind regards,&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Rixtronix&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/382491?ContentTypeID=1</link><pubDate>Fri, 19 Aug 2022 14:24:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd1a9766-0564-49ac-98b2-dd5042fc5389</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Rixtronix&lt;/p&gt;
&lt;p&gt;There is no standardized way of resetting connected devices over ANT+, no.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By the way I am still waiting for a response on how you can request page 2. Are you still having issues with this?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/380715?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 03:57:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e15e6eb-8dfa-4751-8d34-73ec17a89ea8</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn, and all the Members,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;We have enable &amp;quot;ANT_COMMON_PAGE_70_ENABLED&amp;quot;&lt;/p&gt;
&lt;p&gt;Still can not see manufacturer ID ?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2022_2D00_08_2D00_09-11_5F00_55_5F00_22_2D00_Common-page-70.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any ideas,&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Rixtronix&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/380698?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 01:58:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da978690-44bf-457b-ae63-f12b32952488</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Everyone,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;Is there anyway to get / give &amp;quot;Reset&amp;quot; command to the sensor (transmitter) from our receiver via ANT+ Protocol ?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Rixtronix&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/380488?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 02:55:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05297851-7a55-4733-9d7a-d3bc5298b22f</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;&amp;quot;.................. They may have to wait a minute or longer if they are not requesting page 2 using page 70.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can we &amp;quot;...requesting page 2 to using page 70..&amp;quot; ?&lt;/p&gt;
&lt;p&gt;Does it mean by enabling&amp;nbsp; ANT_COMMON_PAGE_70_ENABLED.......in sdk_config.h ?&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t have it in our configuration.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How do you reckon ?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Rixtronix&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/380484?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 01:49:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56063c6b-7029-4af6-ae33-32b4056741fb</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Torbj&amp;oslash;rn,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the reply, it&amp;#39;s abit clearer :)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;.............They shouldn&amp;rsquo;t be printing it on ANT_BSC_COMB_PAGE_0_UPDATED.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We have used ANT_BSC_PAGE_2_UPDATED,&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;void ant_bsc_evt_handler(ant_bsc_profile_t * p_profile, ant_bsc_evt_t event)
{   
	  //uint8_t calc_spd;
	  float calc_spd;//Rixtronix LAB 17Feb22
	  uint8_t calc_cad;
	  ret_code_t err_code;
    switch (event)
    {
        case ANT_BSC_PAGE_0_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_1_UPDATED:
            /* fall through */
        case ANT_BSC_PAGE_2_UPDATED:
            /* fall through */
				      NRF_LOG_INFO(&amp;quot;Manufacturer ID:     Page 2      %u&amp;quot;, (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_manuf_id)); 
				      NRF_LOG_INFO(&amp;quot;Serial No:        Page 2   %u&amp;quot;, (unsigned int)(p_profile-&amp;gt;BSC_PROFILE_serial_num));
				      &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The same&lt;/p&gt;
&lt;p&gt;Manufacturer ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Page 2&amp;nbsp; 0,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;.................. They may have to wait a minute or longer if they are not requesting page 2 using page 70.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can we &amp;quot;...requesting page 2 to using page 70..&amp;quot; ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Rixtronix LAB&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/380446?ContentTypeID=1</link><pubDate>Fri, 05 Aug 2022 18:03:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8202c842-8c95-4977-889c-ffbd7c3c13ab</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I heard back from the ANT guys. They had the following response:&lt;/p&gt;
&lt;p&gt;&amp;quot;They state they are not getting ANT_BSC_PAGE_2_UPDATED. If they aren’t getting page 2, then they will not get the MFG information so it will remain at the invalid value of 0 and be printed as 0 every page 0 update until page 2 is received. They shouldn’t be printing it on ANT_BSC_COMB_PAGE_0_UPDATED.&lt;/p&gt;
&lt;p&gt;Manufacturer id only comes in page 2. They may have to wait a minute or longer if they are not requesting page 2 using page 70.&amp;quot;&lt;/p&gt;
&lt;p&gt;Hopefully that makes things a bit clearer?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/380237?ContentTypeID=1</link><pubDate>Fri, 05 Aug 2022 01:09:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:009ea29a-c038-4fca-a5d2-15bf0146f88a</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Ovrebekk,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;We can not get 0x50,&lt;/p&gt;
&lt;p&gt;For :&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt; if (p_ant_evt-&amp;gt;message.ANT_MESSAGE_ucMesgID == MESG_BURST_DATA_ID)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;We need the first signal coming to set the configuration.one time, the value depends on the sensor, and only one time at the start,&lt;/p&gt;
&lt;p&gt;We wait for the response,&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/380132?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2022 12:58:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b975441-93e5-4638-82c8-4dc5526270e0</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will help Sigurd out with this case.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t really see any issue in the SDK code that would explain this. I have sent a support request to ANT directly, in order to see if they can shed some light on this, and I hope to hear back from them soon.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/379789?ContentTypeID=1</link><pubDate>Wed, 03 Aug 2022 02:54:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36812338-acfa-4935-aa05-28cec9f6f63b</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Anyone ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BSC Manufacturer ID ?</title><link>https://devzone.nordicsemi.com/thread/379238?ContentTypeID=1</link><pubDate>Fri, 29 Jul 2022 07:07:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b8fe2de-0e8d-4648-b960-f8d50d9fab8d</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Hi Sigurd,&lt;/p&gt;
&lt;p&gt;Thanks for the reply,&lt;/p&gt;
&lt;p&gt;Ok, we wait,&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Rixtronix LAB&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>