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
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
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
It really depends on what you want to use it for. Answers could be anything from a mini pc to an esp32
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.
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.
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.
If you wanna go real crazy, take a look at these:
https://en.wikipedia.org/wiki/Cypress_PSoC
They have integrated hardware, so they are great for all sorts of electronics projects. A bit more towards electrical engineering than raspberry pi though.
Rockchip CPU based boards are much more price efficient and software is pretty good too. And Pi has the awful micro HDMI port