Receiving and treating multiple signals


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Posts
    747

    Default Receiving and treating multiple signals

    Hi,

    I have used in the past RX - TX chips (433Mhz) receiving one signal using Manchester encoding works fine. In my next project, I would like to include multiple TX chips ... lets say 20 and one receiving chip to get GPS information. I am kinda confused on how the receiving end will make a difference between all the signals. The information I quiet long maybe 64bits or even 128 bits, my worry is how to differentiate the information from one signal to another in the middle of the transmission.
    I can use a unique code in the beginning of the "string", but when it come to the 32rd bit or 64 bit, other bits from 19 other signals are pouring in. Can someone illuminate me on this, and if it is feasible?
    I think it is, with all the communication between cell phone and towers..
    thanks
    Ken

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,519


    Did you find this post helpful? Yes | No

    Default Re: Receiving and treating multiple signals

    Hi Ken,
    Are you saying that you will have 20 transmitters randomly transmitting data on the same channel/frequency?
    I don't know much about modern radio tecniques but to me that sound sort of impossible. I mean if two or more nodes are transmitting at the same time, on the same channel/frequency you're going to get the equivalent of bus contention. If they are not transmitting on the same channel/frequency then how's the receiver going to "tune" to multiple carriers at once?

    Do you have a link to the radios you intend to use?

    My guess is that the easiset way is to use tranceivers in all nodes and a master/slave type network. Ie. the slaves never sends unless specifically asked to by the master.

    Again, I don't that much about the details of modern radios so if someone else is of another opinion, please enlighten me!

    /Henrik.

    EDIT: Depending on the radio modules it might be possible to do something similar to what CAN does to prevent bus contention.
    Last edited by HenrikOlsson; - 30th January 2015 at 13:24.

  3. #3
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default Re: Receiving and treating multiple signals

    HI,

    this is one module i am going to try, all of these have the same frequency. ..
    Arduino 433MHz LoRa SX1278 long range RF

    ken

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: Receiving and treating multiple signals

    You realy should look at nRF24L01+, that level of protocol all implemented in silicon, ACK, node address, retry, multicast, ACK with payload, automatic packet assembly (CRC, preamble, address), dynamic payload length, pipes, the list is endless, and all for practically no money $1.50/£1 per module on ebay. Several different modules are available, PCB, ceramic or exteral antenna, some with PA/LNA some without.

    George

Similar Threads

  1. Programming multiple pics with multiple programs
    By Luckyborg in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 3rd April 2013, 17:47
  2. Spwm signals
    By sangaboy in forum Test Area
    Replies: 3
    Last Post: - 7th January 2012, 19:09
  3. How to read analog signals?
    By thm ov3rkill in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 8th March 2009, 05:00
  4. IR signals
    By ruijc in forum General
    Replies: 1
    Last Post: - 14th May 2008, 14:53
  5. 3.3v signals to 5v signals
    By InitialDriveGTR in forum Schematics
    Replies: 12
    Last Post: - 7th February 2007, 22:43

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts