-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hello,
I bot quite cheap thermostat from AliExpress
https://www.aliexpress.com/item/1005006020556081.html
I download firmware using BK7231GUIFlashTool, with ignoring key check, it's BK7231N chip on a board with LCD and tuya.
when I try to upload custom firmware, i forced to rewrite bootloader. otherwise custom firmware is not loaded. with bootloader rewrite I can install esphome, its reads tuya:
uart:
- id: mcu_uart
tx_pin: TX2
rx_pin: RX2
baud_rate: 38400
parity: NONE
stop_bits: 1
But when I try to analyze firmware dump, it's gives me an error, and ask to report, please see attached firmware:
readResult_BK7231N_QIO_222_2025-22-8-10-54-08.zip
But I have another issue, which possible have dependency with bootloader. by accident, I put thermostat in tuya link mode, and then return it back, so my thermostat can't load firmware. I need to rewrite my bootloader one more time.
I assume it's interesting dump to research.