Recent content by gamenut

  1. G

    Triangulating Location

    Its fine. Better to learn now then later. Now one more question. Say you had that camera system, or 4 basic cameras spread out in the 4 corners of your room. You then used some type of identifier for the "receiver", like a bright pink color, something that is uncommon. Then the camera looks for...
  2. G

    Triangulating Location

    Alright, well how about this question. Radar guns use radio waves to find out how fast a car is moving, depending on the time it takes for the wave to return. Considering how accurate a number they get back, and occasionally from a distance of 500 meters, how is that possible?
  3. G

    Triangulating Location

    A better way to put this is say you have an object that is 5,555 millimeters away. To find the distance, can you change the range of the transmission to see if it received? So using 10,000 millimeters, can't you break it up, for example : Range : 10,000 millimeters ------ Received 9,000...
  4. G

    Triangulating Location

    Good point. Guess I missed that. One more idea, is it possible to change the range of the transmitter by altering the power applied? Or any way at all? If you reduced the range to say 25 and the receiver didn't pick it up, then the receiver is more than 25 meters away.
  5. G

    Triangulating Location

    The problem of using timing to determine when the signal was transmitted is that I can't measure in numbers that are that small. For a 10 meter range, and lets use the speed in a vacuum since it is easier to use for now, that means that it will take about 1/3.0x10^7 seconds, which is very, very...
  6. G

    Triangulating Location

    I'm sorry, but I'm confused on the use of a high speed camera in this situation. Finding the location using a camera seems like a common situation in, say, augmented reality programming using images on paper. This is a bit different. Would it be possible to consistently send out a signal, then...
  7. G

    Triangulating Location

    Haha, well that's good to know, now it's time for the actual implementation. Research time! And thanks for the link poor mystic, I will give it a look soon.
  8. G

    Triangulating Location

    Wouldn't it be possible using radio waves to measure how many times the tranceiver received the transmission per second, basically do a rebounding effect like poor mystic suggested. If an object is say 1 meter away, then it receives 300,000,000 transmissions a second. If it is 10 meters away...
  9. G

    Triangulating Location

    What would be the issues with using sound, like duke said? Sound waves travel much slower, but vary depending on temperature and the material they travel through. As for rebounding through transceivers, that also seems doable.
  10. G

    Triangulating Location

    Hey, thanks for the quick response. Sadly, my experience with code hasn't really helped me with this. The main problem is that radio waves transmit at about 300,000,000 meters per second, and I want to test in milimeters, or 300,000,000,000 mm per second. This is a bit to fast for a normal clock...
  11. G

    Triangulating Location

    I am using 4 transmitters because as far as I know that is the best for 3 dimensional triangulation. All I want to do is access a objects position in a 3d space relative to the 4 transmitters. As for frequencies or clocks, that is something I haven't worked on. If you can't tell, I am actually a...
  12. G

    Triangulating Location

    Hey all, I am working on a new project where I need to get a position, basically in millimeters, using 4 transmitters and a receiver. Right now the problem that I am having is that to triangulate position there are two methods that I know, first off you can use signal strength (my preferred one)...
Top