▲ | michaelt 3 days ago | ||||||||||||||||||||||
Then you should take a good hard look at older, much cheaper Raspberry Pis. Then look at Apple’s ARM offerings, and AWS Graviton if you need ARM with raw power. If you need embedded/GPIO you should consider an Arduino, or clone. If you need GPIOs and Internet connectivity, look at an ESP32. GPIOs, ARM and wired ethernet? Consdier the the STM32H. Robotics/machine vision applications, needing IO and lots of compute power? Consider a regular PC with an embedded processor on serial or USB. Or nvidia jetson if you want to run CUDA stuff. And take a good hard look at your assumptions, as mini PCs using the Intel N100 CPU are very competitive with modern Pis. | |||||||||||||||||||||||
▲ | kortex 3 days ago | parent | next [-] | ||||||||||||||||||||||
There are a lot of reasons you probably would want a Pi over an ESP32 (or in addition to one), e.g. you want GPIO, plus, internet connectivity, and want to run certain linux programs (e.g. full python, not micropython), or need timesharing, or any number of reasons you might want a linux box over an embedded. But single board computers with something external to do your GPIO is often way more compelling. | |||||||||||||||||||||||
▲ | privatelypublic 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
I've heard nothing but horror stories on the Jetson & Tegra in general. I'd Avoid it unless the project MUST use a SoM w/ CUDA. which will basically only be Professional stuff. I've never heard of anything hobby level where a PCIe slot was a deal breaker- even with high vibration. (PCIe 4.0 isn't terrible difficult to get good flex cables for) | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | greenavocado 3 days ago | parent | prev | next [-] | ||||||||||||||||||||||
N100s absolutely curb stomp Pis and have very good video hardware encoders/decoders to boot | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | bschwindHN 3 days ago | parent | prev [-] | ||||||||||||||||||||||
> If you need embedded/GPIO you should consider an Arduino, or clone. If you need GPIOs and Internet connectivity, look at an ESP32 I would throw in the RP2040 for consideration as well, and nRF chips if you need wireless connectivity. |