-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TECKIN SP22 (ASIN B07D5V139R) - fw upgrade pins and pictures #1431
Comments
If you do not mind, this can be converted into a wiki page Minor note: prebuilt binaries from |
Yes, teckin-sp22-v14 image is valid for this device. Even if they are labeled as v1.6 in the PCB. |
No problem in espurna team using these pictures and text to update the wiki |
Added to the wiki (+comment above) |
The method described here works fine for flashing espurna on TECKIN SP22: https://github.com/ct-Open-Source/tuya-convert No need to open the case. |
hi all |
For those of you looking to flash teckin SP22, here's what I did to get mine working with OTA convert 2!
Follow the instructions in the vid...
Then I proceeded to flash using the curl commands... |
Hello @baldfox ! |
hey. Well my previously bricked devices were flashed using tuya convert 2.0. |
Hi @baldfox , wow, fast answer :-) |
Hello @baldfox ! |
Perhaps related to the #1912 & ct-Open-Source/tuya-convert#310? |
Ok, thanks @mcspr , so no way to deal with it :-( |
Here's how to connect the Teckin SP22, variant of the Blitzwolf SHP2, for fw flashing.
This is related to other issues #1283
As the case is glued (no screws anymore) it's really difficult to open. This first case was a nightmare. Hope for the next ones the cases will be less damaged. Smd air soldering iron (or heatgun) are your best friends in this case.
The device is based on TYWE2S (https://fccid.io/2ANDL-TYWE2S/User-Manual/Users-Manual-3596121)
So according to the pinout the pins are located in a row: VCC (3.3v), GND, RX, TX.
Using a 3.3V usb serial adapter connect to the pins (tx swaps with rx)
Red - VCC
Blue- GND
Purple - RX
Green - TX
Also to make the ESP go into flash mode, you have to connect DI0 to GND. That's a bit tricky as DI0 is not available in the pionout but in the PCB
There's no binary available for the model yet but it's already in the code as teckin-sp22-v14 and teckin-sp22-v14-ota, so it can be compiled by cloning git and making changes in platformio.ini
You can have more info (and better pictures) in arendst/Tasmota#3950
The text was updated successfully, but these errors were encountered: