I am curious how you connect bubble.io with hardware devices. I am planning to create our in-house GPS platform. I will install GPS hardware on our trucks and will use bubble.io to access them. I understand this is via API, but where do you start?
You’ll need the GPS, (obviously), then the GPS requires an internet connected computer that can send the GPS ID and data via a webhook to your Bubble app.
You would be using the API Connector potentially too. That would be under the plugins tab. So you can trigger the API to get the location of the truck you are trying to find, then display it on a map or show the coordinates/address.
Each API is different, so you will have to look at the documentation from your GPS hardware provider to see what they allow you to access.
You have to make sure it does. Not every GPS has it. You have to find one that has an API that they give you access to with the data that you need. Does that make sense?