-
Notifications
You must be signed in to change notification settings - Fork 638
Hardware Bestek MRJ1011
Max Prokhorov edited this page Sep 28, 2018
·
2 revisions
Property | Value |
---|---|
Manufacturer | Bestek |
Product page | Bestek, Amazon |
Wiki page | |
Build flag | BESTEK_MRJ1011 |
- Max load: AC125V, 10A
- With 2 Auto 0-2.4A USB Charging Ports.
- Product size: 3.2 x 1.9 x 1.5 inches
The switch can be easily opened by removing the only screw on the back under the BESTEK label and gently prying from the notch on right side.
It uses TYWE2S Wi-Fi module which contains ESP8255 radio chip with 1MB flash. The module inserts into the main board vertically and has 3.3V, Gnd, Rx and Tx pins on one end. The GPIO0 pad on the back side.
Just connecting serial pins at 115200 baud dumped the familiar content
ets Jan 8 2013,rst cause:4, boot mode:(3,7) wdt reset load 0x40100000, len 1396, room 16 tail 4 chksum 0x89 load 0x3ffe8000, len 776, room 4 tail 4 chksum 0xe8 load 0x3ffe8308, len 540, room 4 tail 8 chksum 0xc0 csum 0xc0 2nd boot version : 1.4(b1) SPI Speed : 40MHz SPI Mode : DOUT SPI Flash Size & Map: 8Mbit(512KB+512KB) jump to run user1 @ 1000
Soldering is tricky.
You can first desolder the power plugs and then solder wires to the end of TYWE2S sticking out on other side or just solder wires which is what I did. The GPIO 0 pad on the back, you can just press a wire to Gnd temporary while you power the module from 3.3V.
TODO
TODO
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