Skip to content

Commit 8f0c1bd

Browse files
committed
Merge pull request #660 from lcafaro/esp8266
Added MOD-WIFI-ESP8266-DEV
2 parents 2fb1c45 + d46285d commit 8f0c1bd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

doc/boards.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Supported Hardware
55
- [Adafruit HUZZAH ESP8266 (ESP-12)](#adafruit-huzzah-esp8266-esp-12)
66
- [NodeMCU 0.9](#nodemcu-0-9)
77
- [NodeMCU 1.0](#nodemcu-1-0)
8+
- [Olimex MOD-WIFI-ESP8266-DEV](#olimex-mod-wifi-esp8266-dev)
89
- [Olimex MOD-WIFI-ESP8266](#olimex-mod-wifi-esp8266)
910
- [SparkFun ESP8266 Thing](#sparkfun-esp8266-thing)
1011
- [SweetPea ESP-210](#sweetpea-esp-210)
@@ -40,9 +41,23 @@ If you want to use NodeMCU pin 5, use D5 for pin number, and it will be translat
4041

4142
*TODO: add notes*
4243

44+
### Olimex MOD-WIFI-ESP8266-DEV
45+
46+
This board comes with 2 MB of SPI flash and optional accessories (e.g. evaluation board ESP8266-EVB or BAT-BOX for batteries).
47+
48+
The basic module has three solder jumpers that allow you to switch the operating mode between SDIO, UART and FLASH.
49+
50+
The board is shipped for FLASH operation mode, with jumpers TD0JP=0, IO0JP=1, IO2JP=1.
51+
52+
Since jumper IO0JP is tied to GPIO0, which is PIN 21, you'll have to ground it before programming with a USB to serial adapter and reset the board by power cycling it.
53+
54+
UART pins for programming and serial I/O are GPIO1 (TXD, pin 3) and GPIO3 (RXD, pin 4).
55+
56+
Get the board schematics [here](https://github.com/OLIMEX/ESP8266/blob/master/HARDWARE/MOD-WIFI-ESP8266-DEV/MOD-WIFI-ESP8266-DEV_schematic.pdf)
57+
4358
### Olimex MOD-WIFI-ESP8266
4459

45-
*TODO: add notes*
60+
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.
4661

4762
### SparkFun ESP8266 Thing ###
4863

0 commit comments

Comments
 (0)