Sonsivri

Electronics => General Electronics => Topic started by: peredaroberto on January 24, 2007, 06:22:33 18:22



Title: RF modules
Post by: peredaroberto on January 24, 2007, 06:22:33 18:22
I was trying to make a PIC-PIC (18F452) communication using the Radiotronix RF modules, i tryied everything, changing bps in the picc, changing wires, inverting the outputs, everything.  There is only one thing that i have'nt tryed & it is tu use encoder and decoder.

I hope somebody can help me.


Title: Re: RF modules
Post by: hate on January 24, 2007, 08:18:46 20:18
RF modules are very complex things when not used with an encoder-decoder pair. I guess you are using the uarts of the pics for communication and this is not a good method as the baud rate could be too high for RF frequency to transmit. And don't think that decreasing the baud rate can solve the problem it may NOT! So I suggest u use another communication protocol and be sure that the pics communicate without the modules at first. Then be sure that the modules communicate with each other also. Then join the two OR use an encoder-decoder pair like PT2262-PT2272 or similar.

Regards...


Title: Re: RF modules
Post by: GreenGiant on January 29, 2007, 03:33:50 15:33
IF you post more information on the RF modules, links, part numebrs, etc.
Then it may be easier to assist you.

Theres many different RF modules, from simple circuit that modulates bits with no extra support (and thus you need encoders or redunan cy in the pic) to full blown serial transmitters that you feed serial data and it takes care of everything.


Title: Re: RF modules
Post by: lucicop on September 28, 2007, 12:00:28 12:00
Try RF chips from Nordic (nRF24L01) or Chipcon (CC1100, CC2400). You transfer the data through SPI and they handle all the rest.


Title: Re: RF modules
Post by: GreenGiant on September 30, 2007, 12:04:47 12:04
The nordic chips I have found to be the best all around units.

The major big thing, they can (in the proper mode) do the re-transmission and crc of the data for you.
That is, you dont have to worry about lost data, or errors in the data, the ic's take care of it.

Theyr also very low cost, under $5


Title: Re: RF modules
Post by: sonynick on October 03, 2007, 05:53:29 05:53
RF Chips 2272 remote and receiver

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&rd=1&item=130159555920&ssPageName=STRK:MESE:IT


Title: Re: RF modules
Post by: dideco on October 03, 2007, 07:40:12 07:40
Most of the RF modules work with low baud rate RS232 serial communication if a long RF output received to set auto gain adjustment of the receiver before sending serial data. I have tested this for a hand made simple 433 Mhz modules set and for some other commercial types.

According to me the best way to send data through RF modules is pulse width coded data. Serial communication fails when a to many zero values send as zero to RF output. So the automatic gain control of the receiver module increases the gain and when following RF pulse as one arrives to the receiver, its output saturates and timing or syncronisation is lost. Superheterodyne type crystal controlled receivers has better performance for adjusting gain control so serial RS232 data can be directly transferred.


Title: Re: RF modules
Post by: chandra2sekhar2000 on October 03, 2007, 02:43:33 14:43
hello
u specify me the language u are using?
baud rate for both the pic of tx & rx should be equal.usally the RF modules supports from 300bps to 2400bps .u can speed up to 3600bps.if u are using roton basic then try the below commands.

transmitter.
SerOut TX,16884  ,[ "NCS", 200 ]
reciver.

SerIn RX,16884 ,[ Wait("NCS"),REC]

in above two statementstransmitter sends NCS then data 200.
in the reciever  the serin state ment waits until ncs is recieved and if data presented will be placed in the variable.
i think it may help u.


Title: Re: RF modules
Post by: quark576 on February 02, 2008, 11:19:34 23:19
Try Aurel modules XTR903-A8 ,it work very fine just put only a serial data.


Title: Re: RF modules
Post by: donno on February 03, 2008, 01:49:25 01:49
I was trying to make a PIC-PIC (18F452) communication using the Radiotronix RF modules, i tryied everything, changing bps in the picc, changing wires, inverting the outputs, everything.  There is only one thing that i have'nt tryed & it is tu use encoder and decoder.

I hope somebody can help me.

Not sure which units you are using but Radiotronics have good documentation on products.

Try the links below, it may help.

