Can you mention specific code lines to send data to api.tingspeak.com ?
what modifications would be required in the current scenario where it takes static IP?
I am using Attolic True Studio for ARM development.
I guess this is the outline of the code required.
- create a socket
- lookup the IP address
- open the socket
- send the request
- wait for the response
- close the socket