this post was submitted on 14 Jun 2025
949 points (97.6% liked)
Linux
55274 readers
1318 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Yep that can work. But ignores all the well documented and supported development community comments I pointed to while also indicating other options exist.
As for.
You realise IO wise that describes your keyboard and mouse interaction on the most powerful gaming PCs.
It's what you do with the results that matters.
GPIO supports a fair bit more then the on and off input and output. It's slow compared to other systems. But has multiple serial protocols of differing types. Simple GUI displays can also be run via gpio connections. Low Res Lidar devices are available connected via the spi connections with all the data processed on that host PC.
So no gpio use can require all levels of processing power post connection. It is after all designed for experimentation and prototyping.
For my project. You clost to correct. I just use a simple GUI displays with xorg. So a pie 0 is plenty. And way lower power then the other options. It links to a pwm controller to power 2 12v 200w water tank heaters a relay for a 750w AC heater. Bluetooth connection to a BMS and solar MPPT. While operating multiple temp sensors measuring at different levels. And warning of legionaries risk. If the tank has not been over 65c in 14 days (actually 10 days but I'm over careful given the health status of my brother and I).
So much less then the tiny Pie 0 would not be able to cope but mainly due to the need for the vision impaired interface. Speaking functions dose not take much. But doing so without being unusably slow is about the limit of a pie 0.
Any photos of the boat and setup?