-
Notifications
You must be signed in to change notification settings - Fork 636
Hardware Itead S20
Xose Pérez edited this page Sep 11, 2018
·
3 revisions
Property | Value |
---|---|
Manufacturer | Itead Studio |
Product page | https://www.itead.cc/smart-socket.html |
Wiki page | https://www.itead.cc/wiki/Sonoff |
Build flag | ITEAD_S20 |
Voltage | 3v3 |
The Sonoff S20 is a smart plug that comes with different plug standards: EU (both Schuko-F and French-E) , US, UK, CN and AU. It is meant turn any regular wall outlet into a smart outlet. It sports a button for manual operation and two LEDs, one in sync with the relay status and the other one for user notifications.
There is a labeled header in the front of the PCB and the button is connected to GPIO0, so no problems here.
Solder a 4 pin male or female header and connect it to your USB-to-UART bridge. Then press and hold the button and connect the programmer to your computer. The micro-controller will boot into flash mode and you are ready to update the firmware.
If you're looking for support:
- Issues: this is the most dynamic channel at the moment, you might find an answer to your question by searching open or closed issues.
- Wiki pages: might not be as up-to-date as we all would like (hey, you can also contribute in the documentation!).
- Gitter channel: you have better chances to get fast answers from project contributors or other ESPurna users. (also available with any Matrix client!)
- Issue a question: as a last resort, you can open new question issue on GitHub. Just remember: the more info you provide the more chances you'll have to get an accurate answer.
- Backup the stock firmware
- Flash a pre-built binary image
- Flash a virgin Itead Sonoff device without opening
- Flash TUYA-based device without opening
- Flash Shelly device without opening
- Using PlatformIO
- from Visual Studio Code
- Using Arduino IDE
- Build the Web Interface
- Over-the-air updates
- Two-step updates
- ESPurna OTA Manager
- NoFUSS
- Troubleshooting
- MQTT
- REST API
- Domoticz
- Home Assistant
- InfluxDB
- Prometheus metrics
- Thingspeak
- Alexa
- Google Home
- Architecture
- 3rd Party Plugins
- Coding style
- Pull Requests