How can I use this circuit with an Arduino Nano?

My mother has a washing machine (LG WFS65A01DCT) and randomly I got a feeling to search for it's service manuals and to find why these boards are too expensive to replace?(We cost 1/3rd of the machine's worth 6 years ago)

And surprisingly, it was not complex. But I think the IC TMP87CH46N is hard to source now!

But what I caught my eye was this circuit below!

And I thought how can I use this with an Arduino and an old LG washer pressure switch!
Is it doable? And because the MC14069 is hard to source, can I use 74HC14 instead?

Datasheet of MC14069 :
MC14069UB-D.PDF (160.1 KB)

Datasheet of 74HC14 :
74HC14.PDF (133.5 KB)

Schematic of the washer PCB :

And in the washer schematic, why there is an IC211 (93C46) for? Mine doesn't have that! (Maybe for saving the last state after power outage!)

In this application the HC14 would be functionally identical to the 14069. Probably much better actually, since those old CMOS parts had some weird failure modes.

That said, have you looked for the boards outside the manufacturer's supply? My 5 year-old washer died due to a bad control board and I found a perfectly working one on eBay for $30.

1 Like

Thanks! But after I made it, it seems not working(or maybe the Arduino can't pick it's output)

What kind of an output it will output? A square, sine or a triangular wave? and how can I use it on the Arduino to detect the water level of a machine with a similar sensor? (6601EN1005A)

Looking more closely at that circuit I notice that they are feeding an output back to an input so it is going to oscillate. The HC14 has a schmitt trigger input so it will not switch at the same voltage levels, so might not oscillate in the same way this circuit would.
You would need more data on the pressure sensor to determine how else to interface it to an arduino.

1 Like

The HC14 probably will not work, try a HC04. The input to the micro is integrated with the external filter. Switching that input from VCC to Ground will suffice. Try it at the junction of R24 & C22.

The sensor appears to be a capacitance sensor. It has an oscillator built in and material getting close to it changes the duty cycle of the oscillator. This appears to be what is being detected.

1 Like

So how can I make this work? The datasheets for these sensors aren't available!

But I found this video about disassembling a PWM pressure sensor from a Hotpoint washer which has a 74HC14 IC inside!

Try what gilschultz said. I've never seen a capacitance-based pressure sensor, but "there are many more things on heaven and earth, Horatio..."

2 Likes

Thanks, I will try this! And do you think about any circuit changes before trying 74HC04? Is the current circuit good?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.