Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe

FSK Modulators using IC 555

By Ashutosh Bhatt December 1, 2020

FSK means Frequency Shift Keying. It’s one of the Modulation Scheme used to Transmit Digital Data using High Frequency carrier signal. In this Modulation Scheme bit 1 is transmitted using one carrier signal and bit 0 is transmitted using another carrier signal like

·         Bit 1 (logic high) is Transmitted using Carrier Frequency Fc1

·         Bit 0 (logic low) is Transmitted using Carrier Frequency Fc2

It means Series of bits (bit stream) are transmitted with two different carrier signals used for bit 1 and bit 0. 

The figure given below shows waveforms for FSK Modulation

[[wysiwyg_imageupload:13542:]]

The First Waveform is bit pattern – data bits. 2nd Waveform shows FSK Modulation – for data bit 1 it transmits one carrier (frequency Fc1) and for data bit 0 it transmits another carrier (frequency Fc2). Usually carrier frequencies are higher than (in terms of 100s of KHz) data rate. So in single bit period several cycles of carrier are transmitted. 

The Circuit given here illustrates how FSK Modulated Wave can be generated. It is build using IC555. A Square Pulses are given as input to represent bit 1 and bit 0, and as an output IC555 generates FSK Modulated Wave. To generate Square Pulses one more IC555 is used.


 

FSK Modulator

As shown in figure IC 555 is configured as Astable Multi-vibrator. It generates two different frequencies. It generates one frequency F1 when transistor Q1 is OFF and another frequency F2 when transistor Q1 is ON.

·         When Q1 is OFF R3 is not connected in the circuit. The frequency is given by

F1 = 1.44 / (R1 + 2×R2) × C1

·         When Q1 is ON, R3 get connected in parallel with R1. So frequency is given by

F2 = 1.44 / (R’ + 2×R2) × C1

            Where R’ = R1×R3 / (R1+R3)

The Square Pulses (bit stream) are applied at the base input of Q1. So for bit 1 input to Q1 is high, so it is ON, so IC555 generates frequency F2 in the output. Similarly for bit 0 – input to Q2 is low, so it is OFF, so IC555 generates frequency F1. So we get one frequency F1 for bit 1 and other frequency F2 for bit 0 as per requirement.

Please refer Circuit Diagram in the Circuit Diagram Tab above

Pulse Generator Circuit

Here also IC555 is connected in Astable mode. It will generate continuous pulses. It generates pulses at 1 KHz frequency. The frequency is determined by RC components R4, R5 and C3 as

F = 1.44 / (R4 + 2×R5) × C3

Circuit Designing

Let us see how values of R1, R2, R3 and C1 can be found out or calculated. I have selected F2 as 120 KHz for bit 1 and F1 as 90 KHz for bit 0.

Assume C1 = 1 nF = 1 × 10-9 F

Substituting this value in to above equation

F1 = 1.44 / (R1 + 2×R2) × 10-9

Because F1 is 90 KHz

90 × 103 = 1.44 / (R1 + 2×R2) × 10-9

R1 + 2×R2 = 1.44 /( 9 ×104 × 10-9)

R1 + 2×R2 = 16000

Now to get around 50% duty cycle R2 > R1 so let us take R1 = 4.5 K. So

2×R2 = 16000-4500 = 11500

So R2 = 5750 = 5.75 K

The nearest practical value can be 5.6 K.

Thus finally R1 = 4.5 K, R2 = 5.6 K and C1 = 1 nF. Instead of selecting fixed value of R1, a Potentiometer is used to tune the frequency and get exact value of 90 KHz.

Now let us find out value of R3 for frequency F2 = 120 KHz

F2 = 1.44 / (R’ + 2×5600) × 10-9

Because F1 is 90 KHz

120 × 103 = 1.44 / (R’ + 11200) × 10-9

R’ + 11200 = 1.44 /( 12 ×104 × 10-9)

R’ + 11200 = 12000

R’ = 800

