-
Notifications
You must be signed in to change notification settings - Fork 636
Hardware BLITZWOLF BW SHP2
Property | Value |
---|---|
Manufacturer | BlitzWolf |
Product page |
BlitzWolf Link AliExpress Link Banggood Link |
Wiki page | |
Build flag |
BLITZWOLF_BWSHPX or BLITZWOLF_BWSHPX_V23 (see below) |
- Rated voltage: AC 110-240V
- Rated current: 16A (3840W)
- Product size: L5.08 x W7.62
NOTE: Relay only works when powered trough 200v, with the 3.3V from the uart-usb converter it won't trigger.
Open the device using special tools (the Xiaomi Wiha 24-in-1 toolkit has it):
Short GPIO0 and GND during boot to enter flash mode before connecting to the serial programmer. The power indicator LED will be strong red to confirm the device has entered this mode. As soon as the short is removed, the red color will be dimmed. The device will then be ready for flashing.
@pilzandreas sent a clever way to flash this device and compatible ones (check https://github.com/xoseperez/espurna/issues/1238)
- pins:
DTR - nc RX - orange TX - yellow VCC - green CTS - nc GND - brown
- splitting GND (brown) to blue and black cable
- blue - GND (from splitter pin)
- orange - RX
- green - VCC
- low - TX
- tip with black (from splitter pin) on boot to init flash mode - note: there is one free pin betw(7) (6) and 1. even if it seems the black wire would be connected the pin next to (6) - its just hanging loosely on my photo.
You will find these power plugs being sold under various labels - i bought a pack of 4 and another with 2 labeld TFLAG (ASIN B07D2Z3YVM) and TECKIN (ASIN B07D5V139R).
Using windows flashing the compiled images offered here worked well doing:
- (reboot, short (7) with black, red light dims as you release the pin)
- esptool.py --port COM8 erase_flash
- (reboot, short (7) with black, red light dims as you release the pin)
- esptool.py --port COM8 write_flash --flash_mode dout 0x00000 espurna-1.13.1-blitzwolf-bwshp2.bin
- (reboot)
- connect wifi to test 'espurna_xxxxx' pw fibonacci
- browse to http://192.168.4.1 (admin/fibonacci)
- logged in
For now give a look at the descriptions at Sonoff-Tasmota Wiki: https://github.com/arendst/Sonoff-Tasmota/wiki/Gosund-SP1#new-hardware-revision
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