Real-time location using Arduino MKR100 and visualized by an app (blink) by means of a map

Hello, I am a student and I want to know if it is possible to locate an object on a Map, specifically with an Arduino MKR wifi 1000 where it is located in real time to know its location and visualize it by means of a map

Yes… using the GPS in your phone and GPS Streaming Widget (for phone location - Android only so far) or a GPS module on the hardware side (with whatever code the module requires - Google for that).

As for the how-to… Try reading the Documentation, trying out the Examples and Searching this forum for other GPS related projects :stuck_out_tongue_winking_eye:

1 Like