Replies: 13 comments 36 replies
-
I don't have any thermometers with PHY6252. |
Beta Was this translation helpful? Give feedback.
-
I attach a few pictures of this model: Design is very simple. Just a few discrete components. No battery included :( SOC is PHY6252 LCD display driver is VKL060. I haven't found any info about it This is the only reference in the board Sensor seems to be a clone of AHT20 These seem to be GND, TX, RX and Vcc test points for flashing. |
Beta Was this translation helpful? Give feedback.
-
The PHY6252 is a stripped-down, cheaper version of the PHY6222. Combined with BLE, sensor and screen processing, the consumption will be too high for the CR2032. I wouldn't use a thermometer like that. These chips (PHY6252) are used in light bulbs and other devices powered by the mains. |
Beta Was this translation helpful? Give feedback.
-
unfortunately I have also bought a few of those, before I realized that "not so good" clones do exist. @gabbla I would like to give it try at least. |
Beta Was this translation helpful? Give feedback.
-
May you share a build that may be tested on these devices? |
Beta Was this translation helpful? Give feedback.
-
I'm out of office these days, I'll try to share a binary asap and then I'll submit a pr with changes |
Beta Was this translation helpful? Give feedback.
-
Here is the data for reference. In sleep mode, between transmissions - 3.45 µA: The dependence of the average current on the transmission period is given here - #94 (comment) Compared to TLSR825x (sleep current is 1.8 µA), average consumption at 2.5 sec transmission period is equal to average current of PHY62x2 at 5 sec interval. As a result, such intervals are selected by default, since from a cheap CR2032 it is about 8 months of work. And from a good CR2032 - a year. This is an average current of about 14 μA with a pulse of up to 10 mA. And this is taking into account the consumption of a good LCD driver and a sensor of the SHT4x type. Other sensors, LCD, E-Ink consume significantly more. The PHY6252 has a higher current pulse during operation and transmission, and even with an average current of 14 μA, the battery life will be 20-30% shorter than with the PHY6222. |
Beta Was this translation helpful? Give feedback.
-
Can anyone share the firmware for this thermometer? I really do not want to throw it into garbage. |
Beta Was this translation helpful? Give feedback.
-
So I've pushed my changes at gabbla/THB2. The config is falling back to make -C bthome_phy6222
python3 rdwr_phy62x2.py -p /dev/ttyUSB0 -e -r wh bthome_phy6222/build/bthome_phy6222.hex I've also fixed the battery reading thanks to Victor's (really clever) suggestion. |
Beta Was this translation helpful? Give feedback.
-
Worked great for me. Ordered 5 of these without knowing which one's I'd end up with.
Tip of connecting GND just after hitting return on the last command above worked almost every time. Now to see if I can find the more efficient models. :) |
Beta Was this translation helpful? Give feedback.
-
It is not yet possible to include the described the rmometer in support.
(And the price of this thermometer is 1.5 times more than that of Xiaomi Mijia LYWSD03MMC. |
Beta Was this translation helpful? Give feedback.
-
As expected, TH04 has the highest consumption of all presented in this repository. A few hours ago I got these TH04. |
Beta Was this translation helpful? Give feedback.
-
Hello there! I have tried the trick with plugging in the ground pin just as soon as I run: But all I get back is either:
Or, worse:
Now I am very suspicious of that Device not configured error, because I get the same if I just cat the serial port and reset ground. Any ideas? I have also tried both building the firmware and using Thanks you! Edit: I have also tried it with @gabbla repo on that branch, and it's the same. Edit 2: Just to make sure this is not a fluke with macOS, I have tried it from my raspberry pi, and after 10 tries, the best I got was:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I bought some temperature sensors last week, which , from the display image, look like a TH05 V1.4. But inside is a PHY6252 chip as well as a VKL060 LCD driver chip. And there is only one marking under the LCD panel :
QC0000_L11_PHY6252_TEMP_HUM_V1.5
So it looks like V1.5 has been rolled out...
Beta Was this translation helpful? Give feedback.
All reactions