Skip to content

Commit 8fdd29e

Browse files
committed
Merge pull request esp8266#1518 from lcafaro/master
Added ESP8266-EVB
2 parents ffb0d5e + c52409b commit 8fdd29e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/boards.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ title: Supported Hardware
99
* [NodeMCU 1\.0](#nodemcu-10)
1010
* [Olimex MOD\-WIFI\-ESP8266\-DEV](#olimex-mod-wifi-esp8266-dev)
1111
* [Olimex MOD\-WIFI\-ESP8266](#olimex-mod-wifi-esp8266)
12+
* [Olimex ESP8266\-EVB](#olimex-esp8266-evb)
1213
* [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
1314
* [SweetPea ESP\-210](#sweetpea-esp-210)
1415
* [ESPino](#espino)
@@ -77,12 +78,28 @@ Since jumper IO0JP is tied to GPIO0, which is PIN 21, you'll have to ground it b
7778

7879
UART pins for programming and serial I/O are GPIO1 (TXD, pin 3) and GPIO3 (RXD, pin 4).
7980

80-
Get the board schematics [here](https://github.com/OLIMEX/ESP8266/blob/master/HARDWARE/MOD-WIFI-ESP8266-DEV/MOD-WIFI-ESP8266-DEV_schematic.pdf)
81+
You can find the board schematics [here](https://github.com/OLIMEX/ESP8266/blob/master/HARDWARE/MOD-WIFI-ESP8266-DEV/MOD-WIFI-ESP8266-DEV_schematic.pdf)
8182

8283
## Olimex MOD-WIFI-ESP8266
8384

8485
This is a stripped down version of the above. Behaves identically in terms of jumpers but has less pins readily available for I/O. Still 2 MB of SPI flash.
8586

87+
## Olimex ESP8266-EVB
88+
89+
It's a Olimex MOD-WIFI-ESP8266-DEV module installed on the headers of a development board which features some breakout connectors, a button (GPIO0) and a relay (GPIO5).
90+
91+
Programming is pretty straightforward: the board is supported in the Arduino IDE after [installing it via the Board Manager](https://github.com/esp8266/Arduino#installing-with-boards-manager). To download a program you just have to connect GND/RX/TX from a serial/USB adapter to the UEXT connector and press the only button before applying power to enter UART mode.
92+
93+
Don't connect 5V from the serial/USB adapter to the board or you won't be able to power cycle it for UART mode.
94+
95+
You can find the board schematics [here](https://github.com/OLIMEX/ESP8266/blob/master/HARDWARE/ESP8266-EVB/ESP8266-EVB_Rev_A.pdf).
96+
97+
[This guide](https://www.olimex.com/Products/IoT/ESP8266-EVB/resources/ESP8266-EVB-how-to-use-Arduino.pdf) is also useful for the first setup, since it contains the UEXT connector pinout.
98+
99+
Board variants include:
100+
* ESP8266-EVB-BAT: comes with built-in LiPo charger and step-up converter
101+
* ESP8266-EVB-BAT-BOX: as above, but enclosd in a plastic box (non-weatherproof)
102+
86103
## SparkFun ESP8266 Thing ###
87104

88105
Product page: https://www.sparkfun.com/products/13231

0 commit comments

Comments
 (0)