My GPS can't share the location by SMS
问题 I have some problem with my project. I am using SIM800L and GPS Neo6MV2 with arduino genuine uno. My project is sending GPS location by message. But, the message i received only contained long = 0,000000 lat = 0, 000000. Here is my code: #include <TinyGPS++.h> TinyGPSPlus gps; //float latitude, longitude; int myled=13; #include <SoftwareSerial.h> SoftwareSerial SIM800L(7, 8); //SoftwareSerial gps_serial(2,3); String response; int lastStringLength = response.length(); String latitude,