I have an assignment from my school. I was told to make a "GPS Tracker". I use Arduino Uno, the GPS module Neo6MV2, and SIM800L. So, how can I send the location data from this GPS to my database via sim800l. I beg for help. thank you
tomiekohidayat:
I have an assignment from my school.
I suspect your teacher expects you to do your own assignment rather than get some folks on the internet to do it for you.
...R
In principle, you query the GPS module to get your current coordinates, then you send these coordinates to your database server using the SIM800L module.
Start with the database server. Define a database. Define an access method and test depositing your current location in the database using tools on the database server. Progress from there and enjoy the learning experience.
This appears to be a cross post of GPS TRACKER with GSM - Project Guidance - Arduino Forum