You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there possibility to reprogram W3231 model to use 100K NTC? I see only firmware for W3230 and I'm not sure if it's compatible with W3231. Looking on the description I suppose editing adc.c file should be sufficient.
The text was updated successfully, but these errors were encountered:
Yendrzei
changed the title
W3231
W3231 how to replace 10K thermistor with 100K
Aug 23, 2024
Hi, sorry but this repository only has codes for STM8S003F3P6. This W3230 module is listed but just for information, as mentioned it is not an STM8 microcontroller.
Since the code was made for the STM8S003F3P6 with only 8kB of Flash, then your W3231 module, which seems to use a CMS8S6990N with 16kB of Flash, can be programmed based on the STM8S003F3P6 code, but it is necessary to use the tools specific to the CMS8S6990N, and I am unaware of them.
Apparently the pinout of the CMS8S6990N is similar to the pinout of the STM8S003F3P6, but the STM8S003F3P6 needs the capacitor on the VCAP pin (pin 8), check if pin 8 of the CMS8S6990N is free (And which pin is the analog input of the sensor), maybe it will be possible to exchange the CMS8S6990N for a STM8S003F3P6. With a STM8S003F3P6 it will be easier and faster to make modifications.
Note that pin 4 (NRST) of the STM8S003F3P6 is the RESET pin, it must also be free. And pin 18 is the programming pin (SWIM), it may be necessary to place a resistor in series, if this pin is being used as an input, to be able to program via STlink.
Hello,
is there possibility to reprogram W3231 model to use 100K NTC? I see only firmware for W3230 and I'm not sure if it's compatible with W3231. Looking on the description I suppose editing adc.c file should be sufficient.
The text was updated successfully, but these errors were encountered: