Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
April 23, 2024, 10:38:50 10:38


Login with username, password and session length


Pages: [1]
Print
Author Topic: RF modules  (Read 9422 times)
0 Members and 1 Guest are viewing this topic.
peredaroberto
Guest
« 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.
Logged
hate
Hero Member
*****
 Warned
Offline Offline

Posts: 555

Thank You
-Given: 156
-Receive: 355


« Reply #1 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...
Logged

Regards...
GreenGiant
Junior Member
**
Offline Offline

Posts: 38

Thank You
-Given: 2
-Receive: 1


« Reply #2 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.
Logged
lucicop
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 5
-Receive: 1


« Reply #3 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.
Logged
GreenGiant
Junior Member
**
Offline Offline

Posts: 38

Thank You
-Given: 2
-Receive: 1


« Reply #4 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
Logged
sonynick
Guest
« Reply #5 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
Logged
dideco
Junior Member
**
Offline Offline

Posts: 39

Thank You
-Given: 7
-Receive: 6


« Reply #6 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.
Logged
chandra2sekhar2000
Active Member
***
Offline Offline

Posts: 127

Thank You
-Given: 24
-Receive: 18


« Reply #7 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.
Logged
quark576
Newbie
*
Offline Offline

Posts: 19

Thank You
-Given: 13
-Receive: 13


« Reply #8 on: February 02, 2008, 11:19:34 23:19 »

Try Aurel modules XTR903-A8 ,it work very fine just put only a serial data.
Logged
donno
Guest
« Reply #9 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!
 
Logged
zeus
Junior Member
**
Offline Offline

Posts: 39

Thank You
-Given: 46
-Receive: 35


« Reply #10 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.

Logged
rshmera
Guest
« Reply #11 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
Logged
o_cientista
Newbie
*
Offline Offline

Posts: 9

Thank You
-Given: 1
-Receive: 4


« Reply #12 on: February 07, 2008, 03:52:55 15:52 »

Good morning
    See this site. He has many good examples
http://www.rogercom.com/
Logged
hoda
Guest
« Reply #13 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
Logged
jader
Guest
« Reply #14 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
Logged
kamegang
Guest
« Reply #15 on: April 17, 2008, 05:13:00 17:13 »

Try with the RABBIT2000, it's a good model with a lot of appliances
Logged
prog
Guest
« Reply #16 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.
Logged
cipiloi
Active Member
***
Offline Offline

Posts: 158

Thank You
-Given: 221
-Receive: 22


« Reply #17 on: April 17, 2008, 09:34:54 21:34 »

hi.look hier: www.lprs.co.uk/?trycdp
Logged
nullos
Newbie
*
Offline Offline

Posts: 8

Thank You
-Given: 24
-Receive: 3


« Reply #18 on: April 18, 2008, 10:14:22 10:14 »

The xbee module are a good choice
Logged
cooperharris
Junior Member
**
Offline Offline

Posts: 90

Thank You
-Given: 72
-Receive: 22


« Reply #19 on: June 28, 2008, 04:36:21 16:36 »

what do you  think about the laipac modules?, the ones that  work on 433mhz
Logged
belepojegy
Guest
« Reply #20 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.

Logged
sherm
Junior Member
**
Offline Offline

Posts: 44

Thank You
-Given: 14
-Receive: 9


« Reply #21 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 Smiley

EDIT: My bad Tongue    I was replying to Jader's reply #15 thinking that it was the original post  Roll Eyes What a n00b lol. I'm going to go and administer myself a stern beating now.
« Last Edit: June 29, 2008, 02:33:36 02:33 by sherm » Logged
cooperharris
Junior Member
**
Offline Offline

Posts: 90

Thank You
-Given: 72
-Receive: 22


« Reply #22 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.
Logged
cooperharris
Junior Member
**
Offline Offline

Posts: 90

Thank You
-Given: 72
-Receive: 22


« Reply #23 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 !
Logged
cooperharris
Junior Member
**
Offline Offline

Posts: 90

Thank You
-Given: 72
-Receive: 22


« Reply #24 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!
Logged
Pages: [1]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC