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
"Arduino code" is just C++ - so, even if you can't use it directly, it should be easy to follow what it's doing, and replicate that in your own code.
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.