Forum >SIM7000 http example stuck
SIM7000 http example stuck

Got the DFRobotSIM7000HTTP Arduino example working to the point where it prints out the following line:
POST to api.tlink.io/tlink_interface/api/device/createDataPonit.htm
After that nothing happens. I see from the code that it should continue and print out some more messages if everything works properly. How should I debug this? What seems to be the problem?
If the http post is successful or unsuccessful the code should print messages accordingly, but it does nothing.
Here is the whole printout which I see in the terminal:
POST to api.tlink.io/tlink_interface/api/device/createDataPonit.htm
After that nothing happens. I see from the code that it should continue and print out some more messages if everything works properly. How should I debug this? What seems to be the problem?
If the http post is successful or unsuccessful the code should print messages accordingly, but it does nothing.
Here is the whole printout which I see in the terminal:
Code: Select all
Turn ON SIM7000...... Turn ON ! Set baud rate...... Set baud rate:19200 Check SIM card...... SIM card READY Set net mode...... Set GPRS mode Get signal quality...... signalStrength =31 Attaching service...... Attach service Init http...... HTTP init ! POST to api.tlink.io/tlink_interface/api/device/createDataPonit.htm