Hai everyone..
I'm beginer in arduino and I have some project that i some problem..
that's is some GPS Tracking Device with some simple system to get GPS coordinate ==>> sending all data to SMS.
but i have stuck on compiling the sketch getting error simultanously..
the problem is they can't get float value to the string...
This code that combine jeremyblum gps logger and mattxt GSM/GPRS/GPS Tracker..
so if it can work this device can be a tracking device and gps logger too..
How to solve this..?
Sorry about mess coding..
I attach this because so long.
this an error..
gpstrack.ino: In function 'boolean getURL()':
gpstrack:320: error: cannot convert 'String' to 'const char*' for argument '2' to 'char* strcat(char*, const char*)'
Hardware:
Arduino Uno R3
GPS Module EM-411
GSM/GPRS Shields iComSat v1.1
I'm so sorry about my bad english.
Any help appreciated.
Thanks.
gpstrack.ino (11.4 KB)