mirror of https://github.com/arendst/Tasmota.git
Updated OBI WiFi Socket IP44 (markdown)
parent
0e48723ab8
commit
59369e73ba
|
@ -1,26 +1,23 @@
|
|||
# **THIS PAGE IS UNDER CONSTRUCTION!!!**
|
||||
|
||||
### Overview
|
||||
This WiFi socket is a cheap outdoor alternative to the popular low-cost [indoor WiFi socket](https://www.obi.de/hausfunksteuerung/wifi-stecker-schuko/p/2291706) from the German Diy-warehouse OBI.
|
||||
It is equipped with a ESP-WROOM-02 module. Sadly, there is no programming pin header and (in my case) it is kind of tricky to get the module into programming state (see below). You'll need some soldering skills to attach the programming wires.
|
||||
This WiFi socket is a cheap outdoor alternative to the popular low-cost indoor WiFi socket ["Wifi Stecker Schuko Weiß"](https://www.obi.de/hausfunksteuerung/wifi-stecker-schuko-weiss/p/4077806) from the German Diy-warehouse OBI.
|
||||
It is equipped with a ESP-WROOM-02 module. Sadly, there is no programming pin header and it can be kind of tricky to get the module into programming state (see below). You'll need some soldering skills to attach the programming wires.
|
||||
|
||||
### Where to buy
|
||||
As shown in the name the Outdoor Wifi Socket is only available in the OBI Diy-Warehouse. It can also be bought in the [OBI online-store](https://www.obi.de/hausfunksteuerung/wifi-stecker-schuko-schwarz/p/4077681)
|
||||
The Outdoor Wifi Socket is only available in the OBI Diy-Warehouse. It's "official name" is "Wifi Stecker Schuko Schwarz". It can also be bought in the [OBI online-store](https://www.obi.de/hausfunksteuerung/wifi-stecker-schuko-schwarz/p/4077681)
|
||||
|
||||
### Open the socket
|
||||
Opening the socket is kind of difficult. The case is held together by two Tri-Wing screws, two tiny cross-head/PH screws, some sealing grease in the screw holes and some glue.
|
||||
First, you can remove the sealing grease out of the screw holes by using a matching drill. Drill out the sealing grease by turning it by hand, until you reach the screw head.
|
||||
|
||||
After this, you can use the matching screw driver. The eventually remaining sealing grease will move aside.
|
||||
> Tipp: Afterwards use normal cross screws to close the casing.
|
||||
After this its getting tricky: use a stable knife of a flat screw driver to carefully crack up the two halfs of the case. In any case, try to NOT cut up your hands!
|
||||
After this its getting tricky: use a stable knife or a flat screw driver to carefully crack up the two halfs of the case. In any case, try to NOT cut up your hands!
|
||||
|
||||
### Connection
|
||||
| ESP | Programmer |
|
||||
|-----|------------|
|
||||
| VCC | 3V3 |
|
||||
| TX | RX |
|
||||
| RX | TX |
|
||||
| GND | GND |
|
||||
For convenient access to the programming pins, you can solder jump wires to the corresponding pads of the WROOM module.
|
||||
After successfully reprogramming the module, you can fold the wires into the socket in case of further tinkering.
|
||||
|
||||
### Entering programming mode
|
||||
Connect GPIO0 to GND before connecting power to enable flash mode!
|
||||
|
|
Loading…
Reference in New Issue