Searching all the libraries, they only talk about the Uno Wifi board with "some ESP8266" tools. Trying to get more information on the Arduino WiFi Link library itself, I get kicked out to the Arduino main page.
Where is the old ESP8266_AT library?
Searching all the libraries, they only talk about the Uno Wifi board with "some ESP8266" tools. Trying to get more information on the Arduino WiFi Link library itself, I get kicked out to the Arduino main page.
Where is the old ESP8266_AT library?
Some "official" boards have an ESP onboard for WiFi.
Many 3rd party boards use ESP32/ESP8266 for their WiFi or BT. These boards are numerous and "come & go" in the marketplace.
All "official" boards can be found here:
Arduino Hardware | Arduino
3rd party boards require an Internet search.
3rd party boards by Espressif:
Technical Documents | Espressif Systems
Much info can be searched on Espressif Systems · GitHub
Do you have some specific shield?
The Arduino Uno WiFi Dev Ed had an esp8266 on board, but that esp8266 was wired over an I2C to Serial converter so the communication was not standard Serial.
I can find examples of code, but can't seem to locate the ESP8266_AT library. Can anyone suggest another library that may work with this shield?
A big thank you for your assistance with this.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.