A device that connects to smartphone and share live location with speed

So i need regarding my college project. My project is about a device that can connect with our smartphone (mobile) and share live location with speed of any vehicle.
But i don’t know anything about what materials are required and how can i build this kind of device.
If anyone know then explain me plzzz…

Hi,

You may not be able to develop this with a single device. For this you need following devices.

  1. Arduino or any other microcontroller dev board.
  2. GPS module (NEO-6M)
  3. Bluetooth module (HC-05)

Once you have these three devices then the next part is circuit connection and coding. Coding depends on the microcontroller dev board. If you opt arduino, then its easy to develop the code.

Arduino NEO-6M connection:

Arduino HC-05 connection:

3 Likes