Live data from Hacker News

Home Made Raspberry Pi Standing Desk Controller

timmyomahony.com

21–30 of 43 posts

Re: Home Made Raspberry Pi Standing Desk Controller

#21
post #8
post #6

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?

Yes! Replace the ESP8266 with some Arduino clone for 3.50 € and you'll even be more beginner friendly...

It's not hard to get an ESP8266 dev board for that much.

Re: Home Made Raspberry Pi Standing Desk Controller

#22
post #9
post #6

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?

It is true that pi is complete overkill for such a project, but it is very convenient and lots of people have experience with it. Plus your standing desk could also be a pi-hole for wifi security.

or a Plex server.

Re: Home Made Raspberry Pi Standing Desk Controller

#23
post #8

Earlier quoted context omitted.

Yes! Replace the ESP8266 with some Arduino clone for 3.50 € and you'll even be more beginner friendly...

It's not hard to get an ESP8266 dev board for that much.

If you're willing to wait you can get an ESP8266 dev board such as the WeMos D1 mini from aliexpress for less than $2!

Re: Home Made Raspberry Pi Standing Desk Controller

#24
post #18
post #6

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?

Because it can't be extended so much as the r-pi. Why limit yourself when you don't have to? It's like asking why one would buy a 1TB harddrive when Linux fits in a few GB.

>Why limit yourself when you don't have to?

Cost, power consumption, reliability, performance, security, weight, and volume, to name just a few.

I really dislike the attitude that we should use the biggest hammer we can find for any size of nail just because we can.

Re: Home Made Raspberry Pi Standing Desk Controller

#25
post #7

Earlier quoted context omitted.

I’ve never heard of the ESP8266, but I have heard of (and used, for several projects) the RPi. That’s probably the reason for a lot of people.

If you want to do things that need an OS use RPI, if you want read/transfer sensor data or control basic servos esp8266 is a joy to work with. There are plenty of others, arduino is maybe more known as buzzword for microcontrollers.

You need a computer and the right cords to program a controller, the pi is that computer as well as the controller.

Re: Home Made Raspberry Pi Standing Desk Controller

#26
post #18

Earlier quoted context omitted.

Because it can't be extended so much as the r-pi. Why limit yourself when you don't have to? It's like asking why one would buy a 1TB harddrive when Linux fits in a few GB.

>Why limit yourself when you don't have to? Cost, power consumption, reliability, performance, security, weight, and volume, to name just a few. I really dislike the attitude that we should use the biggest hammer we can find for any size of nail just because we can.

And if you dont have to meet those requirements, why waste time, energy, thoughts trying to.

Theres a reason multitools are every day carry, and its not that they are the perfect tool for the job.

Re: Home Made Raspberry Pi Standing Desk Controller

#27
post #2

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

Nice project. Do you have an emergency stop button?

Re: Home Made Raspberry Pi Standing Desk Controller

#28
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...

Many times, an arduino or esp32 would be more than capable with considerably less power usage.

Re: Home Made Raspberry Pi Standing Desk Controller

#29
post #16
post #6

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?

Faster prototyping, I can ssh into a RasPi wirelessly and control the gpio via my terminal like a REPL, for the ESP I need to keep flashing newer firmware and control it via USB to serial. Feels a bit clunkier although not a huge difference. If I were making and selling some IoT hardware or if I wanted to re-use the RasPi for something else in my house, it would definitely make sense to move to an ESP/Arduino

you can use micropython for this, a repl over usb or wifi

Re: Home Made Raspberry Pi Standing Desk Controller

#30
post #11
post #6

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?

I've just been on this same journey building a sensor for the level in our home water tanks. I started with a raspberry pi, but then discovered esp32 with an lcd display for just a few bucks https://www.amazon.com/LILYGO-T-Display-Bluetooth-Developmen... .

How long have you been using it? I find random ESP32s off of Amazon to be a bit of a crapshoot, and I’ve taken to just sticking to big microcontroller integrators that I’ve used before.
Post reply on HN