Timeline for Ability to calculate bearing related distance with Arduino GPS
Current License: CC BY-SA 4.0
11 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Dec 26, 2022 at 17:09 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Nov 26, 2022 at 16:15 | answer | added | st2000 | timeline score: 0 | |
Nov 26, 2022 at 11:12 | comment | added | chrisl | "in the range of value", thats exactly what I meant. It's not just one value, but range range around that value, because the bearing might not be stable and have some noise in it. | |
Nov 26, 2022 at 10:48 | comment | added | Varonne | @chrisl not sure what you mean with cones around bearings? I believe my GPS module parses the bearing data as well, I thought this idea of mine could work by looking at the destination address and preset bearing if that would be possible? For example only trigger action if the distance toward specific LAT LON is less than "value" and if bearing is in the range of "value". | |
Nov 26, 2022 at 10:39 | comment | added | Varonne | @jsotola yes that could be the idea, if I'm approaching the destination from one direction, it triggers, but if I approach the same destination but from another bearing, it doesn't do anything. Curious guy that's an interesting topic you made, I'll look into it! | |
Nov 26, 2022 at 10:37 | comment | added | chrisl | Note, that you actually don't need specific bearings, but little cones around these bearings, since the position will have some noise in it | |
Nov 26, 2022 at 8:13 | comment | added | Curious guy | Maby reading this (my similar question) will be useful for you : arduino.stackexchange.com/questions/91196/… and also this one for proximity trigger arduino.stackexchange.com/questions/91247/… | |
Nov 26, 2022 at 2:36 | comment | added | jsotola | so, you want the proximity alert to be valid only if you are walking on a road, for example | |
Nov 26, 2022 at 2:26 | comment | added | Varonne | Perhaps I phrased the question wrong - so it is possible that arduino could detect proximity to a set destination without making a "redundant" circle due to distance radius? Would this be something on the geometry side, or on GPS library side, for example - if location is 100m from the target with the appropriate bearing - then trigger. | |
Nov 26, 2022 at 2:16 | comment | added | jsotola | it's just geometry ... not really about arduino | |
Nov 26, 2022 at 1:44 | history | asked | Varonne | CC BY-SA 4.0 |