Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Tools
Old 15th December 2006, 03:49 PM   #1
Default 300MHz RF module

Hi,
I've bought a pair of RF module, 300MHz. The transmitter looked simple, there is no even trimmer capacitor, and the coil is printer on the PCB. There is a relay on the receiver, and a LED as an indicator.
Once the tag switch of the transmitter is pressed, the circuit is closed, then relay at the receiver site is switched.
Now, I want to use them for transmitting digital signal. From a PIC to another PIC, I don't think the NC or NO on the relay is a good idea since it can bounce. I think I'll modify the circuit.
This is my question. If I send 8 bit digital pulse for example '10010011', how does the receiver know that which is the starting bit? Do I need a LED driver to convert serial to parallel data, then the paralleled connected to the receiver PIC.

Thanks
__________________
bananasiong
bananasiong is offline  
Old 15th December 2006, 04:08 PM   #2
Default

The transmitter needs to have a modulator added. How are you going to add one?
Now the transmitter just turns on and off. It takes time for it to turn on and off. If you use a logic "1" to turn it on then the bit rate will be extremely slow.
__________________
Uncle $crooge
audioguru is online now  
Old 16th December 2006, 01:46 AM   #3
Default

I use PIC to turn it on and off with a transistor, can I?
__________________
bananasiong
bananasiong is offline  
Old 16th December 2006, 01:54 AM   #4
Default

There might be a way to modulate it at a fast rate without turning it on and off.
Attach its schematic.
__________________
Uncle $crooge
audioguru is online now  
Old 16th December 2006, 01:57 AM   #5
Default

Then I have to draw it, because the schematic doesn't come together, only the layout. But the transmitter is really simple. A 2 input NAND gate IC (only 2 being used), a RFC, a few capacitors and a few resistors. I can see that the tag switch turns the whole circuit on and off.
__________________
bananasiong
bananasiong is offline  
Old 16th December 2006, 02:24 AM   #6
Default

Quote:
Originally Posted by bananasiong
Then I have to draw it, because the schematic doesn't come together, only the layout. But the transmitter is really simple. A 2 input NAND gate IC (only 2 being used), a RFC, a few capacitors and a few resistors. I can see that the tag switch turns the whole circuit on and off.
If it uses a 2 input NAND gate, you may be able to modulate it by controlling one of the inputs. Post the circuit so we can help.

As for the receiver knowing how to determine the start and stop, there are many ways to do this. For example, look at the RS232 protocol.

Alternatively you can use pulse length modulation. eg. turn the transmitter on for say 100 us to send a 0 or turn it on for 200 us to send a 1. And keep it off for say 100 us between bits. This is a self clocking arrangement.

All the receiver has to do is to start timing when it receives a signal and then decide whether the signal is still there after 150 us. If not then it was a 0 if so then it was a 1. Then store the bit and await the next bit. You also need to count the bits.

You would also need to ensure that the signal is present for a minimum period (say 50 us) in order to avoid problems with noise bursts.
__________________
Len
ljcox is offline  
Old 17th December 2006, 09:23 AM   #7
Default

Hi,
This is the transmitter circuit.The RF coil is on the PCB. I couldn't find the schematic of the receiver yet, maybe I have to draw it according to the layout. Can I replace the 9018 npn transistor with other transistor? And, can I know any method of modulation?

Thanks
Attached Thumbnails
300MHz RF module-300mhz-tx.gif  
__________________
bananasiong
bananasiong is offline  
Old 17th December 2006, 10:18 AM   #8
Default

Quote:
Originally Posted by bananasiong
Hi,
This is the transmitter circuit.The RF coil is on the PCB. I couldn't find the schematic of the receiver yet, maybe I have to draw it according to the layout. Can I replace the 9018 npn transistor with other transistor? And, can I know any method of modulation?

Thanks
Remove one NAND gate input and this will be the modulation input.

I'm not an expert on RF transistors, perhaps someone else can advise you.
__________________
Len
ljcox is offline  
Old 17th December 2006, 02:40 PM   #9
Default

I think the transistor is the 300MHz oscillator and it is turned on and off at an audio frequency by the classic Cmos oscillator made from two Nand gates.

