Hello. I am trying to connect my Liligo TTGO Tcall to the arduino IoT cloud. I can't exactly find anywhere online on how to do this. I have it added as a device on the platform, I have all the libraries installed and I have the TinyGSM code installed on the board. I was just wondering how do I link it to the IoT and is there any example code somewhere.
I would like to be able to turn on or off an LED and display some data from the board as well. Any help would be greatly appreciated.
Seems like this doesn't show how to connect it to the Arduin IoT cloud though which is a shame but if I'm unable to I might use a different platform. Althought it seems like you should be able to since it can be selected as a device.
I'm afraid the T-call in GSM mode is not supported by Arduino IoT Cloud, as support for it is not present in the Arduino_ConnectionHandler library. It's open source, so we accept pull requests if anyone happens to work on that