Lap Timing Decoder
#646
https://www.dropbox.com/s/tbl2ostbkv...21_17.zip?dl=0
Last edited by howardcano; 06-10-2017 at 05:51 AM.
#648
Tech Rookie
Joined: Apr 2017
Posts: 1
Hello to all working on that great project,
the last days I was reading a lot interesting stuff here and decided to try to build the system on my own, following your documentation. Howard, could I please get the latest documentation too?
Thank you and best regards from Germany,
Robert
the last days I was reading a lot interesting stuff here and decided to try to build the system on my own, following your documentation. Howard, could I please get the latest documentation too?
Thank you and best regards from Germany,
Robert
#649
Hello to all working on that great project,
the last days I was reading a lot interesting stuff here and decided to try to build the system on my own, following your documentation. Howard, could I please get the latest documentation too?
Thank you and best regards from Germany,
Robert
the last days I was reading a lot interesting stuff here and decided to try to build the system on my own, following your documentation. Howard, could I please get the latest documentation too?
Thank you and best regards from Germany,
Robert
#651
Tech Regular
Joined: Mar 2015
Posts: 358
Hi Howard, thanks for your design, I'm working on my design and I'm facing 'wrong' sequences when I swipe (manually) the transponder across the loop. Fixed transponder causes about 100% good readings. Mostly the error seems to be a missing zero bit (no reverse). To give an idea 1600 of 2000 packets are correct (considering the full length of the frame). Also the errors are located in two 'burst' of wrong packets (maybe wire crossing?). Do you have any number to check if I have to debug further or the values seem 'right'. At the moment I'm spitting out every packet I receive, without any check for repetition. The wrong packets do not repeat in sequence.
#652
Hi Howard, thanks for your design, I'm working on my design and I'm facing 'wrong' sequences when I swipe (manually) the transponder across the loop. Fixed transponder causes about 100% good readings. Mostly the error seems to be a missing zero bit (no reverse). To give an idea 1600 of 2000 packets are correct (considering the full length of the frame). Also the errors are located in two 'burst' of wrong packets (maybe wire crossing?). Do you have any number to check if I have to debug further or the values seem 'right'. At the moment I'm spitting out every packet I receive, without any check for repetition. The wrong packets do not repeat in sequence.
#653
Tech Regular
Joined: Mar 2015
Posts: 358
For what I understand in the thread this repetition is valid for oldest transponders, whereas new RC4 transponders always change numbers every time. Also, three in a row is ok from a single transponder in the loop, but does this work with multiple transponders? Anyway I'll investigate further if I have something to optimize in my design in order to minimize this bit misalignment... OR implement CRC check of the packet. By the way...this is my prototype, on top right is your loop amplifier... the rest is in the board, with a USB serial port. It's pretty impressive that I'm reading something since this is my first project with this hardware... Next is a camera shot for the amp waveform (old technology, I know....)
#654
All current documentation for the decoder and transponders is now on DropBox. Use this link:
https://www.dropbox.com/s/tbl2ostbkv...21_17.zip?dl=0
https://www.dropbox.com/s/tbl2ostbkv...21_17.zip?dl=0
#655
For what I understand in the thread this repetition is valid for oldest transponders, whereas new RC4 transponders always change numbers every time. Also, three in a row is ok from a single transponder in the loop, but does this work with multiple transponders? Anyway I'll investigate further if I have something to optimize in my design in order to minimize this bit misalignment... OR implement CRC check of the packet. By the way...this is my prototype, on top right is your loop amplifier... the rest is in the board, with a USB serial port. It's pretty impressive that I'm reading something since this is my first project with this hardware... Next is a camera shot for the amp waveform (old technology, I know....)
The decoder is not compatible with the newest MyLaps transponders, as indicated in the specifications.
Once the decoder sees three repetitions in a row, the transponder is "verified", and will be counted for any other receptions, even those that are not repeated. The three-in-a-row verification is done during the race warm-up, where cars usually pass individually under the loop. Any that don't (as indicated by the PC software) should be requested to drive under the loop before the race is started.
If you can modify your code to recognize the meaning of the transponder data and do a CRC check, that would be a huge improvement. (At least one other reader has accomplished this.) Please share the code on this thread when completed!
#656
Tech Rookie
Joined: Jul 2017
Posts: 1
Dear Howard
I'm trying to build my own transponders and decoders, but I'm new in this thinks. I saw you built your own transponders.
I'm an electronic enthusiast and I find this trying to find how to make a transmitter with a microcontroller unit to send the beakon with the transponder ID to a raspberry. But when I found you could send in AMB decoders protocol I found this much more nice than do a new incompatible system.
Do they work with AMB TRANX2 Decoder? I also buy one recently to our motocycle association because we are in a kart race track and some race drivers have already theyr one AMB Tranx260 transponders
It is possible for me to create my own transponders?
I saw you use a ATMEL IC microcontroller a cristal and some mode chips to buils the transponder, but than we have the problem of the program to load in IC, I never did that
Can you help-me?
machadofisher
I'm trying to build my own transponders and decoders, but I'm new in this thinks. I saw you built your own transponders.
I'm an electronic enthusiast and I find this trying to find how to make a transmitter with a microcontroller unit to send the beakon with the transponder ID to a raspberry. But when I found you could send in AMB decoders protocol I found this much more nice than do a new incompatible system.
Do they work with AMB TRANX2 Decoder? I also buy one recently to our motocycle association because we are in a kart race track and some race drivers have already theyr one AMB Tranx260 transponders
It is possible for me to create my own transponders?
I saw you use a ATMEL IC microcontroller a cristal and some mode chips to buils the transponder, but than we have the problem of the program to load in IC, I never did that
Can you help-me?
machadofisher
#657
Tech Rookie
Joined: Nov 2014
Posts: 1
From: Vallentuna, about 40 km north of Stockholm, Sweden.
Today I tested my system. Its works fine, but there is some problems. Some times transponders are not detected. I think the problem is RESET pin not connected of ATTINY25. MCU just reseting all the time. I will add to protocol times of Poweed On to watch this. Some times i could conect to device by WiFi. But its works very fine.
#658
Tech Initiate
Joined: Oct 2017
Posts: 27
Hi, I'm new in this forum. I come here looking for a consistent lap timer for my club. I also see IR systems but I think this solution is better.
I've read howard will not continue to offer support and I want to know if there is somebody had boards and pics to start with it.
I have electronics skills and pcb fab but I read somewhere pcbs are 4 layers that will be impossible to make at home. I also see some guy that have smd version that looks awesome but not source for it.
Do you guys can help me to guide me where to start? 44 pages of forum it is a heavy start
. Some blog, wiki, etc?
Info from dropbox is great but I think a lot of info is assumed from forum posts and I'm a bit lost.
Thanks
I've read howard will not continue to offer support and I want to know if there is somebody had boards and pics to start with it.
I have electronics skills and pcb fab but I read somewhere pcbs are 4 layers that will be impossible to make at home. I also see some guy that have smd version that looks awesome but not source for it.
Do you guys can help me to guide me where to start? 44 pages of forum it is a heavy start
. Some blog, wiki, etc? Info from dropbox is great but I think a lot of info is assumed from forum posts and I'm a bit lost.
Thanks
#659
Tech Regular
Joined: Mar 2013
Posts: 261
From: London UK
Hi, I'm new in this forum. I come here looking for a consistent lap timer for my club. I also see IR systems but I think this solution is better.
I've read howard will not continue to offer support and I want to know if there is somebody had boards and pics to start with it.
I have electronics skills and pcb fab but I read somewhere pcbs are 4 layers that will be impossible to make at home. I also see some guy that have smd version that looks awesome but not source for it.
Do you guys can help me to guide me where to start? 44 pages of forum it is a heavy start
. Some blog, wiki, etc?
Info from dropbox is great but I think a lot of info is assumed from forum posts and I'm a bit lost.
Thanks
I've read howard will not continue to offer support and I want to know if there is somebody had boards and pics to start with it.
I have electronics skills and pcb fab but I read somewhere pcbs are 4 layers that will be impossible to make at home. I also see some guy that have smd version that looks awesome but not source for it.
Do you guys can help me to guide me where to start? 44 pages of forum it is a heavy start
. Some blog, wiki, etc? Info from dropbox is great but I think a lot of info is assumed from forum posts and I'm a bit lost.
Thanks
#660
Tech Initiate
Joined: Oct 2017
Posts: 27
It is all here. I did it the same way as you want to. You will need to get a pcb fab company like dirtypcbs.com to make the main board for you the amp board is easy either home etch or bug build, all the files you need are on dropbox, the bom is good for amp, decoder and you should be all set. The only difference now is you need to program the chips yourself as Howard is no longer providing this service. Again all the files are available, you will need to get access to a programmer.
Is there something I have to keep in mind before I begin? Any advice?
Thank you very much



8Likes