Author Topic: RF modules  (Read 5049 times)

0 Members and 1 Guest are viewing this topic.

Offline gatoulisssTopic starter

  • Contributor
  • Posts: 30
RF modules
« on: March 07, 2015, 12:44:51 am »
hello im very new on the rf systems and i would like advise.
i want to make a control with range 1000meters how is that posible? would something like this work? http://www.ebay.com/itm/141196902303?_trksid=p2060778.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT
and also can i control with the same controller 2 or 3 devices at 1000meter range?

thank you!
 

Offline Psi

  • Super Contributor
  • ***
  • Posts: 9938
  • Country: nz
Re: RF modules
« Reply #1 on: March 07, 2015, 02:38:53 am »
You would need some better antennas to get 1km from those things.
Greek letter 'Psi' (not Pounds per Square Inch)
 

Offline gatoulisssTopic starter

  • Contributor
  • Posts: 30
Re: RF modules
« Reply #2 on: March 07, 2015, 02:05:32 pm »
can you give me an example of what i have to do?
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19484
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: RF modules
« Reply #3 on: March 07, 2015, 03:50:12 pm »
can you give me an example of what i have to do?

First make sure you understand the legality of using different types or radio in your location. Get that wrong and you'll be visited by The Government.

Next do some research and then you will be in a better position to say what you've done - and to ask more specific questions.

Finally, come up with a specification, not a wish.

It is unreasonable to expect people to spend their remaining life badly recapitulating stuff that is well described elsewhere.

« Last Edit: March 07, 2015, 03:51:53 pm by tggzzz »
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline gatoulisssTopic starter

  • Contributor
  • Posts: 30
Re: RF modules
« Reply #4 on: March 08, 2015, 03:01:57 pm »
im trying to found my country (greece) laws but i cant find them anywere, for sure the 433mhz are free licensed and also i have a remote here whitch is using 869mhz module so can i use it also?

or what i have to do for 433 or 869 modules to reach 1km range in flatland?
what you mean specification? i want to build an remote witch will have range about 1km in flatland and i would like if its possible some advise in how to do that
 

Offline KM4FER

  • Regular Contributor
  • *
  • Posts: 81
  • Country: us
Re: RF modules
« Reply #5 on: March 08, 2015, 07:39:19 pm »
VK3YE ( search youtube for VK3YE ) has several videos on Experiments with low power UHF transmitters in which he performs some range tests which may be of interest to you.

If you are looking for somebody to tell you to use product ABC then you probably aren't going to get that.  Here's why.

First, different receivers have different sensitivities.  A really good receiver may be able to pick up a weaker signal than a cheap one and therefore give you greater range.  Only way to know is to read the specs (assuming they are valid) and then test the receiver yourself.

Transmitters may produce different levels of power which might affect the range.  Again read the specs and test.

The antennas used, both transmit and receive, will make a huge difference.  An omnidirectional antenna will radiate the available power from the transmitter in all directions therefore the signal in any one direction will be weaker.  A directional antenna will tend to focus the radiated power in one (or two) directions and therefore the signal could be greater at a distance but only in that direction.

At the higher frequencies the RF may bounce around off of all sorts of objects including buildings, hills, walls, vehicles, towers and trees which could mess up the signal at the receiver.

You are going to need to do some homework and read up on RF transmissions and propagation, study specs on available transmitter/receiver pairs, choose a product and then perform lots of testing.

KM4FER
 

Offline picandmix

  • Frequent Contributor
  • **
  • Posts: 395
  • Country: gb
Re: RF modules
« Reply #6 on: March 08, 2015, 08:20:01 pm »
Are you intending to use them with an Arduino or similar micro ?

Because the frequency is used my many other devices you have to use software encoding to ensure you send and receive the correct signals  to / from the correct devices.

If you want something with better transmission capabilities where the encoding is built in, then look at the XBee modules
https://www.sparkfun.com/pages/xbee_guide
 

