Dick Cappels' project pages http://www.projects.cappels.org

return to HOME

Frequency Meter with 100 MHz RF desktop channel

Notice: Before operating a radio transmitter, find out what kind of transmitter operation, if any, is permitted in your locality. Radio transmitter operation is a serious legal matter. In the United States, operation of unlicensed intentional radiators is covered by Part 15 of Title 47 of the Code of Federal Regulations. This design can be readily adapted to different frequencies and different power levels. If you choose to build and operate the transmitter described here, you do so at your own risk. I'm only publishing this as an example of what can be done.


This basically the frequency meter section of the frequency meter/pulse generator based on the AT90S2313 described elsewhere on this site, combined with the 100 MHz RF interface described in the page about the RS-232 to 100 MHz RF desktop channel adapter. Built and align this is the same manner as the 100 MHz RF desktop channel adapter. The frequency meter has a maximum input frequency of 4 Mhz and counts up to 65535. Time bases of 10 ms, 100 ms, 1 second, 10 seconds, and 100 seconds are selectable from the keyboard via the RF link.

Downloads:
Assembler source
hex file

I would suggest adding a 5 volt zener from pin 9 of the AT90S2313 to ground to reduce chances of damage to the input from electrostatic discharges. I did not put it on the schematic because I did not build this and try it. Take a look at the frequency and pulse generator project on this web site to see how I used the reverse base-emitter junction of a transistor to accomplish the same thing because I didn't have any appropriate zeners at the time of the project.

The frequency meter sends to address $02 (the RS232 to RF Data Channel receive address) and receives address $03 (which is coded as $18 in the firmware because of the position of the address within the header byte).

Firmware

This firmware was a combination of the firmware from two projects, with the irrelevant parts removed. There are several assembler warnings of registers being assigned more than once -don't worry about it, there aren't any conflicts but it made hooking the two pieces of code a little easier and made the resulting file a little easier to read doing it this way.

Here is the Assembler source file. In case its helpful, here is the hex file

At power-on a greeting and menu is displayed. Individual readings are taken whenever the "R" key or return key are pressed.

Variations

A low battery indicator would be a nice improvement so that the terminal would be alerted when a low battery was detected. Additionally an LED could be added as a power-on indicator. By the way, the one I built takes 16 ma while transmitting and 12 ma while looking for a signal.

The low speed of the data channel is noticeable as the greeting and menu are tediously written on the terminal screen. The low speed of the data channel is not apparent when taking measurements of 1 second or longer. For shorter period measurements (10 ms and 100 ms) the effects of the terminal's receiver's recovery time are apparent. The effect is that the further the frequency meter is from the RS-232 to 100 MHz adapter, the more likely the first characters (carriage return and line feed) will be lost when the frequency meter sends the results of the measurement, which come more quickly after a short time base measurement than a long one. A delay should be added to prevent transmission from starting within a given time after a transmission was observed -in this case, about 300 ms (forever to an AVR processor, but not a long time from the standpoint of the receiver).

HOME

Use of information presented on this page is for personal, nonprofit educational
and noncommercial use only. This material (including object files) is copyrighted
by Richard Cappels and may not be republished or used directly for commercial
purposes without explicit permission For commercial license,
click HERE.

Please see the liability disclaimer on the HOME page.

 Contents ©2002 Richard Cappels All Rights Reserved. www.projects.cappels.org/