Community
Wiki Posts
Search
Like Tree8Likes

Lap Timing Decoder

Thread Tools
 
Search this Thread
 
Old 03-13-2015 | 11:50 AM
  #496  
Tech Apprentice
 
Joined: May 2013
Posts: 97
From: Montreal,QC,Canada
Default

Originally Posted by Acadi3n
We have changed the wire, and IT WORKS !!!
I never got it to work and need to try again.

can you post a picture of your wire and loop? Perhaps this is my issue!
rc-demon is offline  
Old 03-13-2015 | 11:57 AM
  #497  
Tech Initiate
 
Joined: Aug 2013
Posts: 26
Default

Originally Posted by rc-demon
I never got it to work and need to try again.

can you post a picture of your wire and loop? Perhaps this is my issue!
Yes, I will try to take pictures of it as soon as I can. The only thing we did was follow the part list, place all components at its place, make sure all errata items were coverred and thats it.

Only testing we did was to make sure we had the same voltage at the loop wire than the schematic. At first our loop wire wasn't good. as soon we changed it, it worked.
Acadi3n is offline  
Old 03-13-2015 | 12:42 PM
  #498  
Tech Apprentice
 
Joined: May 2013
Posts: 97
From: Montreal,QC,Canada
Default

Originally Posted by Acadi3n
Yes, I will try to take pictures of it as soon as I can. The only thing we did was follow the part list, place all components at its place, make sure all errata items were coverred and thats it.

Only testing we did was to make sure we had the same voltage at the loop wire than the schematic. At first our loop wire wasn't good. as soon we changed it, it worked.
thanks that would be great!

I did the same as you many many times, i get the same voltage. So perhaps it is my wire.
rc-demon is offline  
Old 03-14-2015 | 06:46 AM
  #499  
Tech Initiate
 
Joined: Aug 2013
Posts: 26
Default

Originally Posted by rc-demon
thanks that would be great!

I did the same as you many many times, i get the same voltage. So perhaps it is my wire.
if you get 1.20 volts at the loop, it could be the wire itself.
Attached Thumbnails Lap Timing Decoder-loop-wire.jpg  
Acadi3n is offline  
Old 03-18-2015 | 07:07 AM
  #500  
Tech Initiate
 
Joined: Aug 2013
Posts: 26
Default

Question for the master itself, Howard.

Have you ever tried your decoder with BBKRc software?
Acadi3n is offline  
Old 03-18-2015 | 07:27 AM
  #501  
howardcano's Avatar
Thread Starter
Tech Elite
iTrader: (37)
 
Joined: Jan 2012
Posts: 3,783
From: Olathe, KS
Default

Originally Posted by Acadi3n
Question for the master itself, Howard.

Have you ever tried your decoder with BBKRc software?
Only FlipSide and ZRound have made the necessary changes to support the Cano decoder. The chance of any other software just by coincidence having the same data format is zero.

Here is the data format for anyone who would like to write PC software to accept the Cano decoder:
http://www.rctech.net/forum/12089668-post201.html
howardcano is offline  
Old 05-03-2015 | 05:18 PM
  #502  
Tech Initiate
 
Joined: Aug 2013
Posts: 26
Default Completed system

Here is a picture of our Cano Decoder and Loop Amp, all in their boxes. Ready to start counting laps.
Attached Thumbnails Lap Timing Decoder-timing.jpg  
Acadi3n is offline  
Old 05-03-2015 | 05:21 PM
  #503  
howardcano's Avatar
Thread Starter
Tech Elite
iTrader: (37)
 
Joined: Jan 2012
Posts: 3,783
From: Olathe, KS
Default

Originally Posted by Acadi3n
Here is a picture of our Cano Decoder and Loop Amp, all in their boxes. Ready to start counting laps.
That looks great!
howardcano is offline  
Old 05-14-2015 | 12:15 AM
  #504  
Tech Regular
 
Joined: Jul 2009
Posts: 421
From: Tustin,CA,USA
Default

Originally Posted by howardcano
Each message consists of 16 bytes: The first 6 bytes are ASCII hexadecimal characters representing the first 24 bits of each transponder transmission after the preamble, which we will use for the transponder ID. The next 8 ASCII hexadecimal characters are the timestamp, MSB first, in increments of 1/4 millisecond. (Zero time is when the decoder was powered-up.) The string is terminated with a carriage return and line feed. Here is a typical example:
first 6 bytes are transponder id
next 8 bytes are timestamp