Offline gatoulisssTopic starter

  • Contributor
  • Posts: 30
Re: RF modules
« Reply #7 on: March 09, 2015, 11:19:40 am »
Are you intending to use them with an Arduino or similar micro ?

Because the frequency is used my many other devices you have to use software encoding to ensure you send and receive the correct signals  to / from the correct devices.

If you want something with better transmission capabilities where the encoding is built in, then look at the XBee modules
https://www.sparkfun.com/pages/xbee_guide

yes i will work with pic microcontrollers
http://www.rfsolutions.co.uk/acatalog/FM_Long_Range_T7G___R7G_Modules.html something like this will be ok for what i want?
 

Offline picandmix

  • Frequent Contributor
  • **
  • Posts: 395
  • Country: gb
Re: RF modules
« Reply #8 on: March 09, 2015, 12:23:14 pm »

yes i will work with pic microcontrollers
http://www.rfsolutions.co.uk/acatalog/FM_Long_Range_T7G___R7G_Modules.html something like this will be ok for what i want?


Don't know about those unit, though they seem expensive with each receiver and transmitter being separate modules.

Are you wanting to do one or two way communication ?

Have used these modules , though only for short range, but  they indicate much greater distances up to 3km.

Basically you just send /receive  your data on the Pics usart line, the module does everything else for you; plenty of documentation on their site.


http://shop.ciseco.co.uk/xrf-wireless-rf-radio-uart-serial-data-module-xbee-shaped/

http://openmicros.org/index.php/articles/88-ciseco-product-documentation/238-1-getting-started-guide
 

Offline wraper

  • Supporter
  • ****
  • Posts: 16853
  • Country: lv
Re: RF modules
« Reply #9 on: March 09, 2015, 01:16:37 pm »
Take a look at LoRa modulation transceivers. They claim ultra high sensitivity and noise immunity at low baud rates and include Error Correction Code.
http://www.hoperf.com/upload/rf/RFM95_96_97_98W.pdf
 

Offline gatoulisssTopic starter

  • Contributor
  • Posts: 30
Re: RF modules
« Reply #10 on: March 09, 2015, 04:15:49 pm »

Are you wanting to do one or two way communication ?

Have used these modules , though only for short range, but  they indicate much greater distances up to 3km.

Basically you just send /receive  your data on the Pics usart line, the module does everything else for you; plenty of documentation on their site.


http://shop.ciseco.co.uk/xrf-wireless-rf-radio-uart-serial-data-module-xbee-shaped/

http://openmicros.org/index.php/articles/88-ciseco-product-documentation/238-1-getting-started-guide

i want 2 way communication, so how you achieve this distances?
http://shop.ciseco.co.uk/xrf-wireless-rf-radio-uart-serial-data-module-xbee-shaped/ with this module for example
 

Offline picandmix

  • Frequent Contributor
  • **
  • Posts: 395
  • Country: gb
Re: RF modules
« Reply #11 on: March 09, 2015, 04:44:49 pm »




i want 2 way communication, so how you achieve this distances?
http://shop.ciseco.co.uk/xrf-wireless-rf-radio-uart-serial-data-module-xbee-shaped/ with this module for example

As it says on that page  -

We have had reports of customers sending data over more than 3 KM using the standard supplied whip antennas out side

Seems they still supply the simple whip aerial as standard, though you can put on better.
( the 'whip' they refer to is just  that white piece of wire about 100mm long)

http://openmicros.org/index.php/articles/84-xrf-basics/289-adding-antennas-to-ciseco-radios

Unless someone who has used these or any similar lo cost units and can say first hand they have proven them ok over 1km then you are going to have to try them for yourself.

Having said that,  Ciseco do say there customers report 3km so its down to believing them, in conjunction with  your local transmission conditions ..? ( open farmland / countryside ? )
I'm in a built up area so cannot do such distance tests.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf