diff --git a/README.md b/README.md index 9fe8507a..60d5dff9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ This device has an ESP8266 on board with a 8Mbit flash memory chip, a mains to 3 and a relay (GPIO12). It also features a button (GPIO0), an LED (GPIO13) and an unpopulated header you can use to reprogram it. You can read about this board and firmware in [my blog][2]. +![Sonoff board - front view](/images/pinout_front.jpg) + +![Sonoff board - back view](/images/pinout_back.jpg) + ## Features * WebServer for configuration and simple relay toggle diff --git a/images/case_and_remote.jpg b/images/case_and_remote.jpg new file mode 100644 index 00000000..ef0010db Binary files /dev/null and b/images/case_and_remote.jpg differ diff --git a/images/pinout_back.jpg b/images/pinout_back.jpg new file mode 100644 index 00000000..6834ba7e Binary files /dev/null and b/images/pinout_back.jpg differ diff --git a/images/pinout_front.jpg b/images/pinout_front.jpg new file mode 100644 index 00000000..9de915ec Binary files /dev/null and b/images/pinout_front.jpg differ