are the final two to make it 16 bytes CR-LF ("\r\n")?
torg is offline  
Old 05-14-2015 | 04:40 AM
  #505  
howardcano's Avatar
Thread Starter
Tech Elite
iTrader: (37)
 
Joined: Jan 2012
Posts: 3,783
From: Olathe, KS
Default

Originally Posted by torg
first 6 bytes are transponder id
next 8 bytes are timestamp

are the final two to make it 16 bytes CR-LF ("\r\n")?
That is correct.
howardcano is offline  
Old 05-18-2015 | 09:43 AM
  #506  
Tech Apprentice
 
Joined: May 2015
Posts: 54
From: Sweden
Default

The RCM software can read the decoder via a network interface. The P3 protocol I believe. The Cano decoder does not support this, but would it be possible to create a computer program that reads the decoder input from serial and convert it to P3 protocol packages and deliver that to a server, just as you set up an AMB rc3 decoder to do for instance? And to be complete the computer could even duplicate the P3 protocol on serial out as well.

If that is possible then we would have the same R/C software compatibility as the AMB decoder itself.

Possible or not?
Barsk is offline  
Old 05-18-2015 | 12:08 PM
  #507  
Tech Regular
 
Joined: Jul 2009
Posts: 421
From: Tustin,CA,USA
Default

Originally Posted by Barsk
The RCM software can read the decoder via a network interface. The P3 protocol I believe. The Cano decoder does not support this, but would it be possible to create a computer program that reads the decoder input from serial and convert it to P3 protocol packages and deliver that to a server, just as you set up an AMB rc3 decoder to do for instance? And to be complete the computer could even duplicate the P3 protocol on serial out as well.

If that is possible then we would have the same R/C software compatibility as the AMB decoder itself.

Possible or not?
Creating a Cano->P3 bridge is possible. But how well it will work with RCM is unknown. Since the Cano protocol is very easy, RCM guys could add support for it directly.

I added Cano support in an evening but I had to refactor my code before that to unmarry my code from p3.
torg is offline  
Old 05-20-2015 | 11:45 AM
  #508  
Tech Apprentice
 
Joined: May 2015
Posts: 54
From: Sweden
Default

Originally Posted by torg
Creating a Cano->P3 bridge is possible. But how well it will work with RCM is unknown. Since the Cano protocol is very easy, RCM guys could add support for it directly.

I added Cano support in an evening but I had to refactor my code before that to unmarry my code from p3.
I would guess that RCM would like a physical device in order to test their implementation. How else can they verify and guarantee that RCM will work 100% with the Cano decoder? And to optain or build a device is not that easy...

Btw, anobody that has some printed circuit boards extra?
Barsk is offline  
Old 05-20-2015 | 03:59 PM
  #509  
Tech Regular
 
Joined: Jul 2009
Posts: 421
From: Tustin,CA,USA
Default

Originally Posted by Barsk
I would guess that RCM would like a physical device in order to test their implementation. How else can they verify and guarantee that RCM will work 100% with the Cano decoder? And to optain or build a device is not that easy...

Btw, anobody that has some printed circuit boards extra?
Someone that has a device can dump data to a file and send to them. They can test their implementation using vspe or something like it.

I don't have a cano device either, but the spec is very straight forward so I just added an implementation that *should* work and released it without guarantees. I posted the C# source code for ourlaps cano plugin, which can be used any way anyone sees fit.

Howard provided me with sample decoder data when I asked him. It may even have been posted in this thread already? idunno.
torg is offline  
Old 05-20-2015 | 05:43 PM
  #510  
howardcano's Avatar
Thread Starter
Tech Elite
iTrader: (37)
 
Joined: Jan 2012
Posts: 3,783
From: Olathe, KS
Default

The decoder data is very simple. This post has a complete description:
http://www.rctech.net/forum/12089668-post201.html

The data below is what I sent to Torg. It is for one transponder, with laps of about 4 seconds.

The first line is a power-up message (which now also says "REV B"). All other lines are as described in the post given above.

COPYRIGHT 2013 HOWARD W. CANO
CA72F2000027CE
CA72F20000683C
CA72F20000A71A
CA72F20000E2C8
CA72F200011F5E
CA72F200015EE1
CA72F200019D62
CA72F20001DCFA
howardcano is offline  


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.