Friday, March 29, 2024

Make An Arduino-Based Wireless Frequency Meter

By Saikat Patra and Shibendu Mahata

This project describes an Arduino-based wireless frequency meter designed to measure frequency of sinusoidal AC signals in the range of 50Hz to 3kHz. The authors’ prototypes of the transmitter and receiver sides are shown in Figs 1 and 2, respectively.

 Fig. 1: Authors’ prototype of the transmitter side
Fig. 1: Authors’ prototype of the transmitter side
Fig. 2: Authors’ prototype of Wireless Frequency Meter (Receiver side)
Fig. 2: Authors’ prototype of Wireless Frequency Meter (Receiver side)

The block diagrams of the transmitter and receiver sides are shown in Figs 3 and 4, respectively.

Fig. 3: Block diagram of the transmitter side
Fig. 3: Block diagram of the transmitter side
Fig. 4: Block diagram of the receiver side
Fig. 4: Block diagram of the receiver side

Circuit and working

The main components used in the Wireless Frequency Meter project and their role is described below.

Arduino Uno

Arduino Uno is an AVR ATmega328P microcontroller (MCU)-based development board with six analogue input pins and fourteen digital I/O pins. The MCU has 32kB ISP flash memory, 2kB RAM and 1kB EEPROM. The board provides the capability of serial communication via UART, SPI and I2C.

- Advertisement -

The MCU can operate at a clock frequency of 16MHz. In our project, Arduino Uno is used on the receiver side. Digital I/O pin 5 is used as input pin and is connected to DATA pin of 434MHz RX module. Digital I/O pins 7, 8, 9, 10, 11 and 12 of Arduino are used to interface with the 16×2 character LCD to display the value of the measured frequency.

Rectifier diodes

Rectifier diodes (1N4007) are used to rectify the alternating input signal to pulsating DC on transmitter side.

MCT2E

MCT2E opto-coupler IC is used to isolate input side from the next stage and also produce signals from pulsating DC waveform on transmitter side.

- Advertisement -

LCD

The 16×2 LCD, present at the receiver end, is used to display the value of frequency. It is interfaced with Arduino Uno board in four-bit mode. LCD pins RS, EN, D4, D5, D6 and D7 are connected to digital I/O pins 12, 11, 7, 8, 9 and 10 of Arduino, respectively.

434 MHz TX-RX modules

The 434MHz transmitter (TX) and receiver (RX) modules are used to transmit and receive radio frequency (RF) signals between two devices. Carrier frequency of the module used here is 434MHz.

The circuit diagrams of the transmitter and receiver sides are shown in Figs 5 and 6, respectively.

Fig. 5: Circuit diagram of the transmitter side
Fig. 5: Circuit diagram of the transmitter side
Fig. 6: Circuit diagram of the receiver side
Fig. 6: Circuit diagram of the receiver side

Download source folder: click here

The signal whose frequency is to be measured is applied to test signal input terminals, as shown in the transmitter-side circuit diagram (Fig. 5). In this frequency meter, test signal must be an alternating one and its amplitude must not be greater than 10V peak-to-peak.

The next stage is a bridge rectifier, which converts the alternating signal to a fully-rectified pulsating DC signal. The signal is then applied to pin 1 of MCT2E opto-coupler. Pin 1 is connected to anode of the internal LED of the opto-coupler. With the help of the opto-coupler, spikes are produced. Frequency of the signal is twice that of test signal input. The signal is applied to DATA pin of 434 MHz TX.

On receiver side, 434MHz RX module demodulates the received signal. DATA pin of 434MHz RX is connected to digital I/O pin 5 of Arduino Uno, which calculates frequency of the test signal and displays it on the LCD and serial monitor of Arduino IDE. Test signal frequencies 1576Hz and 2399Hz displayed on the serial monitor are shown in Fig. 7.

Fig. 7: Test signal frequencies (1576Hz and 2399Hz) displayed on the serial monitor
Fig. 7: Test signal frequencies (1576Hz and 2399Hz) displayed on the serial monitor

This project can be used for experimenting, learning, testing and troubleshooting audio equipment in the audible range between 50Hz and 3kHz.

The components used in the project are listed in Table 1.

Software

Arduino IDE 1.6.5 is used for programming Arduino Uno. Select the proper COM port and board from Tools menu in the IDE. Upload freq_meter_wl_1.ino source code to the board. From Tools menu of Arduino IDE, open the serial monitor and select the proper baud rate (9600 is used here) to display the frequency on the serial monitor.

For troubleshooting, test the signals at different test points marked in the circuit diagrams. Expected voltages at different test points are listed in Table 2.


Saikat Patra is passionate about electronics and microcontroller-based embedded system applications.

Shibendu Mahata is M.Tech (gold medallist) in instrumentation and electronics engineering from Jadavpur University. He is interested in designing microcontroller-based real-time embedded signal processing and process control systems

6 COMMENTS

SHARE YOUR THOUGHTS & COMMENTS

Electronics News

Truly Innovative Tech

MOst Popular Videos

Electronics Components

Calculators

×