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
 
Thread Tools Display Modes
Old 15th December 2006, 02:49 PM   (permalink)
Experienced Member
 
bananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of light
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
__________________
Superman returns..


Please vote.
bananasiong is offline   Reply With Quote
Old 15th December 2006, 03:08 PM   (permalink)
Experienced Member
 
audioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to behold
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   Reply With Quote
Old 16th December 2006, 12:46 AM   (permalink)
Experienced Member
 
bananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of light
Default

I use PIC to turn it on and off with a transistor, can I?
__________________
Superman returns..


Please vote.
bananasiong is offline   Reply With Quote
Old 16th December 2006, 12:53 AM   (permalink)
Experienced Member
 
audioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to behold
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   Reply With Quote
Old 16th December 2006, 12:56 AM   (permalink)
Experienced Member
 
bananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of light
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.
__________________
Superman returns..


Please vote.
bananasiong is offline   Reply With Quote
Old 16th December 2006, 01:23 AM   (permalink)
Experienced Member
ljcox is a jewel in the roughljcox is a jewel in the rough
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   Reply With Quote
Old 17th December 2006, 08:23 AM   (permalink)
Experienced Member
 
bananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of light
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 Images
File Type: gif 300MHz tx.GIF (4.6 KB, 81 views)
__________________
Superman returns..


Please vote.
bananasiong is offline   Reply With Quote
Old 17th December 2006, 09:17 AM   (permalink)
Experienced Member
ljcox is a jewel in the roughljcox is a jewel in the rough
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   Reply With Quote
Old 17th December 2006, 01:39 PM   (permalink)
Experienced Member
 
audioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to behold
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 Images
File Type: png 300MHz transmitter.PNG (16.1 KB, 40 views)
__________________
Uncle $crooge
audioguru is online now   Reply With Quote
Old 17th December 2006, 02:16 PM   (permalink)
Experienced Member
 
bananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of light
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
__________________
Superman returns..


Please vote.
bananasiong is offline   Reply With Quote
Old 17th December 2006, 03:00 PM   (permalink)
Experienced Member
 
Hero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to beholdHero999 is a splendid one to behold
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.
__________________
What's so bad about Microsoft?

Get Opera it's simply a superb browser.
Hero999 is offline   Reply With Quote
Old 17th December 2006, 03:05 PM   (permalink)
Experienced Member
 
audioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to behold
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 Images
File Type: png Gated Cmos oscillator.PNG (4.6 KB, 35 views)
__________________
Uncle $crooge
audioguru is online now   Reply With Quote
Old 17th December 2006, 03:09 PM   (permalink)
Experienced Member
 
bananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of light
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.
__________________
Superman returns..


Please vote.
bananasiong is offline   Reply With Quote
Old 17th December 2006, 03:22 PM   (permalink)
Experienced Member
 
bananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of lightbananasiong is a glorious beacon of light
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
__________________
Superman returns..


Please vote.
bananasiong is offline   Reply With Quote
Old 17th December 2006, 03:38 PM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
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 With Quote
Reply

Bookmarks

Thread Tools
Display Modes


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



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


Electronic Circuits  |  Radio Controlled
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.