Lap Timing Decoder
#226
Tech Initiate
Joined: Apr 2013
Posts: 46
perfect, we are waiting to order one !
On the 112 post, we see the Payalneg RC4 transponder, so why your decoder don't support RC4 ?
I have some rechargeable transponders, and they haven't the same preamble than personal transponder : valid signal don't go up.
So, the howard decoder does not support RC4 and rechargeable chips because preambles are different?
For the SPI converter problem, Have you stopped your research?
Today only 8 bits are decoded by the microprocessor, D7 to D0 are used by the decoder preamble and not by the microprocessor, is it correct ?
thanks.
On the 112 post, we see the Payalneg RC4 transponder, so why your decoder don't support RC4 ?
I have some rechargeable transponders, and they haven't the same preamble than personal transponder : valid signal don't go up.
So, the howard decoder does not support RC4 and rechargeable chips because preambles are different?
For the SPI converter problem, Have you stopped your research?
Today only 8 bits are decoded by the microprocessor, D7 to D0 are used by the decoder preamble and not by the microprocessor, is it correct ?
thanks.
#227
Tech Initiate
Joined: Apr 2013
Posts: 46
somes pictures :
FPGA board (ebay at $25) ,howard loop detector and PDIA.

http://imagesia.com/2013-05-29-12-41-11-large-_8imn
the scope :
in pink : valid signal
in blue : byte ready
bus data D7 to D0
and the hex code.

http://imagesia.com/scope-3_8imo
I don't see always the same hex code, transponder always send only one message ?
FPGA board (ebay at $25) ,howard loop detector and PDIA.

http://imagesia.com/2013-05-29-12-41-11-large-_8imn
the scope :
in pink : valid signal
in blue : byte ready
bus data D7 to D0
and the hex code.

http://imagesia.com/scope-3_8imo
I don't see always the same hex code, transponder always send only one message ?
#228
perfect, we are waiting to order one !
On the 112 post, we see the Payalneg RC4 transponder, so why your decoder don't support RC4 ?
I have some rechargeable transponders, and they haven't the same preamble than personal transponder : valid signal don't go up.
So, the howard decoder does not support RC4 and rechargeable chips because preambles are different?
For the SPI converter problem, Have you stopped your research?
Today only 8 bits are decoded by the microprocessor, D7 to D0 are used by the decoder preamble and not by the microprocessor, is it correct ?
thanks.
On the 112 post, we see the Payalneg RC4 transponder, so why your decoder don't support RC4 ?
I have some rechargeable transponders, and they haven't the same preamble than personal transponder : valid signal don't go up.
So, the howard decoder does not support RC4 and rechargeable chips because preambles are different?
For the SPI converter problem, Have you stopped your research?
Today only 8 bits are decoded by the microprocessor, D7 to D0 are used by the decoder preamble and not by the microprocessor, is it correct ?
thanks.
The Cano decoder does not support the MyLaps RC4 transponders, for two reasons. First, the preamble is different. This, by itself, is not an insurmountable problem, as the circuitry could be modified to accept either preamble (or both) as valid. (Out of curiousity, I had already temporarily modified my decoder breadboard to receive just the RC4 transponder messages.) Second, and more importantly, the Cano decoder requires the transponder to send three identical messages in a row for the message to qualify as a transponder ID. The RC4 doesn’t do that; it sends a very large number of different messages, each repeating only occasionally, and none in a row. (This is an obvious way to make “cloning” very difficult.)
It would not surprise me if our very talented Payalneg has determined the data format for the RC4, which would permit him to use it with his system. Hopefully he will respond to this question.
I don’t have any access to the old AMB rechargeable transponders, so I don’t know what their transmissions look like. They are so old and rare now, that compatibility with them was not one of my design goals. Rather, I was targeting the many thousands of AMB and MRT personal transponders that exist. If the personal transponders are too difficult or expensive to obtain for your club, then you should consider using the Cano transponders.
Microchip has been unable to resolve the microprocessor’s SPI problem, so I used external components (labeled “PARALLEL INTERFACE” on the microprocessor schematic sheet) that perform the same function.
The microprocessor reads 24 bits of the transponder transmission after the 16 bit preamble. These 24 bits are brought into the microprocessor as bytes via the parallel interface.
The transponder can send up to about nine different messages. It sends the one which we are using for ID at least three times consecutively, then sends some type of status message on the next transmission. This means that the decoder needs to determine whether the message is for ID or status. Since we have no way of knowing what the message means, the decoder keeps a list in memory of the newest 10 messages that have been received at least 3 times consecutively. If the message matches one in this list, then it is used for ID. If there is no match, then the message is ignored.
#229
Tech Initiate
Joined: Apr 2013
Posts: 46
ok thank you for your responses.
My club has rechargeable transponder and 1 AMBrc3 decoder, no problem for personnal transponder.
24 bits is it enough ?after valid signal and 3 byte report to up, you stop the tranponder message.
we are waiting now for the Payalneg answer about the RC4 protocol!
do you want the AMB transponder rechargeable preamble ?
thanks
My club has rechargeable transponder and 1 AMBrc3 decoder, no problem for personnal transponder.
24 bits is it enough ?after valid signal and 3 byte report to up, you stop the tranponder message.
we are waiting now for the Payalneg answer about the RC4 protocol!
do you want the AMB transponder rechargeable preamble ?
thanks
#230
Thanks, but at the moment I have no interest in the preamble for the rechargeables.
Last edited by howardcano; 05-29-2013 at 07:19 AM.
#232
http://www.rctech.net/forum/radio-el...er-design.html
Additionally, as mentioned in the above thread, I have created special programs that will function only with the Cano decoder, for use as "club" transponders.
#233
Tech Initiate
Joined: Dec 2012
Posts: 48
Some news from me:
My transponders:

Very difficult to read ambrc3 decoder. I believe that this is due to the fact that the preamble should be 0x7916, and not 0xF916. Check it out later.
Decoder and RCM begginers:


The decoder works on castrated protocol ambrc2. Several chips sewn into memory. I now decided to change the processor on atmega32, that would be the memory chip by 93, that would not program all the time, for the sake of adding a new chip.
Mcu also has a bootloader for fast programming/
My transponders:

Very difficult to read ambrc3 decoder. I believe that this is due to the fact that the preamble should be 0x7916, and not 0xF916. Check it out later.
Decoder and RCM begginers:


The decoder works on castrated protocol ambrc2. Several chips sewn into memory. I now decided to change the processor on atmega32, that would be the memory chip by 93, that would not program all the time, for the sake of adding a new chip.
Mcu also has a bootloader for fast programming/
#235
Tech Initiate
Joined: Dec 2012
Posts: 48
#236
The Cano decoder ignores the first transmitted bit (D0 on the Preamble Detector / Stripper schematic), so it will accept either 7916 or F916. This was done simply because there were an insufficient number of inputs on the logic gates, and I didn’t feel that it was worth including another IC for only one more bit. Using 15 bits of the preamble gives a 1/32768 chance of getting a VALID signal on random noise (compared to 1/65536 for all 16 bits), which I felt was sufficient.
Using a CPLD or FPGA, there would be no reason not to use the full 16 bits.
I have corrected post numbers 119 and 94 to indicate 15 of 16 bits used to avoid any further confusion.
#238
The hybrid sends messages in both formats to enable use with the RC3 and RC4 decoders. The preamble for the RC3 remains unchanged.
RC3 preamble, first transmitted bit on left: 1111100100010110
RC4 preamble, first transmitted bit on left: 1111110000001010
Edit: "1" indicates a carrier phase inversion.
RC3 preamble, first transmitted bit on left: 1111100100010110
RC4 preamble, first transmitted bit on left: 1111110000001010
Edit: "1" indicates a carrier phase inversion.
Last edited by howardcano; 05-31-2013 at 01:46 PM.
#239
Tech Initiate
Joined: Apr 2013
Posts: 46
RC4 have the same preamble, but you have not find repeat bit sequence after the preamble like RC3 sequence.
#240
There are sequences that repeat, but there are very many different sequences, and any given sequence recurs only occasionally. None repeat twice in a row.



8Likes
