Re: RF Link

From: Mark Jones (abuse_at_127.0.0.1)
Date: 02/05/05


Date: Sat, 05 Feb 2005 10:14:20 -0500

eric781@gmail.com wrote:
> Well here is the dilemma... I need to know if object A is too far from
> object B, and if so will send a "1" to the chip in A. I was told that
> RFID is the only technology avaible to do this easily, but RFID is way
> too expensive to implement at this point. I was hoping to find another
> low cost RF solution.
>

 Well, there are several things you could try. The easiest would probably be a
simple low-power RF signal generator, which only puts out enough power to be
measureable from your "good" distance. This has the disadvantage that simple
obstructions may give a false "too far" result of your receiver.

 An other idea, much more involved, would be to send an RF pulse from B to A and
back to B, measuring the delay in nanoseconds. You perhaps could do this with a
fast microcontroller chip - enable interrupts, send RF pulse, start timer -->
interrupt happens, stop timer, timer value = delay. Since the speed of RF in air
is known, the time taken to ping-pong an RF pulse back and forth between these
two points can be turned into a physical distance.



Relevant Pages

  • Re: PWM Detection
    ... The pulse width must be between 800ns ... timer to measure the pulse width, if that width is within the valid ... To remove the interrupt latency effect use the timer in input capture mode, ... Once you have the time stamp its easy to calc the time ...
    (comp.arch.embedded)
  • Re: PPM signal decoding and driving 10 RC servo motors
    ... Set your timer up as a one-shot timer with an interrupt on time expiration. ... Declare an array of 10 values that will correspond to the pulse lengths for each servo. ... The signal pulses are normally between 1.0 and 2.0mS wide and the sync pulse is usually at least 3 or 4 mS long. ... The next pulse will be channel 1, store its period in array, the pulse after will be channel 2, put it's length into arrayand so on. ...
    (comp.arch.embedded)
  • Re: Stitch/Spot welding questions
    ... The kit comes with pots that allow for a .5 to 5 second Pulse ... The Pause time pot is a 10 megohm and the ... Whenever the the timer is powered up it ...
    (rec.crafts.metalworking)
  • Stitch/Spot welding questions
    ... The kit comes with pots that allow for a .5 to 5 second Pulse ... The Pause time pot is a 10 megohm and the ... Whenever the the timer is powered up it ...
    (rec.crafts.metalworking)
  • Re: 2 timers problem.
    ... external device two periodic pulse signals rigidly connected with each ... Both of a signal has the strictly identical period but width of pulse ... Is C6416 allowed to perform synchronization between timers by timer ... // Marat Shchuchinsky ...
    (comp.dsp)