h**p://www.radiotronix.com/products/proddb.asp?ProdID=196
h**p://www.radiotronix.com/datasheets/datasheets/WI232FHSS-250-R_25-RUsersManualrev1_0_0.pdf

Cheers!
 


Title: Re: RF modules
Post by: zeus on February 03, 2008, 05:04:05 05:04
5$ RF module from HOPERF (china) - based on Integration Associates IA4421 transeiver chip

http://www.hoperf.com/rf_fsk.asp

I have used it.



Title: Re: RF modules
Post by: rshmera on February 04, 2008, 10:58:09 10:58
can you help something on TI rfid


Posted on: February 04, 2008, 11:39:47 11:39 - Automerged

thanks


Title: Re: RF modules
Post by: o_cientista on February 07, 2008, 03:52:55 15:52
Good morning
    See this site. He has many good examples
http://www.rogercom.com/


Title: Re: RF modules
Post by: hoda on February 23, 2008, 08:29:32 20:29
i have used low cost rf modules in communication projects using 8051 uC, the best baud rate working at 300 bps, but you must bias the receiver circuit by sending a prefix characters (10 or more) before sending the actual data to ensure good results


Title: Re: RF modules
Post by: jader on February 24, 2008, 09:11:45 09:11
has anyone tried the rf modules available from jaycar before? i was thinking of getting some


Title: Re: RF modules
Post by: kamegang on April 17, 2008, 05:13:00 17:13
Try with the RABBIT2000, it's a good model with a lot of appliances


Title: Re: RF modules
Post by: prog on April 17, 2008, 05:39:19 17:39
Nordic nRF24L01 the best choice.
2.4GHz
up to 2Mbps data rate
900nA in power down
Chipcon has greater consumption.


Title: Re: RF modules
Post by: cipiloi on April 17, 2008, 09:34:54 21:34
hi.look hier: www.lprs.co.uk/?trycdp


Title: Re: RF modules
Post by: nullos on April 18, 2008, 10:14:22 10:14
The xbee module are a good choice


Title: Re: RF modules
Post by: cooperharris on June 28, 2008, 04:36:21 16:36
what do you  think about the laipac modules?, the ones that  work on 433mhz


Title: Re: RF modules
Post by: belepojegy on June 28, 2008, 06:23:36 18:23
If you want high speed then do not use 433 Mhz, its max is 4800 or so.We have tried it.
The 2.4 Ghz is the best, zigbee is the most safest, but it has sam problems with Wifi.



Title: Re: RF modules
Post by: sherm on June 29, 2008, 02:30:23 02:30
I just had a look at Jaycar but couldn't find anything other than the RFID stuff. Which modules are you talking about?

That said, while I haven't tried any of their RF stuff, and looking at the responses you've had already, a question springs to mind. What application are you looking at employing the RF module in?

There are a lot of stable, cheap RF transmitters and receivers that work down around the 433MHz range. Depending on how much data you need to transmit at any given time, these are a really easy to use solution for most data logging type applications.

I built a simple project a few years ago to send back data from my green house. It was about 100' from my workshop and with a cheap whip antenna at each end was able to tx/rx data reliably under all sorts of conditions. There was no interference from WiFI, microwaves, lightning etc.

In the end, it will come down to what you want to use it for however. To get a better answer, maybe you could link to the module(s) you're looking at and share a little more about what type of project you have in mind :)

EDIT: My bad :P    I was replying to Jader's reply #15 thinking that it was the original post  ::) What a n00b lol. I'm going to go and administer myself a stern beating now.


Title: Re: RF modules
Post by: cooperharris on July 01, 2008, 01:19:31 13:19
thank you all, the module I am thinking to buy is this one  http://www.laipac.com/easy_434_eng.htm

     I want it  to send  commands  to control little  robot  maybe,litle cars, and  stuff like that , this would be my first projects mixing Pic and Rf, thanks  , what do you think about that module?, thanks for your  help ahead, regards.


Title: Re: RF modules
Post by: cooperharris on July 04, 2008, 02:08:14 02:08
could  someone  upload a simple schematic  of the connection  of a  pic  with the laipac  module  I did  post  ahead?, thanks you all !


Title: Re: RF modules
Post by: cooperharris on July 04, 2008, 12:47:24 12:47
hello folks, here is  the schematic to implement  communication with the pic and  the RF module of laipac,Enjoy!