Idea: pin-pointing by sound #199
Replies: 3 comments 1 reply
-
There is one drawback: The TTGO GPS will determine your own heading only if you are moving fast enough. I am not yet convinced this will work good enough in practice. There has been a different suggestion somewhere else already: Map the RSSI value to a sound. Of course this requires you to have a directional antenna, but then you can use the TTGO for direction finding. Could be great for hunting a RS41SGM :-) |
Beta Was this translation helpful? Give feedback.
-
I want to have a go at this. Where would the best place in the code be to call this from where COG and RSSI values are available and updated regularly? In the display function? |
Beta Was this translation helpful? Give feedback.
-
OK so I've tried to think of a better way to do this taking into account the esp32 tone library limitations.
As you can see it has a toneLocate function that uses heading and abs rssi. The closer you are to 0 heading, the higher the tone will be. Now what I don't know is how to implement it in the current loop. @dl9rdz could you give me a hint? How do I pass the heading and rssi to the function call in loop? Thank you as always. |
Beta Was this translation helpful? Give feedback.
-
I believe that ESP32 can create tones by PWM and a piezo buzzer right?
How about making the tracker have a pin-point function like with metal detectors.
ie. On devices with GPS you have the route to sonde parameter (0 means you're heading straight for it)
So how about having the ability to switch on a mode where:
So when you're in a corn field for example, you will head in the direction with the highest tone first, and then keep aiming for the highest note and fastest "clicks".
I was lost in a corn field yesterday, which is probably what drove me to thinking of this :D
Beta Was this translation helpful? Give feedback.
All reactions