Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on sh.itjust.works

11 replies

It really depends on what you want to use it for. Answers could be anything from a mini pc to an esp32

21

Whatever old hardware you got lying around is pretty great. Especially old laptops because they're usually power efficient.

And in terms of tutorials just plain old Linux stuff should work everywhere.

12

Used mini PCs, Chromeboxes, or laptops (the kind with removable batteries). As long as GPIO pins are not needed, most things can be replicated with minimal effort on Debian amd64. And when I do need GPIO, I can usually get away with an Arduino.

8

I own a few orange berry pi.

Nice boards.

A few OPi zero+ and an OPi 3b+.

Cheaper than rasps, quite similar hardware.

6

As everybody else says. Go with what you can find if you don't require gpio.

If you do require gpio and have a usb port handy, there is a module for you: Adafruit FT 232H

6
lemmy.world

If you are not using the gpio you should look at mini PCs instead. More expandable and runs x86 processors, not to mention abundant on second hand markets.

6

Even if you do need GPIO, Arduinos and similar microcontrollers have avoided the price insanity plaguing things that use discrete RAM, so just buy a cheap microcontroller and use it for GPIO paired with an old PC or mini PC.

3

Orange Pi http://www.orangepi.org/

A few advantages over Raspberry Pi come from its openness and flexibility. Orange Pi boards tend to be cheaper too, and they have a wider variety of models, including some built around RISC-V processors which are not locked to a proprietary hardware architecture. This makes it easier for to understand the system at a deeper level and to build truly open source computing projects.

5

Rockchip CPU based boards are much more price efficient and software is pretty good too. And Pi has the awful micro HDMI port

4

You reached the end