- This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Miscellaneous › Others › Offline point of location using longitude and latitude
We have used stm32f4xx microcontroller and interfaced GPS got longitude and latitude.
We want point of location without any net connection i.e Offline.
We have used KEIL plateform and programming is in C only..
Refered many libraries but C# and vb providing standard API our need is in C only..
Provide any way to work further..
Hi
If you are looking for lat long values to be sent somewhere you will surely require a communicating medium. Now it depends how far that communication needs to be done. If it is to be done within a smaller radius then you can use RF, Bluetooth or something similar but if it needs to be done for a larger distance then you will have to use GSM, WiFi or similar technologies. If you do not want to use internet as a medium of communication then you should look out for using GSM.