But R’ = R1 × R3 / (R1+R3). So

(R1 × R3) / (R1+R3) = 800

4500 × R3 / (4500+R3) = 800

3700 × R3 = 4500 × 800

Finally                                                             R3 = 973

We can select nearest practical value as 1K. But instead of using fixed value 1 K Resistor, a Potentiometer of 1 K is used so that the frequency can be adjusted to exactly 120 KHz.

Similarly we can calculate values of R4, R5 and C3 in pulse generator circuit to generate pulses at 1 KHz. The values are calculated as R4 = 3.3 K, R5 = 5.6 K and C3 = 0.1 µF.

Circuit Setup

The circuit can be built on bread board or on general purpose PCB.

·         On bread board, place all the components and make necessary connections as shown in circuit diagram

·         On general purpose PCB, mount and solder all the components and connect components as per circuit diagram

Next, apply 5 V to the circuit through power supply and connect output of pulse generator and FSK Modulator to both the channels of DSO (or CRO) using CRO probes.

Circuit Operation

·         As 5 V supply is given to circuit, Pulse Generator will generate square pulses of 1 KHz

·         These pulses are given to base input of Transistor. Because Transistor is connected in switch mode, it will switch ON and OFF

·         When pulse input to Transistor is high – Transistor is ON – R3 connects in parallel with R1 – IC555 generates 120 KHz frequency in the output

·         When pulse input Transistor is low – it is OFF – only R1 is connected in IC555 circuit – it generates 90 KHz frequency in the output

·         In place of giving Square Pulses as input we can give bit stream of 1’s and 0’s also

Here is the Image of Circuit Output on DSO

FSK modulators using IC 555: DSO

Circuit Diagrams

circuit_21

Project Components

  • 555 Timer IC
  • Capacitor
  • Potentiometer
  • Resistor


Filed Under: Circuit Design
Tagged With: FSK Modulators, IC 555, Resistors, Transistors
 

Next Article

← Previous Article
Next Article →

Questions related to this article?
👉Ask and discuss on EDAboard.com and Electro-Tech-Online.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

EE TECH TOOLBOX

“ee
Tech Toolbox: 5G Technology
This Tech Toolbox covers the basics of 5G technology plus a story about how engineers designed and built a prototype DSL router mostly from old cellphone parts. Download this first 5G/wired/wireless communications Tech Toolbox to learn more!

EE Learning Center

EE Learning Center
“engineers
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


RSS EDABOARD.com Discussions

  • Finding past posts on edaboard?
  • Industrial Relay Board Design for Motorcycle Use
  • I think i have devised a new type of "super_transformer" for the Electricity grid?
  • What is the purpose of this relay?
  • mosfet driver problem in regeneration mode

RSS Electro-Tech-Online.com Discussions

  • Pic18f25q10 osccon1 settings swordfish basic
  • Sump pit water alarm - Kicad 9
  • Anyone jumped from Easyeda std to Easyeda pro?
  • turbo jet fan - feedback appreciated.
  • More fun with ws2812 this time XC8 and CLC

Featured – LoRa/LoRaWan Series

  • What is the LoRaWAN network and how does it work?
  • Understanding LoRa architecture: nodes, gateways, and servers
  • Revolutionizing RF: LoRa applications and advantages
  • How to build a LoRa gateway using Raspberry Pi
  • How LoRa enables long-range communication
  • How communication works between two LoRa end-node devices

Recent Articles

  • How IoT network topologies work
  • The top five AI startups to watch in 2025
  • STMicroelectronics unveils SoC based on secure MCU
  • Nexperia’s 48 V ESD diodes support higher data rates with ultra-low capacitance design
  • Taoglas releases Patriot antenna with 18 integrated elements covering 600 to 6000 MHz

EE ENGINEERING TRAINING DAYS

engineering

Submit a Guest Post

submit a guest post
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • Battery Power Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • Subscribe to our newsletter
  • About Us
  • Contact Us
  • Advertise

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy

Search Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe