[go: up one dir, main page]

0% found this document useful (0 votes)
356 views6 pages

RF Transmitter and Receiver: Step 1: Short RF Lesson

This instructable describes how to build an RF transmitter and receiver to control RGB LEDs using a PIC microcontroller. It uses RF modules to communicate wirelessly without wires. The transmitter sends data as 1s and 0s via radio waves, which the receiver collects and converts back to digital signals to control the LEDs. The author provides circuit diagrams, component lists, and code to demonstrate how RF modules can be used to remotely control devices with a microcontroller.

Uploaded by

agop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
356 views6 pages

RF Transmitter and Receiver: Step 1: Short RF Lesson

This instructable describes how to build an RF transmitter and receiver to control RGB LEDs using a PIC microcontroller. It uses RF modules to communicate wirelessly without wires. The transmitter sends data as 1s and 0s via radio waves, which the receiver collects and converts back to digital signals to control the LEDs. The author provides circuit diagrams, component lists, and code to demonstrate how RF modules can be used to remotely control devices with a microcontroller.

Uploaded by

agop
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

instructables

RF Transmitter and Receiver

by OEsirik

In this project, I will use RF modules with Pic 16f628a. It will be a short tutorial about rf. After you learn ho rf
modules communicate with each other you can use these modules with pic microcontroller, ardunio or any
microcontroller. I controlled RGB LEDs but If you can control many thing motors or relays.

Step 1: Short RF Lesson

What is RF? microcontroller in this project) and transmitter send


these data in Seri way in radio waves. After ıt started
In short term, radio frequency (RF) refers to the rate broadcasting, receiver collect these radio waves and
of oscillation of electromagnetic radio waves in the it gives as 1 and 0 again.
range of 3 kHz to 300 GHz, as well as the alternating
currents carrying the radio signals. Why do we use it?

How does it work? If we want to communicate some devices without any


wire we RF modules is one of the ways.
We need two modules which are transmitter and
receiver. Our control our data 1 and 0(we use the

RF Transmitter and Receiver: Page 1


Step 2: Circuit Schemas

In the first circuit is the transmitter second is receiver.I controlled 3 RGB led by this modules.

RF Transmitter and Receiver: Page 2


Step 3: Component List

Transmitter Part:

1. pic16f628a
2. 18pin dip socket
3. 1n4001 diode
4. lm7805
5. 220 uf 16v electrolytic cap
6. 1 uf cap
7. 330ohm ^1
8. 4.7k ohm ^1
9. Rf transmitter (433 MHZ)

10. 10k ohm ^4


11. 4 push button
12. 5mm led
13. male header

Receiver Part:

First eight is the same

9.RF receiver (433 MHZ)

10. 5mm RGB led ^3

11.led

12male header

Note:RF modules must be same frequency.

Rf modules link of rf modules

RF Transmitter and Receiver: Page 3


Step 4: Printed Circuit Board

I love using PCB instead of prototype PCB(including many holes), In my opinion, this way is more healthy for
circuits. After designing the circuits I printed on the boards but there are some tiny nets so I needed to fix some
nets. After fixing operations they go to in acid. Then they are ready for next step.

Step 5: Solder Mask !

Its optional part.

Solder mark has some difficulties but otherwise, it has some benefits.Your PCB can be healthy very long time and
short circuit risks become increases.You can find many resources about how can you make solder mask at
home.After the solder mask operations, PCB's go drilling operations.

RF Transmitter and Receiver: Page 4


Step 6: Soldering

At last, we soldering the components on PCB. My advice you should solder dip socket first but attach the pics and
rf modules after soldering. You should be very careful about short circuits. Besides, rf modules can be effected
static electric very easily.

Step 7: Codding

I used PIC CCS for programming. If you have any If we try to use the same many RF modules in the
question about anything just ask it, please. same area it will be some provision. We prevent this
problem with preamble function. We define an
First, we choose the baudrate you should look that for identification for our modules and sent it receiver
rf modules datasheet then we define transmitter an module.
receiver pins. Parity is about our data is odd or even
but we don't use it in this project, at last, we choose 1 We can see this function on the oscilloscope.First two
our stop bit. pic belong transmitter and second modules belong
receiver circuit
Preamble Function:

RF Transmitter and Receiver: Page 5


Download
https://www.instructables.com/ORIG/FMB/J38J/JLGUYSTC/FMBJ38JJLGUYSTC.c

Download
https://www.instructables.com/ORIG/F6C/NERS/JLGUYSTE/F6CNERSJLGUYSTE.c

Step 8: RUN!

In this project main idea was RF communication thus I did not use qualification pic or oscillator. If you want to
obtain better communication you should use high-frequency crystal oscillator and high-frequency RF modules. You
should use an antenna.

https://youtu.be/sgZwKXLEzA4

Interesting stuff.

RF Transmitter and Receiver: Page 6

You might also like