Hello, we need some guidance on how to send GPS data to our server for a tracking device we are creating for our project. The project consists of a NEOGPS6, SIM800L V2 and Arduino Uno device. The problem we seem to have is sending the data over to the server. We have two different programs, one with a send function, and one with our AT commands which are establishing a connection. The code that has the send function seems to not print out any AT commands and looking at my SIM card, is not making a connection. What can be done to rectify this. Attached are the 2 pieces of code along with sample output from both programs. Any and all help is appreciated!
GPS_3-25-21.ino (3.23 KB)