Is it possible to send a text message using an Arduino and the Sparkfun ESP8266 Wifi Shield using Temboo? I noticed that the ESP8266 might not be supported by Temboo and I was wondering if there is a workaround.
Thanks.
Is it possible to send a text message using an Arduino and the Sparkfun ESP8266 Wifi Shield using Temboo? I noticed that the ESP8266 might not be supported by Temboo and I was wondering if there is a workaround. Thanks. |
|||
closed as too broad by Matt, jfpoilpret, Mattia, Personagem, Dave X Aug 9 at 4:02There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||
|
I work at Temboo. While we don't officially support the ESP8266, we've found a couple of forum posts in which people have been able to get Temboo to work with the ESP8266. Here you go: http://www.esp8266.com/viewtopic.php?p=24019 https://forum.arduino.cc/index.php?topic=337186.0 If that doesn't help, feel free to contact Temboo Support and we'll do our best to help figure out what's going wrong for you. The key piece of info you need to be aware of is that you need to modify following Temboo library files:
You need to modify all occurrences of |
|||||||||||||
|
Yes, apparently you can. I did a quick search on Google and found a GitHub library for the ESP8266 https://github.com/sabas1080/TembooForESP8266 and a post on the Arduino Forum https://forum.arduino.cc/index.php?topic=337186.0 that says you can download a skeleton program and hack that. |
|||
|