<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">ANT Forum</title>
    <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/" />
    <link rel="self" type="application/atom+xml" href="https://www.thisisant.com/forum/atom/" />
    <updated>0</updated>
    <rights>Copyright (c) 2025</rights>
    <generator uri="http://expressionengine.com/" version="2.5.2">ExpressionEngine</generator>
    <id>tag:https:,2025:05:23</id>


    <entry>
      <title>An ANT+ bicycle radar sensor also includes the ANT+ bicycle light function.</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/8681/" />      
      <id>tag:https:,2025:/www.thisisant.com/forum/viewthread/.8681</id>
      <published>2025-05-23T08:17:09Z</published>
      <updated>0</updated>
      <author><name>莫之比智能科技有限公司</name></author>
      <content type="html">
      <![CDATA[
        I have configured the device according to the ANT+ Device Profile Bike Radar document and successfully uploaded the radar data to the speedometer. Now I need to control the lights of the bike through the speedometer, but the document (7.1 Combined Bike Radar and Bike Light Devices) does not have any description for this section. I need your suppor.
      ]]>
      </content>
    </entry>

    <entry>
      <title>Not understanding data transmittted by Magene L508</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/7739/" />      
      <id>tag:https:,2024:/www.thisisant.com/forum/viewthread/.7739</id>
      <published>2024-05-22T16:52:02Z</published>
      <updated>0</updated>
      <author><name>MSiyak</name></author>
      <content type="html">
      <![CDATA[
        Hey folks,<br />
This is for Magene L508 using ANT+, I am getting data in this format data: array('B', [81, 255, 12, 1, 105, 26, 215, 13, 128, 21, 136, 40, 5]) where the first 9 values I am not understanding and last 4 are values are for device number, type and transmission type. Last 5 values are always fixed so what this 128 is and what are first 8 values? which ones are range and speed? if you have any idea what are these could you please help?
      ]]>
      </content>
    </entry>

    <entry>
      <title>How can I increase the data rate of the radar sensor&#63;</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/7622/" />      
      <id>tag:https:,2022:/www.thisisant.com/forum/viewthread/.7622</id>
      <published>2022-11-09T11:58:11Z</published>
      <updated>2022-11-09T12:01:23Z</updated>
      <author><name>fhoHM22</name></author>
      <content type="html">
      <![CDATA[
        Hi,<br />
<br />
I am currently testing with the VARIA RTL515. Unfortunately, I had to realise that the data rate of the sensor (via Ant+) is somewhat low for my application. What possibilities do I have to increase the data rate via Ant? <br />
<br />
I was thinking of a new firmware for the sensor, but unfortunately I haven't found one yet.<br />
<br />
<br />

      ]]>
      </content>
    </entry>

    <entry>
      <title>RTL515 radar is disconnecting from head unit when light is turned off</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/7412/" />      
      <id>tag:https:,2020:/www.thisisant.com/forum/viewthread/.7412</id>
      <published>2020-09-10T16:16:34Z</published>
      <updated>2020-09-11T10:27:41Z</updated>
      <author><name>Ros</name></author>
      <content type="html">
      <![CDATA[
        When I pair both RTL515 radar and lights with the head unit and then switch off lights by short pressing onboard button (onboard LED is still blinking) the head unit loose connection with radar although lights can be still controlled. Is this expected?<br />
The same test as above done with Garmin head unit and RTL510 has different behavior - radar stays connected if <br />
short pressing the button.<br />
<br />
Additionally the same behavior is observed if lights are turned off by sending ANT light page34 request to set the mode to OFF. At head unit I can observe that EVENT_RX_FAIL_GO_TO_SEARCH event has triggered which make me think that radar has terminated the link connection with head unit once it receive a command to switch off the lights.<br />
<br />

      ]]>
      </content>
    </entry>

    <entry>
      <title>Decoding ANT+ RADAR Payload</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/7310/" />      
      <id>tag:https:,2020:/www.thisisant.com/forum/viewthread/.7310</id>
      <published>2020-02-13T13:20:40Z</published>
      <updated>0</updated>
      <author><name>myjunk123</name></author>
      <content type="html">
      <![CDATA[
        this is the Payload I am getting from the RADAR<br />
<br />
payload = [<br />
    48, // page #48 (0x30)<br />
    21, // Threat Level Target [1,2,3,4] each 2 bits<br />
    0, <br />
    195, // Range Target [1,2,3,4], each 6 bits<br />
    130, // Range Target [1,2,3,4], each 6 bits<br />
    137, // Range Target [1,2,3,4], each 6 bits<br />
    64, <br />
    4<br />
]<br />
<br />
From the ANT+ RADAR Profile, the bits 3-5 are the Range Target for each of the Target vehicles (it is tracking)<br />
What I am unsure of is how to interpret the bits 3-5. In the common data pages examples (eg: Product Info pages, it is using 137-130-195 - ??little endian?? or should I be using 195-130-137? Basically which order?<br />
<br />
Additionally, on the product info page example, the bits (4-7) are combined together before getting decoded into it's serial number. Am I supposed to do that for the Range Target as well?<br />
<br />
thanks for any / all help.<br />
<br />
or in pointing me to a direction where I can google or read up more. <br />

      ]]>
      </content>
    </entry>

    <entry>
      <title>RTL510 Target Speed Incorrect</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/7237/" />      
      <id>tag:https:,2019:/www.thisisant.com/forum/viewthread/.7237</id>
      <published>2019-10-24T18:45:48Z</published>
      <updated>0</updated>
      <author><name>aesmail</name></author>
      <content type="html">
      <![CDATA[
        Hi Garmin Radar Team,<br />
<br />
I am implementing Radar on a Stages Bike Computer and am testing with the Garmin RTL510 Model 2954, HW Rev 51, FW version 3.50 (serial 33000006678). I am noticing that the radar target speed value the sensor is reporting is not correct. It appears to be about twice the value that it should be. <br />
<br />
I used an RTL500 and verified that this radar is returning the correct speed. <br />
<br />
I verified the results on an Ant simulator.<br />
<br />
Please let me know if the Garmin RTL510 is using the conversion shown on the ANT Radar spec of speedTarget: 1bit=3.04m/s (Range 0-45.6m/s). Document number D000001664<br />
<br />
Thanks,<br />
Abid Esmail
      ]]>
      </content>
    </entry>

    <entry>
      <title>Bike Radar software support.</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/6703/" />      
      <id>tag:https:,2017:/www.thisisant.com/forum/viewthread/.6703</id>
      <published>2017-02-18T12:02:07Z</published>
      <updated>0</updated>
      <author><name>ifor</name></author>
      <content type="html">
      <![CDATA[
        I am glad to see the Bike Radar Profile has been made available.  I am looking to add support into IpBike.<br />
<br />
Are there any plans to add support to the Android Plugins API's?  I can spin my own support fairly simply as the spec is nice and simple but if there is a Plugins update coming with support I may hold off.<br />
<br />
Also what is the situation with regards to simulation?  Is there a new SimulANT update in the works with support?  I am getting a device for real life testing but being able to have some simple scripted car passing type scenarios with SimulANT would make initial development and testing simpler.
      ]]>
      </content>
    </entry>

    <entry>
      <title>Help please with Garmin Varia Rearview Radar</title>
      <link rel="alternate" type="text/html" href="https://www.thisisant.com/forum/viewthread/6456/" />      
      <id>tag:https:,2016:/www.thisisant.com/forum/viewthread/.6456</id>
      <published>2016-04-07T19:02:50Z</published>
      <updated>0</updated>
      <author><name>metniksoftware</name></author>
      <content type="html">
      <![CDATA[
        Hello community,<br />
<br />
I'm very new to the Ant+ community and overwhelmed by the examples, documents, etc.<br />
I'm strong with C#, 14yrs now.  But I'm so hung up on trying to connect to the Varia Rearview Radar:  <a href="https://www.thisisant.com/directory/varia-rearview-radar/">https://www.thisisant.com/directory/varia-rearview-radar/</a><br />
<br />
I'm just trying to pair it with my PC, read, and decipher the data.  I'm so frustrated at the point that I'm willing to pay someone!!<br />
<br />
I'm looking at the demo code from the DEMO_NET project and I'm not sure if my PC should be a slave, client, host, what channel, profile.  My head is spinning.<br />
<br />
Please help and thank you in advance.<br />
<br />
Nick
      ]]>
      </content>
    </entry>


</feed>