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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] SeductiveTortoise@piefed.social 1 points 7 hours ago (1 children)

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.

[–] Therefore@lemmy.world 1 points 5 hours ago (1 children)

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.

[–] SeductiveTortoise@piefed.social 2 points 5 hours ago

Yes, and I'm tinkering all the time. I'd get in with my multimeter and check the voltage first anyways.