<?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>ANT Shared channel reverse message is not sent correctly</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16860/ant-shared-channel-reverse-message-is-not-sent-correctly</link><description>Hello. 
 I use nRF52 and tried to make the shared channel. 
 There are 1 Master and 1 ~ 3 Slave device. 
 When the master device send the notification messages to slave devices, they are received all messages. 
 And when the master send the messages</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Oct 2016 11:16:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16860/ant-shared-channel-reverse-message-is-not-sent-correctly" /><item><title>RE: ANT Shared channel reverse message is not sent correctly</title><link>https://devzone.nordicsemi.com/thread/64554?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 11:16:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e90b09f-a1be-42fd-bbff-fa5841724720</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Each slave in a shared channel network should have it&amp;#39;s own unique 2byte address, this addess is set by calling a dummy sd_ant_broadcast_message_tx() on the slave, where the first 2 bytes is the address. All packets sent must have this fixed address. Channel type should be set to CHANNEL_TYPE_SHARED_SLAVE, as you have done.&lt;/p&gt;
&lt;p&gt;If the master wants to broadcast data to all slaves, then it sets the first 2bytes in sd_ant_broadcast_message_tx() to 0. If the master wants to send a packet to a specific slave, then it must set the 2first bytes to the unique address of the slave, only then can the slave also send data in reverse direction.&lt;/p&gt;
&lt;p&gt;Is this what you are doing? If you are, could you share your projects so I can test them here? You can edit your question and upload them there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Shared channel reverse message is not sent correctly</title><link>https://devzone.nordicsemi.com/thread/64553?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 16:02:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57f2f2be-b2ce-4fe0-8cdc-9cb1fe8e3e59</guid><dc:creator>Tommy_Hwang</dc:creator><description>&lt;p&gt;I use the ant broadcast example.
And I also see the shared channel example in the experimental folder for the shared channel.&lt;/p&gt;
&lt;p&gt;I changed the transmission type to ANT_TRANS_TYPE_2_BYTE_SHARED_ADDRESS and channel type to CHANNEL_TYPE_SHARED_MASTER, CHANNEL_TYPE_SHARED_SLAVE.&lt;/p&gt;
&lt;p&gt;And when the slaves start, they initiate the channel, and configure their own shared channel address using the broadcast message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Shared channel reverse message is not sent correctly</title><link>https://devzone.nordicsemi.com/thread/64552?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 12:47:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9da84a43-a320-4d2e-b3f2-db6af793cfc8</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What example are you using? Did you make any modifications? Please explain what you have done.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Shared channel reverse message is not sent correctly</title><link>https://devzone.nordicsemi.com/thread/64551?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 11:05:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:420c1f32-7202-4737-8b3a-833d9eca376c</guid><dc:creator>Tommy_Hwang</dc:creator><description>&lt;p&gt;I used SDK 11.0.0 version and The version of softdevice is 0.9.1.&lt;/p&gt;
&lt;p&gt;All slaves receive all notification messages and the messages with their address.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ANT Shared channel reverse message is not sent correctly</title><link>https://devzone.nordicsemi.com/thread/64550?ContentTypeID=1</link><pubDate>Wed, 05 Oct 2016 09:15:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba60b4c3-752a-4d50-8d02-784a86685d67</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What SDK and SoftDevice version are you using? What example are you using? Did you make any modifications? Do all slaves receive all messages? Or only messages with their address?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>