The Cmos oscillator can be stopped by diconnecting the input of one gate from the circuit and grounding it, then started with a resistor that pulls the input high.
Attached Thumbnails
300MHz RF module-300mhz-transmitter.png  
__________________
Uncle $crooge
audioguru is online now  
Old 17th December 2006, 03:16 PM   #10
Default

This transistor can be replaced with other?
How do you know the NAND produce audio frequency?
Do you mean, one input from the NAND gate connected to the ground, the other input pulled up by a resistor, then the microcontroller input signal from here, right?
For data transmission, how does the receiver know that which is the first bit and which is the end bit? Or the receiver circuit needed?

Thanks
__________________
bananasiong
bananasiong is offline  
Old 17th December 2006, 04:00 PM   #11
Default

That module is nothing but a simple 'FM bug' RF oscillator tuned to 300MHz with a NAND gate oscillator modulating it. Here was me thinking that those expensive modules were generally well-designed and worth the money.

Look the NOT gate oscillator audioguru posted and look at the NAND gate oscillator on the transmitter schematic. Notice how they are essentially the same except yours uses NANDs while his uses NOTs?

There are two ways of making a NOT from an NAND aren't there? You can either tie the two inputs together or tie one output to +V, if you do the latter using a pull-up resistor it will work as a NOT gate but if you ground the other input it won't work. This is exactly what you do with your circuit you cut the link between two of the inputs on either of the gates, and use the disconnected input as an enable pin.
__________________

I do not answer private messages asking for help because no one else can: benefit from advice I may give or correct me if I'm wrong.

Please ask on the open forum if you have a question and I'll be happy to help,
if I know the answer.
Hero999 is offline  
Old 17th December 2006, 04:06 PM   #12
Default

Quote:
Originally Posted by bananasiong
This transistor can be replaced with other?
There are thusands of NPN RF transistors.

Quote:
How do you know the NAND produce audio frequency?
Because I am a smarty-pants geek! It is about 7kHz but I looked on a graph without calculating it.

Quote:
Do you mean, .....
Like my sketch. The on-off switch can be a transistor. The resistor and switch can be the output of a microcontroller.

Quote:
For data transmission, how does the receiver know that which is the first bit and which is the end bit? Or the receiver circuit needed?
You need Manchester encoding at the transmitter. Use a gap between each transmitted word or use start bits or something.
Attached Thumbnails
300MHz RF module-gated-cmos-oscillator.png  
__________________
Uncle $crooge
audioguru is online now  
Old 17th December 2006, 04:09 PM   #13
Default

This is the only RF module I can find.
Quote:
if you ground the other input it won't work.
Oh ya, always high.
__________________
bananasiong
bananasiong is offline  
Old 17th December 2006, 04:23 PM   #14
Default

Quote:
Like my sketch. The on-off switch can be a transistor. The resistor and switch can be the output of a microcontroller.
Oh I see, what's the speed for 8 bit signal? if I use Manchester coding, usually what method is used for decoding it at the receiver to the original signal?

Thanks
__________________
bananasiong
bananasiong is offline  
Old 17th December 2006, 04:39 PM   #15
Default

Quote:
Originally Posted by bananasiong
Oh I see, what's the speed for 8 bit signal? if I use Manchester coding, usually what method is used for decoding it at the receiver to the original signal?
Fairly obviously, you use Manchester DECODING!.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline  
Reply

Tags
300mhz, module

Thread Tools
Display Modes


Similar
Title Starter Forum Replies Latest
Chip talk dreamproject Electronic Projects Design/Ideas/Reviews 8 2nd April 2005 08:24 PM
Motor control interface dreamproject Micro Controllers 0 31st March 2005 04:48 AM
controlling laser module via RF receiver mr. mister Robotics Chat 1 28th February 2005 04:45 PM
ignition module induction1 General Electronics Chat 5 25th November 2003 12:35 AM
Safety interlock module wilfredmike Electronic Projects Design/Ideas/Reviews 6 2nd November 2003 09:41 PM



All times are GMT. The time now is 04:07 AM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker