mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
smaller images
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
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:
|
||||
|
||||

|
||||
|
||||
## Known Issues
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 MiB |
BIN
doc/schematics/breadboard.png
Normal file
BIN
doc/schematics/breadboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 882 KiB |
BIN
doc/schematics/wemos_kees.png
Normal file
BIN
doc/schematics/wemos_kees.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 727 KiB |
BIN
firmware/firmware_d1_mini.bin
Normal file
BIN
firmware/firmware_d1_mini.bin
Normal file
Binary file not shown.
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user