Skip Navigation
265 comments
  • I use old Mac Minis that were cycled out from a company and replaced. An e-waste laptop is still probably cheaper, but you can still find the older model Mac Minis fairly cheap too. I have 2 of them that sit vertically side-by-side in a small rack with my router stationed above them. They both run Elementary OS.

    • Here too. Free 2012 Mac Mini that's been servering away for a couple of years already 24/7 on UPS power. Gets a deserved smile every time I look at it :)

      I'm looking at replacing my 2018 desktop machine (a Thinkcentre Tiny) soon with one of the new AMD 395 mini-pcs. When that happens, the Mac Mini will be retired...

      • I think mine are around the same year. Such great machines for random shit. I tried to run an AI cluster across them and it kinda struggled 😂. It was a fun experiment.

  • 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.

        Turning some switches on and off while monitoring input values doesn’t sound very computationally intensive.

        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.

  • Depending on the specs, I might be paying more for those, even used, than a SBC. The joys of Brazilian tech markets...

  • I had the accounting self hosted web app on it until I was too lazy for accounting and now I am in so called hot water and must make bunch of shit up using mathematical apparatus

    But it worked really well for a year or so

265 comments