pkmonster 0 Posted November 16, 2016 Share Posted November 16, 2016 Hello everyone, I'm doing a project using Tiva C 1294 and ESP8266 for wifi connection. I have done with connect Tiva C and ESP8266 via Serial. I also tested with AT commands of ESP8266. My goal is to connect the Tiva C 1294 with Internet through Wifi ( not Ethernet connected). I've tested sucessfully the Temboo applications via Ethernet connected. However, when I change to ESP8266, I meet a lot of stucks. ESP8266 is using AT commands to connect to Internet. Therefore, it totally different from CC3300 ( I dont' have chance to use it). Energia doesn't support ESP8266 library. Hence, I have to write the code to manipulate it. Attach File is the code that I wrote. Please help check it. I think problem is the void loop() function that implement the connect with Temboo. Does anyone have experience with Temboo and Tiva or maybe MSP430 connect to Internet via ESP8266 (AT commands) ? Thank you very much. TivaC_ESP8266.ino Quote Link to post Share on other sites
energia 485 Posted November 16, 2016 Share Posted November 16, 2016 Would this library work for you https://github.com/itead/ITEADLIB_Arduino_WeeESP8266? Temboo is written to use the Standard Arduino/Energia WiFi / Ethernet API's. You would have to modify the Temboo library to use a different set of API's. Robert Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.