This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

A multinode locationing system with CC2431

Other Parts Discussed in Thread: CC2431, SIMPLICITI, TIMAC, CC2430, Z-STACK

CC2431 provided a zigbee platform to implement locationing system by the hardware engine of Blind nodes and reference nodes.

And my boss just asked me to implement a system like this:
1.Everynodes know the RSSI between each other within RF radius
[A knows the RSSI value between A-B  A-C  A-D....A-X where X is within the RF radius of A]
2.All nodes are mobile
3.Only a few nodes know their instant physical location [by something like GPS...]
4.Every nodes can infer their estimated locations by the RSSI values and location data from other nodes nearby

Can anyone propose a method to do this?

I am thinking of sniffing the RSSI data from the network when the nodes communicate with each other randomly or sequentially.
Like this:
A send a packet to B C D E F G or broadcast,  then B C D E F G... replies A with an acknowledgement.
Then a sniffer node steals the packets and get the RSSI data out of it.
A PC windows program analyzes the RSSI values and calculate the estimated locations of the nodes.

Does this plan works?
What protocol should I best choose? Zigbee or SimpliciTI?  or TIMAC?

  • Hi Rex,

    How are things moving with your location project?

    Check out our Location Profile in the our Z-Stack for CC2430:

    swrc073d.zip (70MB) - contains ZStack-CC2430-1.4.3-1.2.1.exe (the "full" CC2430/31 Z-stack v.1.4.3 & Application Examples v.1.2.1) Note: See "Compatability Issues" for correct IAR version.

    http://www.ti.com/z-stack

    This demostrates how the RSSI of CC2431 is utilized in an application

    LPRF Rocks the World