What is this hysteria?
Official Raspberry Pi NVMe SSD Review
61–70 of 80 posts
Re: Official Raspberry Pi NVMe SSD Review
#62> At this price point, it’s easy enough to throw one in your basket when you’re already spending a decent chunk of change and be done with it, safe in the knowledge that you have a well-performing boot device. I do still think it’s a bit naff that the M.2 HAT+ doesn’t fit in the official case but I won’t re-open that can of worms. An rpi5 plus M.2 hat plus a branded ssd and you are well into the realm of Intel N100 S…
Re: Official Raspberry Pi NVMe SSD Review
#63> At this price point, it’s easy enough to throw one in your basket when you’re already spending a decent chunk of change and be done with it, safe in the knowledge that you have a well-performing boot device. I do still think it’s a bit naff that the M.2 HAT+ doesn’t fit in the official case but I won’t re-open that can of worms. An rpi5 plus M.2 hat plus a branded ssd and you are well into the realm of Intel N100 S…
Yep rpi5 does not make sense anymore. N100 goes for $110 on sale with 512gb nvme/16gb of ram/psu/case all included. It completely roasts rpi5 while staying with x64 Linux.
Re: Official Raspberry Pi NVMe SSD Review
#64Using my Raspberry Pi 4, I find that interestingly enough, even just using the SD card slot on 1 GB of RAM, device usability is perfectly good. As soon as I need to use a web browser, performance goes out the window, and you're nearly stranded in terms of usability. I think that easily qualifies as "desktop usage," and it leaves this desire for a low resource consumption web browser.
Re: Official Raspberry Pi NVMe SSD Review
#65> At this price point, it’s easy enough to throw one in your basket when you’re already spending a decent chunk of change and be done with it, safe in the knowledge that you have a well-performing boot device. I do still think it’s a bit naff that the M.2 HAT+ doesn’t fit in the official case but I won’t re-open that can of worms. An rpi5 plus M.2 hat plus a branded ssd and you are well into the realm of Intel N100 S…
Totally true. If you want a small server just get a N100. The pi makes sense for something where you need power (eg more than esp32 or 2040) and gpio. Not as a small server. Those days are gone.
Re: Official Raspberry Pi NVMe SSD Review
#66"Are we seeing the beginning of the Cambridge Cartel? Where they corner the market of each of the accessories needed for your Pi?!" What is this hysteria?
Re: Official Raspberry Pi NVMe SSD Review
#67> it’s a bit naff that the M.2 HAT+ doesn’t fit in the official case Pineboard have a hat that fits in the official case. Only £9. https://thepihut.com/products/hatdrive-nano-for-raspberry-pi ...
Re: Official Raspberry Pi NVMe SSD Review
#68Earlier quoted context omitted.
Also, a bunch of GPIO if you want to control some hardware, not just run a Linux desktop or a media server.
We are starting to see SBCs that bake in an RP2040 to drive some GPIO pins (without needing to tie up a physical usb port), which seems like a reasonable compromise... I do like the RPi Zero size/perf/price combo, but for anything that needs more horsepower it's hard to argue with the bigger NUC-a-likes.
For example, spi is an easy hack to bit sample a digital level and stream the results into memory for later processing. You can effortless do this at 20MHz+ plus on an rpi4. When you want to stream multiple digital levels simultaneously (in sync), DMA on gpio is a nice generalisation. (Could perhaps abuse I2S inputs too, which might be present on a more generic x86 board?)
I always wonder about a nice PCIe board supporting good DMAable gpio/spi/i2c/etc on standard x86 machines. I'd probably pay a fair amount of money for a quality one. But it's a product I've never seen on the market. Bodging a USB gpio interfaces with one of the relatively low spec chipsets seem like a pale, inefficient and high-latency imitation.
Actually, given the RP1, maybe the rpi5 has slow/non-DMA gpio too? I haven't been able to check it out yet as these boards still don't have mainlined linux support and I'm not up for buying toys that don't. (Am I imagining it, or did they used to be a lot better at mainlining support for their boards promptly?)
Re: Official Raspberry Pi NVMe SSD Review
#69Earlier quoted context omitted.
Totally true. If you want a small server just get a N100. The pi makes sense for something where you need power (eg more than esp32 or 2040) and gpio. Not as a small server. Those days are gone.
The Pi 4 still makes sense for 35$ if your use case doesn't require power but still requires something more featured than a esp32 or rp2040. Most of my Pis are either video displays or 3d printer controllers, so I'll keep getting Pi 4s for these. Maybe the 3A+, I like the form factor of that one.
Re: Official Raspberry Pi NVMe SSD Review
#70Earlier quoted context omitted.
The Pi 4 still makes sense for 35$ if your use case doesn't require power but still requires something more featured than a esp32 or rp2040. Most of my Pis are either video displays or 3d printer controllers, so I'll keep getting Pi 4s for these. Maybe the 3A+, I like the form factor of that one.
Oh yeah if you like the 3A+ you might even be able to get away with the Zero 2W, it has the same chip. And it's even cheaper.