They're all shit. Get a Lenovo mini PC off eBay and stick Debian on it. I replaced my shitty Pi with a Lenovo M600. If you want a dependable computer, stay away from pseudo-embedded hardware.
If you are hobbling with a PI it's all about the community support, form factor, low power and the header pins. Hopefully if you are buying a Pi you already have a specific project in mind. For example: I use a few zero 2 w's with shairport-sync to make Airplay stereos. I use the header pins to control a relay to turn on and off an audio amp. Pi 4+ would actually work a lot better for this especially when playing aud…
Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
71–80 of 154 posts
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#72Geez for the prices listed in the article (153 EUR and 301 EUR), get a TMM (tiny mini micro - https://www.servethehome.com/introducing-project-tinyminimic... ) computer. These are the SFF/USFF off-lease older enterprise computers like Dell Optiplex. Note that ServeTheHome.com does power consumption for every model it reviews. These ~1L sized computers idle in the 7-13W range. Even with EU electricity prices, it would…
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#73Earlier quoted context omitted.
I like this idea, but what do you do for GPIO (and SPI, I2C etc.)?
Arduino or similar over USB.
What I see a lot of is people trying to cram all sorts of shit into a Pi and expecting everything to work properly. I actually wrote a fairly small event-driven kernel for AVR parts a few years ago called XOC "exec-or-communicate" which could do small real-time tasks easily (combinational logic, state machines, interrupt handling) and delegated complicated ones to a host machine over virtual serial port. It was used for a metering system I developed. The AVR side could withstand a complete host failure and reboot.
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#74They're all shit. Get a Lenovo mini PC off eBay and stick Debian on it. I replaced my shitty Pi with a Lenovo M600. If you want a dependable computer, stay away from pseudo-embedded hardware.
every person I know who has had problems with the Pis has had problems because they've cheaped out on either storage or power supply. the official power supplies (and others with the same ratings) are only sufficient if you don't plug anything into the USB port, don't have any hardware drawing power from the GPIO, and don't utilize Bluetooth and wifi 100% of the time at full throughput or anything. boot to a fast thu…
1: https://www.raspberrypi.com/documentation/computers/configur...
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#75They're all shit. Get a Lenovo mini PC off eBay and stick Debian on it. I replaced my shitty Pi with a Lenovo M600. If you want a dependable computer, stay away from pseudo-embedded hardware.
What’s the power consumption on that? The biggest draw for these machines (to me at least), is how they seem to run on a 5w power source.
Note that the M600 does not have any active cooling. The entire unit is a big heatsink. The thing will run as a headless network computer with just the power supply (a proper Lenovo SMPS brick) and an ethernet port connected.
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#76They're all shit. Get a Lenovo mini PC off eBay and stick Debian on it. I replaced my shitty Pi with a Lenovo M600. If you want a dependable computer, stay away from pseudo-embedded hardware.
do you have strong opinions on the matter? geez
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#77Geez for the prices listed in the article (153 EUR and 301 EUR), get a TMM (tiny mini micro - https://www.servethehome.com/introducing-project-tinyminimic... ) computer. These are the SFF/USFF off-lease older enterprise computers like Dell Optiplex. Note that ServeTheHome.com does power consumption for every model it reviews. These ~1L sized computers idle in the 7-13W range. Even with EU electricity prices, it would…
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#78Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#79Geez for the prices listed in the article (153 EUR and 301 EUR), get a TMM (tiny mini micro - https://www.servethehome.com/introducing-project-tinyminimic... ) computer. These are the SFF/USFF off-lease older enterprise computers like Dell Optiplex. Note that ServeTheHome.com does power consumption for every model it reviews. These ~1L sized computers idle in the 7-13W range. Even with EU electricity prices, it would…
Re: Raspberry Pi 5 vs. Orange Pi 5 Plus vs. Rock 5 Model B
#80Earlier quoted context omitted.
You don't need to buy the OEM power adapter for $46.99 The great thing about these Optiplexes is that they use a standard 20v 4.5x3mm DC jack for power. I run mine off a UPS with a usb-c to barrel jack cable.
No they don't. It is a barrel jack you can obtain an adapter for elsewhere, but your adapter is going to be missing the third pin. This type of system uses the 3rd line to communicate with the power supply and during startup the computer asks it how much power it is capable of supplying. If the power supply doesn't answer, it drastically throttles your CPU. Sure, you can boot the system, though it would be throwing a…
Edit:
I ran the `cpufreq-info` command in your write-up and it gave me the correct:
> hardware limits: 800 MHz - 3.00 GHz
Maybe it's because the usb-c to barrel jack cable I picked up was marketed for dell laptops?