Hello everyone,
Just recently I started to get interested in broad electronics and decided to add wifi feature to my wife's beloved portable oil heater as my first microcontroller project. Long story short I was thinking about using either esp8266 or esp32 to get the job done. After taking the heater apart it turns out that it consists of 2 boards
(a) power board
(b) control board
I will probably use main existing power board to provide power to uno/8266/32.
Control board consists of beep speaker, display and 7 momentary switches (visible here on far left and far right side of the board as well as one on the , for example to the left of R6 & R36 as well around R38 components). Those are standard 4 pole momentary switches, however they are quite weird since they read exactly the same voltage on both ends. Long story short I'm trying to use either nano, some variation os 8266 or 32 to simulate the button presses in order to remotely adjust temperature prior of arrival home or prior of waking up.
It turns out that shortening any of the 4 poles would actually act as a switch press so I was originally leaning towards relays however it seems like relays are more geared towards high voltage applications. So here lies my question, or rather multiple questions
(1) Is shortening the pins using microcontroller the right way of simulating button press on existing appliance with a keypad consisting of momentary switches.
(2) If it is, how to properly execute it without using relays, or maybe relays are the right way to go?
Thank you for your support in advance.
V/R
M