Help finding a specific RF chip

  • Thread starter Thread starter mu42
  • Start date Start date
  • Tags Tags
    Rf Specific
Click For Summary

Discussion Overview

The discussion revolves around finding a specific RF chip suitable for building a transmitter-receiver circuit that can identify signal strength to estimate the distance between the transmitter and receiver. Participants explore various methods for distance measurement, including RF signal strength, GPS, ultrasonic, and laser technologies, while considering the limitations and challenges associated with each approach.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Conceptual clarification

Main Points Raised

  • One participant proposes using a chip that can measure signal strength to calculate distance, suggesting that 100% signal strength corresponds to 40 feet and 50% to 20 feet.
  • Another participant points out that signal strength is influenced by environmental factors, including multipath effects and attenuation, which complicate distance estimation.
  • Several participants suggest alternatives such as laser rangefinding, ultrasonic radar, or GPS for more reliable distance measurement.
  • One participant mentions the 802.15.4 chipsets as a potential solution, noting that they report RF signal levels but raises concerns about the reliability of RSSI data due to multipath and fading issues.
  • Another participant expresses uncertainty about the effectiveness of GPS for short distances, suggesting that specialized techniques may be necessary for accuracy.
  • Some participants discuss the challenges of using RSSI data for distance estimation, emphasizing that small movements can lead to significant variations in signal strength.
  • One participant shares links to specific RF modules that include built-in RSSI but questions their utility for accurate distance measurement.
  • Another participant suggests that GPS coordinates could be communicated to calculate separation, while also acknowledging the limitations of GPS accuracy over short distances.
  • Concerns are raised about the effectiveness of ultrasonic measurements over distances greater than 100 feet, with a preference for laser technology for accurate measurements.

Areas of Agreement / Disagreement

Participants express multiple competing views regarding the best method for measuring distance between transmitter and receiver. There is no consensus on the effectiveness of using RF signal strength for this purpose, with many highlighting the challenges and limitations associated with it.

Contextual Notes

Participants note that environmental factors significantly affect signal strength, and there are unresolved questions about the accuracy and reliability of various proposed methods for distance measurement.

Who May Find This Useful

This discussion may be useful for individuals interested in RF communication, distance measurement technologies, and those exploring practical applications of transmitter-receiver circuits in small-scale projects.

mu42
Messages
3
Reaction score
0
The basic premises of what I am trying to do, is build a transmitter receiver circuit that has a signal strength identifier so I can calculate the distance between the transmitter and receiver. For example, if the chip is receiving 100% of signal strength (2mW) the distance equals 40 feet, and if it is receiving 50% signal (1mW) the distance equals 20 feet. I cannot find a chip like this anywhere... Is this an on track thought? Any other suggestions or better ways for finding the distance between receiver and transmitter would be appreciated if this idea is trash. I need to keep it small scale. It is going to be used within 500 feet.

I am going to be using the MC9S12 (Dragon12) as my microprocessor etc.
 
Engineering news on Phys.org
Signal strength doesn't depend only on linear distance... your environment has a fairly significant effect on received signal strength.
 
mu42 said:
The basic premises of what I am trying to do, is build a transmitter receiver circuit that has a signal strength identifier so I can calculate the distance between the transmitter and receiver. For example, if the chip is receiving 100% of signal strength (2mW) the distance equals 40 feet, and if it is receiving 50% signal (1mW) the distance equals 20 feet. I cannot find a chip like this anywhere... Is this an on track thought? Any other suggestions or better ways for finding the distance between receiver and transmitter would be appreciated if this idea is trash. I need to keep it small scale. It is going to be used within 500 feet.

I am going to be using the MC9S12 (Dragon12) as my microprocessor etc.

As fss points out, there are lots of things that affect received RF field strength. Depending on the frequency used, you have multipath issues (reflections from stuff adding or subtracting from the straight-line signal), and attenuation issues independent of distance (like people walking through the line of sight between TX --> RX).

Better choices are laser rangefinding or ultrasonic radar (for shorter distances, like room sized), or radar (if you can put an appropriate reflector on the object to be tracked).

Another option suggested in a recent thread is just to use GPS and even an iPhone application.,
 
This is basic ham radio stuff but if you want a short path, try some of the 802.15.4 chipsets. All of them report rf signal level. To keep from getting overwhelmed I suggest looking at Snap OS by Synapse. They have hidden the hardware under an easy-to-use Python bytecode interpreter.

Search for a development kit at digikey or maybe Future Electronics.
 
