Must fight temptation to buy an overpriced raspberry pi
-
There are usb gpio devices which can fulfill the connectivity bit.
Pretty sure you are sol with the 5w thoughThe Raspberry Pi Zero in USB gadget mode can be used for GPIO. If you don't want to setup gadget mode, get Pi Zero W.
-
original post: https://mk.moth.zone/notes/a8zer7ypj6uv02ka
Depending on the specs, I might be paying more for those, even used, than a SBC. The joys of Brazilian tech markets...
-
It's low power that is still making arm small computers popular. It's impossible to get a pc down into the 2-5 Watt power consumption range and over time it's the electrical costs that add up. I would suggest the RPI5 is the thing to get because it's expensive for what it is and more performance is available from other options supported by armbian.
Mini PC with N200 and NVMe SSD uses around 7W when idling.
For a minimally higher power consumption you can have up to 32 GB of memory, more powerful CPU, and decent GPU for video transcoding purposes.
-
original post: https://mk.moth.zone/notes/a8zer7ypj6uv02ka
I now have a stack of Thinkpads laying around. Right next to my two RPis
-
The only caveat here is the fire-hazard non-removable lithium batteries.
Not simple to remove. They can all be taken out.
But the fire risk is a very valid point. All laptops should indicate they should not be left alone when charging. While many do. Setting one up in a unobserved location to run permanently should be batteryless or Lifepo4 adapted. So laptops may not be best suited to this environment. A used thin client or other DC input option may be much easier. Or an old desktop if batts and not wanted.
-
Haven't heard of kjiji, I'll have to check it out.
It's essentially Craigslist, but in Canada.
Craigslist doesn't really have a user base here.
Except in Vancouver. It’s a Craigslist city.
-
any luck with gpio and 5W power usage so far?
Worth noting pie 4 and 5 no longer recommend 5w PSU. And tend to fail if anything is drawing on the USB.
-
original post: https://mk.moth.zone/notes/a8zer7ypj6uv02ka
wrote last edited by [email protected]I dislike posts like this. Technology moves quickly. PIs are great for hobby electronics where you need a little computer. Want a cheap computer to run a few things 24/7 and know what you're doing? Pi it is. You don't need to run containers on a pi because you have the skills to install the dependencies manually. They cost pennies to run 24/7.
I think of pis as beefed-up calculators. I have made lots of money using a pi zero running code I needed to run 24/7. Code I developed myself.
Having an old laptop with outdated parts taking up lots of space, weighing a lot, and having components like fans, keyboard, and mousepad most-likely soon dying and needing replacing is an additional concern you don't want.
Someone below saying use an old laptop if you're living with parents and don't pay the electricity bill is a bit lame. Do your part for the world. Someone will be paying for it.
Ultimately, use what you want but if you're just starting with servers, use a virtual machine on your computer and log in to it. You can dick about with it as much as you want, and reset back to a working state in seconds.
-
No, I didn't. I don't use Pis, I have ODroids. Heck, they may sell batteries for ODroids, too.
For me, it wouldn't have made much difference because I have UPSes around the house serving things like routers, modems, and switches. And I do care about size and energy use. I'm only saying there are advantages to using laptops.
You can get little integrated LCD cases for Pis too, can't you? And maybe even a little fold-out keyboard. Congratulations! You've re-invented the laptop!
ODroids don't meet European legal hazard levels on poisonous fumes. I bought one back in the day and they explained they won't apply for the test because of "the cost"... not that it uses cheap solder that don't meet lead limits.
-
There are also a lot of mini PCs that are comparable in price to a Raspberry Pi 5 once you factor in the cost of a case, SD card, and power supply for the Pi.
That's only start up cost. What about ongoing 24/7 costs after 2 years?
-
original post: https://mk.moth.zone/notes/a8zer7ypj6uv02ka
Some are talking about power consumption in this thread and I've had similar ideas. Gone are the days where I can run a beefy spec'd desktop in good conscience, it's just such a resource hog. I have a laptop that stays in hibernate mostly. My other idea for a low power consumption home computer was to get a Le Potato single board and pair that with an e-ink monitor (there's some really nice ones out there) which I think was sitting at maaaaybe ~5kwh. I think the more we can limit our power consumption, the better, all that electricty directy translates into coal being burned and additional CO2 being created. I'm no luddite, but it has impacted how I consume media which is now very mindful of the impact watching a few episodes/playing a couple hours of games versus just one or two hours of content on any given day.
-
I dislike posts like this. Technology moves quickly. PIs are great for hobby electronics where you need a little computer. Want a cheap computer to run a few things 24/7 and know what you're doing? Pi it is. You don't need to run containers on a pi because you have the skills to install the dependencies manually. They cost pennies to run 24/7.
I think of pis as beefed-up calculators. I have made lots of money using a pi zero running code I needed to run 24/7. Code I developed myself.
Having an old laptop with outdated parts taking up lots of space, weighing a lot, and having components like fans, keyboard, and mousepad most-likely soon dying and needing replacing is an additional concern you don't want.
Someone below saying use an old laptop if you're living with parents and don't pay the electricity bill is a bit lame. Do your part for the world. Someone will be paying for it.
Ultimately, use what you want but if you're just starting with servers, use a virtual machine on your computer and log in to it. You can dick about with it as much as you want, and reset back to a working state in seconds.
I think this really depends on the model they're eyeballing because the Pi5 is frankly ridiculous for the price and has absurd power requirements (5V5A USB?). I wouldn't recommend one of these unless you have a specific need like a certain hat or the GPIO pins. You can get a Dell micro Optiplex for less money and have a full fledged i5 or i7 processor with similar power usage.
Plus the RPi Foundation exposed themselves as the greedy bastards they are during COVID which is yet another reason to turn your back on them.
For something like a Pi Zero, maybe go for it, but there are similar devices out there from other companies too.
-
Add use of gpio to reasons to use pie.
While gpio adaptors are available for pc. The software architecture is not as well rounded and documented.
So for any complex hardware project development. Gpio based SBCs are often essential.
So space, low power and gpio development.
Otherwise yep old laptop or even desktop can be cheaper and more able.
But overall. The wide software support and documentation for hardware connectivity is a bloody good reason to keep pie supported.
I'm setting 2 up to control the hot water and solar dump system on my shared little boat. As I want to link 12v Lifepo4 batt charging with the solar dump and visually impaired control for AC and diesel heating of the water.
Pies really are the best option to play with. While low power and easy to design a unique low vision interface.
Also UK boat safty. Is issuing warning about permanently connected li ion batts on boats. So it is likely setting up a laptop to manage this while not on the boat. Will be banned in the near future.
Only an issue for UK boating but worth considering the risks of leaving laptops to run when not observed.
I bet you could instead use an ESP32 for GPIO and just connect it remotely to whatever Pi alternative you use (if needed at all). Turning some switches on and off while monitoring input values doesn't sound very computationally intensive.
-
original post: https://mk.moth.zone/notes/a8zer7ypj6uv02ka
wrote last edited by [email protected]Power consumption is a massive reason to really not do that. Its cheap for a reason, its takes a shitload of power to be shit and you will pay more in energy than you save in hardware unless its only powered on for short periods of time - a server typically isn't.
This is actually something that applies to cheap products too. Was in Asda a little while ago and saw 2 LED bulbs with the same lumen rating. Cheaper one used 3w more and you only saved £1. Running it for 8 hours a day for a year would cost double that saving in electricity. For a server you are looking at almost £2 per watt each year. Does that ewaste look so good to you now?
Some things are absolutely worth getting second hand, but you really should be careful considering the power cost as well.
Quick edit: If you don't need it running 24/7, consider something like AWS too. I love selfhosting but if its not running much it might be cheaper to not bother buying hardware.
-
I now have a stack of Thinkpads laying around. Right next to my two RPis
I really should pick up another used thinkpad.... I've got one for my wife, one for me for work, and I would really like to have a personal in the mix to make my life easier.
-
Where are these cheap e waste laptops with gpio and actually low power?
The market is about to be flooded with them with Windows 10 going EoL in October.
-
I dislike posts like this. Technology moves quickly. PIs are great for hobby electronics where you need a little computer. Want a cheap computer to run a few things 24/7 and know what you're doing? Pi it is. You don't need to run containers on a pi because you have the skills to install the dependencies manually. They cost pennies to run 24/7.
I think of pis as beefed-up calculators. I have made lots of money using a pi zero running code I needed to run 24/7. Code I developed myself.
Having an old laptop with outdated parts taking up lots of space, weighing a lot, and having components like fans, keyboard, and mousepad most-likely soon dying and needing replacing is an additional concern you don't want.
Someone below saying use an old laptop if you're living with parents and don't pay the electricity bill is a bit lame. Do your part for the world. Someone will be paying for it.
Ultimately, use what you want but if you're just starting with servers, use a virtual machine on your computer and log in to it. You can dick about with it as much as you want, and reset back to a working state in seconds.
Yeah, theres a lot of old old laptops which make no sense to run. But there's a growing crop of more recent used devices that are only being sold off because they don't support Windows 11, and the power efficiency story changes there. The OOP mentions "8.1 lappies"; my main laptop has a 15W 8th gen which is only in the last year starting to feel less appropriate for desktop use. (And honestly, a RAM and storage bump will probably get me another couple years.)
For environmental concerns, youve got to tax new devices with manufacturing costs as well.
100% agree about VMs though.
-
original post: https://mk.moth.zone/notes/a8zer7ypj6uv02ka
wrote last edited by [email protected]And for some (including me) that's our only computer (other than phone). I just can't afford anything, so all I have is a shitty laptop from 2010 that barely plays 1080p video. I deeply want something better, especially a steam deck, but doesn't look like that'll happen anytime soon (or ever).
And then you see people have steam decks that just sit there, unused, gathering dust.... fuck. -
Everyone here thinks their shit tier 2018 laptop is made of gold or something.
Same here in México, a lot of people think their dual core Intel from 2011 (and even older than that) is still worth more than +$100USD. Even worse, companies usually want to resell devices to recover some of the cost, so even that option is kind of expensive. I'm waiting for some friends that can buy company devices for cheap so they can resell them to me for cheap too lol
-
And for some (including me) that's our only computer (other than phone). I just can't afford anything, so all I have is a shitty laptop from 2010 that barely plays 1080p video. I deeply want something better, especially a steam deck, but doesn't look like that'll happen anytime soon (or ever).
And then you see people have steam decks that just sit there, unused, gathering dust.... fuck.You want a steam deck to replace your only computer?