mirror of https://github.com/arendst/Tasmota.git
Added another method to connect wires to the exposed socket on the Shelly 2.5
parent
8ec9a7a7cb
commit
dc68b05483
|
@ -28,10 +28,15 @@ An ESP8266 with 2MB flash dual relay device with Energy Monitoring. Slightly sma
|
|||
|
||||
## Serial Connection
|
||||
|
||||
**New** Shelly 2.5 model comes with a partially exposed programming/debug header which can be used to flash Tasmota on the device. A USB-to-UART adapter is needed as well as a reliable 3.3V with at least 350 mA drive capability. The following diagram shows the device pinout and power source voltage selection jumper. Onboard connector is 1,27mm raster with 1mm diameter holes so normal dupont cables won't fit. Use stripped ethernet cable and breadboard as adapter to avoid damaging the pcb.
|
||||
**New** Shelly 2.5 model comes with a partially exposed programming/debug header which can be used to flash Tasmota on the device. A USB-to-UART adapter is needed as well as a reliable 3.3V with at least 350 mA drive capability. The following diagram shows the device pinout and power source voltage selection jumper. Onboard connector is 1,27mm raster with 1mm diameter holes so normal dupont cables won't fit. Use either a stripped ethernet cable and breadboard as adapter to avoid damaging the pcb, or female header socket legs (see image below).
|
||||
|
||||
<img src="https://shelly.cloud/wp-content/uploads/2019/01/pin_out-650x397.png" height="250" />
|
||||
|
||||
The legs of female header sockets fit nicely. Solder them to custom-crimped dupont wires for use with your USB-to-UART adapter. These often come with Wemos D1 Mini boards in mutliple lengths:
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/188284/63646301-aef1d800-c710-11e9-9bf7-5b45ca470144.png" height="250" />
|
||||
<img src="https://user-images.githubusercontent.com/188284/63646333-3dfef000-c711-11e9-9446-82ea0ce88c95.png" height="250" />
|
||||
|
||||
## Template
|
||||
Tasmota 6.5.0.8 and up supports Shelly 2.5
|
||||
|
||||
|
|
Loading…
Reference in New Issue