AskAboutGadgets Archive

Good and cheap Car Fleet Alarm system

Any recommendation for Car GPS tracking security device.
What I will love to avoid is monthly fee for Server.
I just want to be able to find coordinates of my vehicle by 3G if it is posibile if not by SMS.

Answer 958

You could do this with an android phone and the Tasker app. It can be configured to periodically enable GPS to get the current location then send that location as an SMS or HTTP update. Of course this means you need a functioning phone in each vehicle but you would probably want that anyway. The phone need not be that advanced, it would just need to be running a recent version of Android and have GPS. The Tasker app only costs a few dollars.

Update: Here is a set of Tasker profiles that allow for an intermittent update of the handset's location. It needs two profiles because currently Tasker doesn't have a "get location fix" type call, so this can be achieved instead by activating a location-based profile.

Note that this profile works for me, but I'm quite new to Tasker so it may not be the optimal approach. If anyone knows a better way to do any part of it then please comment on this answer.

The first profile is location based and gets the GPS fix. The second profile is timer based and activates the first, then waits for a while before posting the details.

To create the first profile open Tasker and:

You now have a profile that will get a location fix when activated and set the LOC_TIMESTAMP variable to the date when the profile was deactivated. This gives a pretty accurate record of the last location fix.

We now need another profile to periodically activate the Current Location profile and send the data somewhere:

We now need to add some exit actions to the new profile. We need to configure the exit tasks to wait for enough time for a GPS fix to be established (at least I think we do, you may be able to omit this step), then turn the location profile off, disable GPS, and send the location notification.


All content is licensed under CC BY-SA 3.0.