Skip to content

Commit

Permalink
smaller images
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed May 15, 2018
1 parent fbff479 commit 37c2797
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,13 @@ The schematic from Juergen which this is based off is:
**Notes:**\
*Optionally I've also added 2 polyfuses between the EMS and the Inductors which are not shown in the layout or schematics above.*

Here's an example circuit using an NodeMCU2 with the additional LEDs and buck converter. The inputs from the EMS are not shown but there are at J60 and J58 at the bottom left.
Here's a pretty rough example circuit using a NodeMcu2 with the additional LEDs and buck converter. The inputs from the EMS are not shown but there are at J60 and J58 at the bottom left.

![|Breadboard](doc/schematics/breadboard.JPG)
![Breadboard](doc/schematics/breadboard.png)

The nicest solution ultimately is to purchase a ready made circuit from [Kees](http://www.domoticz.com/forum/memberlist.php?mode=viewprofile&u=1736). Here's an example of one working with a Wemos D1 Mini:

![WemosD1](doc/schematics/wemos_kees.png)

## Known Issues

Expand Down
Binary file removed doc/schematics/breadboard.JPG
Binary file not shown.
Binary file added doc/schematics/breadboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/schematics/wemos_kees.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added firmware/firmware_d1_mini.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion src/emsuart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void ICACHE_FLASH_ATTR emsuart_init() {
ETS_UART_INTR_ATTACH(emsuart_rx_intr_handler, NULL);
ETS_UART_INTR_ENABLE();

// when all ready swap RX and TX to use GPIO13 (D7) and GPIO15 (D8) respectively
// when all ready swap RX and TX (to use GPIO13 (D7) and GPIO15 (D8) )
system_uart_swap();
}

Expand Down

0 comments on commit 37c2797

Please sign in to comment.