-
Notifications
You must be signed in to change notification settings - Fork 222
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
LYWSD03MMC new version B1.7 #145
Comments
Not to my knowledge. These appear to be rare. I'm guessing the sensor is new (shtv4) and same as 1.6 &1.8 but the display controller is same as v1.4. As such it appears to be a mix of features from different versions and thus everything seems to be supported. There is an autodetect for the version but I don't think there's any autodetect for individual components, so it probably requires a few lines of code. It is likely that you can try flashing it. It's unlikely it will brick completely if the TLSR chip and (possible) flash chip remain the same. Could you confirm the chip remains the same? (TLSR8251F512ET24) the picture is a bit blurry. |
Both PVVX and my version use autodetect per component, so this version should be fully supported. |
Good to know! @ckyOL could you confirm if it works ok? If it does, it seems relatively safe to add this device to the list of supported versions. |
@jddonovan It seems work fine after i flashed it and changing some config. Interestingly, the hardware revision string was changed to B1.4 |
@ckyOL I've looked at the code how it detects the revision, but frankly I cannot remember anymore. It's indeed captured before flashing as presented in the logs. But after flashing, it might autodetect it by e.g. the chip used for the screen..? Also possible that the stock version number gets stored at the time of flashing, which means that the devices flashed are "stuck" showing the wrong version now. Regardless, if everything works and the temperature sensor autodetection code remains autodetected in the future as well, and not based on firmware, I think you're ok. However, low priority patch for the version number is still warranted. |
I flashed origin firmware and hardware version string came back to B1.7 correctly. |
@jddonovan > Could you confirm the chip remains the same? (TLSR8251F512ET24) Communication and the ability to reprogram remain on all versions of TLSR8251Fxx, TLSR8253Fxx, TLSR8258Fxx.
|
@ckyOL |
It shows that " Hardware Version: LYWSD03MMC B1.4, Software Version: 3.4, Sensor: SHT4x". The hardware revision string was changed to B1.4 after flashing v3.3 firmware. And it was still B1.4 after updating to v3.4. |
Thanks. This makes it clear that version B1.7 uses an SHT4x type sensor and the display is controlled by the IST3055NA0 microcircuit. For STH4x sensors, if you do not take into account the delay in readings, then to reduce consumption, it is better to set the <Sensor in "low power mode"> flag: |
The production date of my xiaomi thermometer is 202110. When i try to flash it, i find that it is B1.7. Does the latest firmware supports it?
the packaging picture
PCB pictures
The text was updated successfully, but these errors were encountered: