Earlier quoted context omitted.
I can't really disagree with what you're saying about Pis often being overkill, but I've been using Raspberry Pi Zero Ws for more projects where I might have used ESP32s, and I've been very happy with the choice. Basically any project I have that isn't battery powered or timing critical, I'd prefer to use a Pi. Zero Ws have a $10 MSRP (of course, huge shortage at the moment). I think they're pretty cost competitive f…
"huge shortage at the moment" AFAIK this "at the moment" period has now extended all the way from the time they were introduced to the present day. One long moment for sure.
Unpopular Opinion: Don’t Use a Raspberry Pi for That
181–190 of 270 posts
Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#182Certainly agree that the Raspberry Pi's SD card is unsuitable as a boot device if you have any issues with power failures or voltage regulation. You can boot from a USB but by the time you pay for the USB drive you are in the same price range as other Micro computers.
Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#183Earlier quoted context omitted.
I hear this argument all the time. But unless you're doing something that's solar, battery, RTG or otherwise non-grid powered, then what does it really matter? At what scale is a person running so many old laptops that they need to switch to RPi's to save power? And if that person can afford the Pi's, they can afford the power, so there's no point quoting power costs.
I can also afford to let my faucet run 24/7. Should I do it to avoid needing to turn the knob when I need to wash my hands?
If that power were coming from locally finite source such as solar or wind, or battery, it's a different story.
Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#184If your alternative to RPis are used NUCs or laptops, than you lost me. I want reliable and quiet. I have RPis running for more than a decade everyday with not a single crash. In what conditions are those used PSU? Who knows. I'm also not a fan of bringing other people's dust and keyboard grease along.
I had the original Model B running continuously for 8+ years until the USB contacts rusted-out due to high humidity.
The prices in the article are absurd: why would I choose a $260 SFF PC vs a $5 RPi Zero W I got 5 years ago? The comparison may make sense for new purchases with the ongoing shortage.
Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#185I often end up giving the opposite unpopular opinion: RPis are overkill for a lot of DIY IoT uses. Want to have something that opens your curtains or flashes some RGB lights in your hallway or whatever? Pick yourself up an Arduino / ESP32 with built-in WiFi, often an Ethernet port, tons of GPIO. It consumes milliwatts of power, boots in under a second, and is cheap enough to be disposable.
This combined with the main article shows the exact reason why Raspberry Pi is as popular as it is. When I'm starting a new project I can either worry about Arduino or ESP32 or other microcontrollers or various NUCs or getting a board fabricated from scratch...or I can grab a RPi from the drawer and know that it will just work, regardless of whether I need to toggle some RGB lights, browse the web, or run a Kubernete…
Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#186I typically see two kinds of raspi hate, and only one of them is reasonable imo. The first is stuff like this article, where you can probably get something better than a raspi these days for about the same price (especially when you consider scalper pricing) or just run a docker image in a server you can make with an old computer. This is very good advice, especially now that getting a raspi at MSRP is borderline imp…
Raspberry pie lets me work at a higher level that I actually find enjoyable.
Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#187Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#188Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#189Re: Unpopular Opinion: Don’t Use a Raspberry Pi for That
#190The article is right, if you need a (very) low power server the rpi is unbeatable. I have tried a lot during the years to make it as robust as possible, however I find that there is only a matter of time until a power failure, regular update or even a simple reboot will render a pi unusable. And you'll be powerless to fix whatever flavor of boot error is occurring half a world away. Never had these kinds of issues wi…
Have you considered read-only boot & system partitions? That way, your pi will always boot, at the cost of have to remount in read/write mode to perform updates.