I'm on the hunt for a GPS device that can interface with a backend for my fleet management software, which I've developed myself. Does anyone have any recommendations on what to use or how to find the right GPS module?
2 Answers
GPS devices don’t 'connect' in the traditional sense, but you can definitely connect one to a microcontroller or a single board computer to get it working with your setup. Here's a detailed guide that might help you out: [link].
There are tons of USB GPS modules available, so you'll need to pick one that you can integrate with your own code. Just check out the specs to make sure it fits your needs!
Ok, so I suppose I have to build it myself?