mathworks / thingspeak-arduino

ThingSpeak Communication Library for Arduino, ESP8266 and ESP32
https://thingspeak.com
431 stars 231 forks source link

ESP8266 modem with AT commands. #43

Closed gioreva closed 5 years ago

gioreva commented 5 years ago

Is there any hope of making it work with ESP8266 modem with AT commands ? Is there any compatible WiFi library ?

jasontwinters commented 5 years ago

We weren't planning on making it work with AT commands. It would take a lot of modification. If someone created an AT command set library that mimicked the API calls for the WiFiClient of WiFi.h, then it would be compatible as is.

This library is compatible with WiFi.h and WiFi101.h libraries.