Skip to content

Commit 77d6913

Browse files
author
Jim Lindblom
committed
Standardizing README.
1 parent 1e1778a commit 77d6913

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

README.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,39 @@
1-
# ESP8266_WiFi_Shield
2-
An Arduino WiFi Shield based around the Espressif ESP8266 WiFi SoC.
1+
SparkFun ESP8266 WiFi Shield
2+
========================================
3+
4+
![SparkFun ESP8266 WiFi Shield](https://cdn.sparkfun.com/assets/learn_tutorials/4/0/3/angled.jpg)
5+
6+
[*SparkFun ESP8266 WiFi Shield (WRL-13287)*](https://www.sparkfun.com/products/13287)
7+
8+
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.
36+
37+
Distributed as-is; no warranty is given.
38+
39+
- Your friends at SparkFun.

0 commit comments

Comments
 (0)