You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [SparkFun ESP8266 WiFi Shield](https://www.sparkfun.com/products/13287) is essentially an Arduino shield for the ESP8266 WiFi SoC. The ESP8266 ships with a slightly customized version of the Espressif AT command set.
9
+
10
+
The ESP8266 is controlled by serial AT commands. The shield is equipped with a switch to swap between a software serial port or hardware serial port interface.
11
+
12
+
Repository Contents
13
+
-------------------
14
+
15
+
***/Firmware** - Firmware flashed on the ESP8266 WiFi Shield (requires ESP8266 SDK 1.2.0)
16
+
***/Hardware** - Eagle design files (.brd, .sch)
17
+
***/Production** - Production panel files (.brd)
18
+
19
+
Documentation
20
+
--------------
21
+
***[Hookup Guide](https://learn.sparkfun.com/tutorials/esp8266-wifi-shield-hookup-guide)** - Exhaustive hookup guide for the ESP8266 WiFi Shield.
22
+
23
+
Product Versions
24
+
----------------
25
+
*[DEV-13287](https://www.sparkfun.com/products/13287)- V1.0 release of the WiFi Shield.
26
+
27
+
License Information
28
+
-------------------
29
+
This product is _**open source**_!
30
+
31
+
The **hardware** is released under [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/).
32
+
33
+
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!
34
+
35
+
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anyWiFi Shield derivative under the same license.
0 commit comments