Help finding a specific RF chip

In summary: 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.He may buy the kits and do lots of work, only to find that it will not work for his application.
  • #1
mu42
3
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
  • #2
Signal strength doesn't depend only on linear distance... your environment has a fairly significant effect on received signal strength.
 
  • #3
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.,
 
  • #4
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.
 
  • #5
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...
 
  • #6
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
 
  • #7
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.
 
  • #8
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
 
  • #9
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
 

Related to Help finding a specific RF chip

1. What is an RF chip?

An RF (radio frequency) chip is a small, electronic component that is used to transmit and receive radio frequency signals. It is used in a variety of devices, such as cell phones, Wi-Fi routers, and remote controls.

2. How do I determine which RF chip I need?

The specific RF chip you need will depend on your device and its requirements. You can consult the device's manual or do some research online to determine the necessary specifications for the RF chip.

3. Where can I purchase an RF chip?

You can purchase RF chips from electronic stores, online retailers, or directly from the manufacturer. Make sure to double check the specifications and compatibility before making a purchase.

4. Can I replace an RF chip myself?

Replacing an RF chip can be a complex task and requires knowledge of electronics and soldering. If you are not confident in your abilities, it is best to have a professional handle the replacement.

5. How much does an RF chip cost?

The cost of an RF chip can vary depending on the brand, specifications, and where you purchase it from. On average, RF chips can range from a few dollars to a few hundred dollars.

Similar threads

  • Electrical Engineering
Replies
7
Views
2K
  • Electrical Engineering
Replies
1
Views
2K
  • Electrical Engineering
Replies
8
Views
5K
  • Electrical Engineering
Replies
11
Views
12K
  • Electrical Engineering
Replies
9
Views
3K
  • Electrical Engineering
Replies
4
Views
6K
  • Electrical Engineering
Replies
1
Views
6K
  • Introductory Physics Homework Help
Replies
11
Views
1K
Replies
16
Views
2K
  • Electrical Engineering
Replies
28
Views
31K
Back
Top