We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i am using arm 7 lpc2148 processor for my project it has gps module which return longitude and latitude on the sms i want it send the google map link of that location.i have audrino code for code for this can i use that that code in arm7lpc2148 processor. please help me with this thnx
Hello Nikhil,
The LPC2148 is an older device - you might want to contact NXP and find out what Cortex-M device is pin compatable with that one.
If you use a Cortex-M based device, like something in the LPC1700 series, you could use mbed for reference code on using a GPS in a embedded environment.
os.mbed.com/.../
os.mbed.com/.../MODGPS
Some of the boards listed on the mbed website are Audrino shield compatible.