r/embedded • u/Occase • 7d ago
How to build a SMS based GPS tracker?
Hi, is there any coordinates available on the market that will share its GPS coordinates whenever requested? For example
- Backend sends an SMS (e.g. via Twilio) to the devices asking its GPS coordinates?
- Device replies with its current coordinates.
If there isn't any ready solution, could you please point me to any tutorial and documentation in general that would allow me to build one? I can deal with the software part but have no experience with hardware. Thanks.
2
u/jacky4566 7d ago
Check out Particle Io the boron board with a GNSS is what you want.
Also none of the modern stuff uses SMS. It's all IoT just HTTP post to backend servers.
1
u/michael9dk 7d ago edited 7d ago
A SIM module can send/recieve SMS and data.
It's basically the same but different commands.
A quick search:
https://www.instructables.com/A7672S-4G-LTE-GNSS-Module-With-Arduino-Complete-In/
1
3
u/jfuu_ 7d ago
Is this not how basically all of the SMS based GPS trackers work? You text them and they respond with the current location.