semiotproject / SparkFun_ESP8266_AT_Arduino_Library

WiFi and UDP/TCP drivers for an ESP8266 running AT firmware.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparkFun ESP8266 AT Arduino Library

SparkFun ESP8266 WiFi Shield

SparkFun ESP8266 WiFi Shield (WRL-13287)

An Arduino library for the SparkFun ESP8266 WiFi Shield. This library makes it easy to connect to WiFi networks, and also implements TCP/IP client and server and UDP support.

It's highly recommended to use esp8266 firmware higher than 0.9.4 with AT commands send higher than v0.2 to get udp working more or less well with manufacturer firmware.

Repository Contents

  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • /extras - Additional documentation for the user. These files are ignored by the IDE.
  • /src - Source files for the library (.cpp, .h).
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Documentation

Products that use this Library

Version History

License Information

This product is open source!

The code is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!

Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.

Distributed as-is; no warranty is given.

  • Your friends at SparkFun.

About

WiFi and UDP/TCP drivers for an ESP8266 running AT firmware.

License:MIT License


Languages

Language:C++ 100.0%