Xband + frequency to voltage converter
Koori
Posts: 2
Hello!
I'm working with the X-band motion detector for a school project. We had the idea to use a frequency to voltage converter (IC LM2907) in order to use our microcontroller's ADC to read the voltage level instead of reading the frequency directly with the MCU's timers.
We tested the LM2907 with a function generator and it worked just fine. However when we connect the sensor's output to the converter's input, there is absolutely no output from the converter. We have checked the converter's output directly using an oscilloscope.
Me and my teammate suppose that the converter isn't able to convert because the sensor's frequency output varies so much. Can anyone confirm this?
Also, are there any other alternatives to convert the sensor's frequency to voltage level? We don't have enough time to change the code to read the frequency.
Thank you all in advance!
I'm working with the X-band motion detector for a school project. We had the idea to use a frequency to voltage converter (IC LM2907) in order to use our microcontroller's ADC to read the voltage level instead of reading the frequency directly with the MCU's timers.
We tested the LM2907 with a function generator and it worked just fine. However when we connect the sensor's output to the converter's input, there is absolutely no output from the converter. We have checked the converter's output directly using an oscilloscope.
Me and my teammate suppose that the converter isn't able to convert because the sensor's frequency output varies so much. Can anyone confirm this?
Also, are there any other alternatives to convert the sensor's frequency to voltage level? We don't have enough time to change the code to read the frequency.
Thank you all in advance!
Comments
-Phil
Thanks a lot for your reply. I am currently studying electronic engineering. The microcontroller we used in class is pretty cheap, and after checking the reference manual, datasheet, and programming manual, it does not seem to have a CTC.
As I previously stated, I believe we could've also measured the frequency directly using the timers, but we didn't have enough time to remake the code.
Anyways, it's fine now, the teacher allowed us to present our project that way, with the annotations of why it didn't work with the frequency -> voltage converter.
I also appreciate your advice regarding scaling, accuracy, calibration, and measuring frequency with CTCs (if available), I had not considered it before. I will take that into account for future projects, thanks!
I apologize for not spelling that out. CTC = Counter-Timer Chip/Circuit
Thanks for your reply though.