Antiphon said:
This is basic ham radio stuff but if you want a short path, try some of the 802.15.4 chipsets. All of them report rf signal level. To keep from getting overwhelmed I suggest looking at Snap OS by Synapse. They have hidden the hardware under an easy-to-use Python bytecode interpreter.

Search for a development kit at digikey or maybe Future Electronics.

But what about the multipath and fade issues? He may buy the kits and do lots of work, only to find that it will not work for his application. I know from personal experience how problematic the RSSI is on 802.15.4 systems...
 
Hmmm... I am not completely experienced in all of this. The 802.15.4 systems are practically a whole kit with micros and everything right?

To add to what the circuit is suppose to accomplish, is if say.. an ambulance turns on its lights and siren, it starts transmitting at a certain frequency, and the receiver located inside a civilian car picks that up, and an LCD inside the car displays how far away the response vehicle is.

I know that in the public domain, you need a license to transmit, but you can detect freely, which is why I am doing this on a small scale up to 500 feet, in a parking lot, or in a building. As far as 100% accuracy, I am aiming for about 70% accuracy on range detection for now. I am capable of handling the code and hardware, except for the transmission part of things. I just spent $160 on other devices to pair with my dragon12, so anything compatible with that would be optimal. I had also considered going with a wireless modem route, but then again, there is still the issue with finding the distance away. Gah... I feel like I hit a huge roadblock.

EDIT: OMG, is this what I am looking for? It has a built in RSSI.
http://www.sparkfun.com/commerce/product_info.php?products_id=9581

Here is another...
http://www.sparkfun.com/commerce/product_info.php?products_id=691

And another...
http://www.sparkfun.com/commerce/product_info.php?products_id=152
 
mu42 said:
Hmmm... I am not completely experienced in all of this. The 802.15.4 systems are practically a whole kit with micros and everything right?

To add to what the circuit is suppose to accomplish, is if say.. an ambulance turns on its lights and siren, it starts transmitting at a certain frequency, and the receiver located inside a civilian car picks that up, and an LCD inside the car displays how far away the response vehicle is.

I know that in the public domain, you need a license to transmit, but you can detect freely, which is why I am doing this on a small scale up to 500 feet, in a parking lot, or in a building. As far as 100% accuracy, I am aiming for about 70% accuracy on range detection for now. I am capable of handling the code and hardware, except for the transmission part of things. I just spent $160 on other devices to pair with my dragon12, so anything compatible with that would be optimal. I had also considered going with a wireless modem route, but then again, there is still the issue with finding the distance away. Gah... I feel like I hit a huge roadblock.

EDIT: OMG, is this what I am looking for? It has a built in RSSI.
http://www.sparkfun.com/commerce/product_info.php?products_id=9581

Here is another...
http://www.sparkfun.com/commerce/product_info.php?products_id=691

And another...
http://www.sparkfun.com/commerce/product_info.php?products_id=152

Those are the kind of modules you use for ISM band communication (where licensing is generally not an issue, as long as you keep the power down). However, you are NOT going to be able to get any useful range information out of the RSSI data. Multipath and fading totally mess up the RSSI data. You literally can move just a few feet, and go from a very strong signal to a very weak one.

I think your best bet is to go with GPS receivers, in order to figure out the separation of two circuits. You can still communicate via the ISM band, but you will be communicating GPS coordinates in order to calculate the separation of the modules.
 
berkeman said:
However, you are NOT going to be able to get any useful range information out of the RSSI data. Multipath and fading totally mess up the RSSI data. You literally can move just a few feet, and go from a very strong signal to a very weak one.
I think your best bet is to go with GPS receivers, in order to figure out the separation of two circuits. You can still communicate via the ISM band, but you will be communicating GPS coordinates in order to calculate the separation of the modules.

agreed, there is nothing that I have ever heard of that can relate signal strength to distance
Ultrasonics, radar, or the GPS mentioned are your best choices :)

Dave
VK2TDN
 
Blah... Gps is so messy. Do you have any suggestions as to what modules I should be looking for?
 
  • #10
mu42 said:
Blah... Gps is so messy. Do you have any suggestions as to what modules I should be looking for?

the accuracy of GPS over up to 500 ft is not going to be overly good unless you use some of specilist GPS measuring techniques.

ultra-sonics prob not very good over 500ft worl better over 100ft or less
best bet is laser ... many (most these days) surveyors use lasers units mounted on tripods for accurate land area measurments.

Dave
 

Similar threads

Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
5K
  • · Replies 11 ·
Replies
11
Views
13K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
16
Views
3K
  • · Replies 1 ·
Replies
1
Views
5K