Hello,
I need some info regarding Blynk Cloud server, which I can’t seem to find myself.
I am working on a personal project, where I have to send data onto the server (can be Blynk thankfully) from my GSM Engine (A7 Ai Thinker GSM/GPRS Shield) using TCP/IP Protocol. I don’t have Arduino or any other Blynk-related hardware. I am just sending AT Commands to my GSM shield from PIC Controller. I know the AT Commands for TCP/IP connections, but I was wondering if this was possible on Blynk. If it’s possible, how do I get Blynk IP, Port, and keys, etc. which are required for GSM Engine. Earlier it was possible with data.sparkfun.com, where
AT+CIPSTART="TCP", "data.sparkfun.com",80
would have done the job.
Kindly help me with this, if it’s possible with Blynk too, kindly direct me to related documentation or tutorial, etc.
Thanks