R/C Tech Forums

R/C Tech Forums (https://www.rctech.net/forum/)
-   Radio and Electronics (https://www.rctech.net/forum/radio-electronics-137/)
-   -   Lap Timing Decoder (https://www.rctech.net/forum/radio-electronics/688671-lap-timing-decoder.html)

howardcano 09-04-2013 02:35 PM

MRT PTX-20 (NS) Compatibility!
 
The new MRT PTX-20 (NS) has been tested, and is compatible with the Cano decoder.

PA3EXV 09-09-2013 12:25 AM

This weekend I finished my proto for the transponder, loop_amplifier and the first part of the decoder hardware. I succeeded in programming the 12F683 with code that generates the preamble and a ID, for now in a fixed delay_loop of 2mS - 4mS to give me a better way of analysing the loop_amplifier and decoder. Later I will do the random 2mS - 4mS delay.
My question: What is the expected amplitude at the Phase_Detector_Input_Amplifier when the transponder is placed in the middle of a 10'x 1' loop, assuming the transponder coil is resonant at 5MHz? I have too much noise at the output of the 74HC04. I think there is something wrong in my loop_amplifier. Anyone to feedback to me what the signal_amplitude should be with a 1:10 scope probe? Thank you.

howardcano 09-11-2013 08:19 AM


Originally Posted by PA3EXV (Post 12528337)
This weekend I finished my proto for the transponder, loop_amplifier and the first part of the decoder hardware. I succeeded in programming the 12F683 with code that generates the preamble and a ID, for now in a fixed delay_loop of 2mS - 4mS to give me a better way of analysing the loop_amplifier and decoder. Later I will do the random 2mS - 4mS delay.
My question: What is the expected amplitude at the Phase_Detector_Input_Amplifier when the transponder is placed in the middle of a 10'x 1' loop, assuming the transponder coil is resonant at 5MHz? I have too much noise at the output of the 74HC04. I think there is something wrong in my loop_amplifier. Anyone to feedback to me what the signal_amplitude should be with a 1:10 scope probe? Thank you.

I'm seeing about 140mV peak-to-peak at the Loop Amplifier output (J1 on the Phase Detector Input Amplifier), using a Cano transponder placed 12 inches above the center of the loop. My AMB and MRT transponders give the same level.

GurraG 09-19-2013 04:55 AM

Hi Howard! Congratulations on an excellent project!! I really enjoyd reading you posts.

I also started with the same project 1,5 years ago, but never finished it. Now I found your thread and see that you have solved it, great job!

I would love to help you with anything that needs to be addressed. I'm a software/hardware engineer with special focus on embedded software and .NET software. Please let me know how I can contribute to this awesome project.

Regards Geir.

howardcano 09-19-2013 06:45 AM


Originally Posted by GurraG (Post 12556989)
Hi Howard! Congratulations on an excellent project!! I really enjoyd reading you posts.

I also started with the same project 1,5 years ago, but never finished it. Now I found your thread and see that you have solved it, great job!

I would love to help you with anything that needs to be addressed. I'm a software/hardware engineer with special focus on embedded software and .NET software. Please let me know how I can contribute to this awesome project.

Regards Geir.

I'm glad you enjoyed the thread!

We've mentioned before that all of the digital circuitry (not including the microprocessor) would fit into a small, inexpensive FPGA, so maybe you'd like to do that? If so, I can send you what I've done so far with the Altera EPM3064.

Mo Denton 09-19-2013 09:04 AM

cool thread.. interesting projects going on.
but I have to say I read through several pages and now my brain hurts.

PA3EXV 09-20-2013 01:22 PM

This post must make Howard proud once more; After a few others already succeeded in getting a system up and running, I can now as well give you all the good news! Today we managed to get the 'valid' signal as well as the three succeeding nByte_ready pulses to read the 3 ID_Bytes into the decoder processor. The processor is not added to our board yet, that will be the next step. Having the signals available from my transponder (PIC12F683 based as original in the Howard-design), this is a very satisfying stage in the project. It means the transponder software I did is indeed doing the correct preamble and as well transmits the ID that is desired. In the below pictures I would like to share some views on the hardware I build.
Because a collegue at work is very kind and interrested in what I am doing as RC-hobby and electronics, he was so kind to tranfer the breadboard containing over 20 TTL chips into a CPLD. We have used the 40MHz from the breadboard next to the serial_data received from the loop_amplifier (74AC04 output) to create the same 'Byte_ready' and the 8 bit word that will go into the decoder_processor. This is presented in the pictures that are taken from the logic-analyser we have used to debug. For your information, the CPLD code is 57 flip_flops and fits into the Altera EPM3064. However we did not have that device on hand and used a Altera MAX II.

Here are the pictures:

I started few weeks ago on the transponder, loop_amplifier and prgrammed the PIC:

http://www.pa3exv.nl/Transponder_PA3EXV.JPG

The breadboard which I finished next:

http://www.pa3exv.nl/Breadboard_PA3EXV.JPG


A different view on the breadboard:

http://www.pa3exv.nl/Breadboard_Digiview_PA3EXV.JPG


Here the breadboard next to the CPLD board during debuging:

http://www.pa3exv.nl/Breadboard_CPLD...iew_PA3EXV.JPG

And finally two pictures taken from the logic_analyser in which the 4mS test interval of the transponder ID message is shown (Howards' ID for test purpose used)

http://www.pa3exv.nl/4mS_repeat_both_systems.JPG

http://www.pa3exv.nl/Transponder_ID_both_systems.JPG


Next thing to start working is the implementation of the random delay of 2 - 4mS in between of the transponder messages. I already found a way to acomplish this in ASM, I haven't had time yet to test it in the 12F683 PIC of the transponder. Next to this we will start on the decoder_processor. Howard already gave us some great ideas for this and from that we can write the specific message that I would like to get from the decoder to feed into the lap_counter software of my own choice (RF_Lapcounter). I have in the past already did some research what exactly is needed to use this software (post # 78). I realy like that software without digging into the ZRound and others. I found the function to couple your own picture of the car and the picture of the driver nicely done. Because we an in control ourselves, we can send out whatever message we need for our solution. That's the nice think of this open source project.
So far I enjoyed contructing and programming very much. In my daily work I never got into PIC-programming so far (despite being occupied into electronics already for over 25 years). I found this project a great drive to start with that, something I would not have started on because there was no big reason to do so. Without a good goal, someone would not start programming assembly or even learn dealing with microcontrollers.
Big thanks to Howard for the inspiration, I hope it will also help others to take that the step to start designing. Nowadays not much young people can be inspired to get away from the PC playing games. We need them in the industry!

Gerrie, PA3EXV

howardcano 09-20-2013 04:13 PM


Originally Posted by Mo Denton (Post 12557603)
cool thread.. interesting projects going on.
but I have to say I read through several pages and now my brain hurts.

Thanks for reading the thread, Mo! It may not be particularly interesting for those people who are not well-versed in electronics, but it does give some idea of how these things are created.

howardcano 09-20-2013 04:27 PM


Originally Posted by PA3EXV (Post 12561301)
This post must make Howard proud once more; After a few others already succeeded in getting a system up and running, I can now as well give you all the good news!...

This is fantastic! Thank you for showing us your work.


Originally Posted by PA3EXV (Post 12561301)
Because a collegue at work is very kind and interrested in what I am doing as RC-hobby and electronics, he was so kind to tranfer the breadboard containing over 20 TTL chips into a CPLD...

If you get around to testing and verifying the CPLD, please consider offering the design to our readers. It certainly reduces the component count and the size of the circuit board.


Originally Posted by PA3EXV (Post 12561301)
So far I enjoyed contructing and programming very much. In my daily work I never got into PIC-programming so far (despite being occupied into electronics already for over 25 years). I found this project a great drive to start with that, something I would not have started on because there was no big reason to do so. Without a good goal, someone would not start programming assembly or even learn dealing with microcontrollers.

Assembly language is the software for hardware guys! There's nothing like it for basic "bit twiddling", and keeping code as small as possible. Now that you've had a taste of it, I'll bet that you'll find yourself thinking of all sorts of little gadgets that you can make for fun.

howardcano 09-28-2013 06:35 AM

We have reached a milestone: This thread now has more views than the thread for MRT PTX transponders! Here's a big "THANK YOU" to all of our readers!

maeg 09-30-2013 01:14 AM

Hello guys!
I'm using decoder from Payalneg.
There is little problem - he is very busy now, and I need advice.
Decoder and loop work awesome, but we have 1 problem - if our loop length is greater than 10m - we have misses.
May be you can get me advice - what cable may I try as loop? What Awg I need?
Maybe can try to do new loop amplifier?

And another - what about coaxial cable? Is AMB cable will be best solution?
We need cable about 20 m length.
Or maybe we can get full loop from amb?

howardcano 09-30-2013 02:53 AM


Originally Posted by maeg (Post 12589572)
Hello guys!
I'm using decoder from Payalneg.
There is little problem - he is very busy now, and I need advice.
Decoder and loop work awesome, but we have 1 problem - if our loop length is greater than 10m - we have misses.
May be you can get me advice - what cable may I try as loop? What Awg I need?
Maybe can try to do new loop amplifier?

And another - what about coaxial cable? Is AMB cable will be best solution?
We need cable about 20 m length.
Or maybe we can get full loop from amb?

10m is far too long. The acceptable sizes and construction specs for the loop are here:

http://www.rctech.net/forum/12222187-post251.html

The coaxial cable should be 75 ohm. As long as the cable quality is good, it doesn't matter where you purchase it. I have updated post #251 with this information.

maeg 09-30-2013 02:59 AM


Originally Posted by howardcano (Post 12589652)
10m is far too long. The acceptable sizes and construction specs for the loop are here:

http://www.rctech.net/forum/12222187-post251.html

The coaxial cable should be 75 ohm. As long as the cable quality is good, it doesn't matter where you purchase it. I have updated post #251 with this information.

Thank you, Howard.
Can you explain please - specs for loop says that I need you jumper in amplifier. I have Payalneg's amplifier - it is same?

10 meter it is all length of loop. Our track is 5 meter width. And here it works fine.
The problems we have only at 6.5 meter width track.

howardcano 09-30-2013 05:45 AM


Originally Posted by maeg (Post 12589660)
Thank you, Howard.
Can you explain please - specs for loop says that I need you jumper in amplifier. I have Payalneg's amplifier - it is same?

10 meter it is all length of loop. Our track is 5 meter width. And here it works fine.
The problems we have only at 6.5 meter width track.

My apologies, I thought you meant the loop was 10m wide. Now I think you meant circumference.

A 12' x 1' loop might work fine with a 5m (15') track width, as long as it is centered on the track. This is because the loop also picks up transponder signals that are slightly outside of the enclosed area.

My answers only apply to my design. You can try to send Payalneg a private message regarding his design.

It would also be worthwhile to build one of my loop amplifiers and see if that helps.

maeg 09-30-2013 05:57 AM


Originally Posted by howardcano (Post 12589878)
My apologies, I thought you meant the loop was 10m wide. Now I think you meant circumference.

A 12' x 1' loop might work fine with a 5m (15') track width, as long as it is centered on the track. This is because the loop also picks up transponder signals that are slightly outside of the enclosed area.

My answers only apply to my design. You can try to send Payalneg a private message regarding his design.

It would also be worthwhile to build one of my loop amplifiers and see if that helps.

I think it possible to do you amplifier to test - I don't so skilled in electronics, but there is one guy who can help me.
But then first question - may be it need to do some changes so you loop amplifier can work on our wide outdoor track - 6.5 meters?


All times are GMT -7. It is currently 08:09 AM.

Powered By: vBulletin v3.9.3.9 Patch Level 3
Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.