TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Home Made Raspberry Pi Standing Desk Controller

68 pointsby tomahonyover 4 years ago

8 comments

tomahonyover 4 years ago
I mentioned this in a HN post in the past regarding standing desks, mentioning that I'd created an over-engineered standing desk controller (using a Raspberry Pi) over lockdown as as little fun project. Somebody asked about a write-up for it, so here it is
评论 #24882951 未加载
评论 #24882396 未加载
评论 #24873960 未加载
pugworthyover 4 years ago
First, that is really neat - thanks for sharing. The fragility of that installation makes me nervous though. Pretty easy to bump it with a knee or catch something on it and pull some wires out! But you've got some great documentation via the article.
mdorazioover 4 years ago
I have to ask this most of the time I see an r-pi project: why r-pi instead of ESP8266 for something this simple?
评论 #24881014 未加载
评论 #24880692 未加载
评论 #24880399 未加载
评论 #24880841 未加载
评论 #24880461 未加载
评论 #24880454 未加载
评论 #24881424 未加载
e28etaover 4 years ago
I love the idea of accidentally leaving a shoe (or whatever) underneath the height sensor and being confused about why the desk moves to the wrong height...<p>Clever though!
评论 #24880855 未加载
评论 #24880787 未加载
ed25519FUUUover 4 years ago
I’m curious why someone might reach for an RPI for a project like this? The last Pi I was using was consuming something like 8 watts while idle. That’s like $1.50 a month in electricity here in the Bay Area...<p>Many times, an arduino or esp32 would be more than capable with considerably less power usage.
评论 #24884965 未加载
评论 #24883057 未加载
xellisxover 4 years ago
Several years back I was looking for an adjustable desk and was not liking the prices. I ended up buying this: <a href="https:&#x2F;&#x2F;www.homedepot.com&#x2F;p&#x2F;Husky-62-in-Adjustable-Height-Work-Bench-Table-HOLT62XDB12&#x2F;301810799" rel="nofollow">https:&#x2F;&#x2F;www.homedepot.com&#x2F;p&#x2F;Husky-62-in-Adjustable-Height-Wo...</a>
评论 #24883622 未加载
IshKebabover 4 years ago
Clever use of an ultrasonic distance sensor. I think one of those cheap time of flight proximity sensors would work too.
buescherover 4 years ago
Because sometimes you just need the equivalent of an early Cray to do the job of a few relays...