this post was submitted on 20 Apr 2026
1019 points (97.3% liked)
Programmer Humor
31037 readers
2077 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I just wanted to interfere with the button board, I'd guess this will run on 3.3 or 5 volts. Simulate the touch events so to speak.
Yeah so you'd probably just be grounding the positive side of the button momentarily. I'm pretty sure I did that with a ducted heater remote once, if it's 3.3 you can just attach it to a pin from your board, then send the pin low to press. 5v you might want a level shifter in between. Have you used esphome before/do you have home assistant? Then you can automate the press to a motion sensor or widget on your phone.
Yes, and I'm tinkering all the time. I'd get in with my multimeter and check the voltage first anyways.