Decronym,

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters | More Letters ---|--- NUC | Next Unit of Computing brand of Intel small computers RPi | Raspberry Pi brand of SBC SBC | Single-Board Computer


[Thread #5 for this sub, first seen 19th Jul 2023, 07:10] [FAQ] [Full list] [Contact] [Source code]

art,
@art@lemmy.world avatar

Le Potato aka Libre Computer is still on Amazon in the US for $35.

blastofffox,

Last month it was hard to find these in India, but since few days RPIs are back in stock, got a couple of Pi4s (75$ each) and Zero 2 Ws (20$ each) for myself. Checked now, they are still in stock.

kedarkhand,

which site did you use to purchase those?

blastofffox,

Bought RPi 4Bs (4GB) from thingbits and Zero 2 Ws from silverlineelectronics

a_fancy_kiwi, (edited )

rpilocator

Assuming you are in the US link

Edit: at the time of posting, the above store was in stock. They go fast

roofuskit,
roofuskit avatar

Because manufacturers prefer profits over the race to the bottom pricing strategy of many SBCs.

avidamoeba,
@avidamoeba@lemmy.ca avatar

The Raspberry Pi Foundation is a charity.

roofuskit,
roofuskit avatar

The Raspberry Pi Foundation doesn't own factories... They have to pay for manufacturing capacity and thus are limited in that capacity because their boards are built to a very strict cost that they seldom raise.

avidamoeba,
@avidamoeba@lemmy.ca avatar

Aah, that’s what you meant. Yes that makes sense. That said in Jeff Geerling’s interview with Eben Upton, where they spoke about manufacturing and toured the SONY UK factory where the Pis are made, they called out component shortage as the culprit. Specifically the BCM2711’s availability. Of course that’s his word. I don’t know if that factory makes anything else than Pis in volume that competes with it. Maybe it does. 🤷

roofuskit,
roofuskit avatar

But even then, it goes down to the manufacturing of that chip. RPi foundation chooses it because it's built to a cost and they cannot afford outbid people for it. So again, manufacturing profits. Whether it's because RPi cannot afford to pay more for those chips to get what they need, or factories are simply de-prioritizing those chips for others that make them more money.

AA5B,

According to the Raspberry Pi tracker, they are becoming available again. You may have to get them as soon as they arrive, but at least it shows they are stocked again

MigratingtoLemmy,

Take a look at LibreComputing’s RPi clones on Amazon.

NewDataEngineer,

Yes. I bought a libre pi to use as a backup DNS. Besides the minor tweaks, it’s been running perfectly. Also only ~€75 for the libre+case+SD card combo.

MigratingtoLemmy,

I’m looking for SBCs which can accept 2 SD cards, one for the OS and another to run k3s. Know anything?

DidacticDumbass,

Cool recommendation! I just bought one!

I am hoping with all hope that it will let me replace my Roku for streaming.

As great as the functionality of the Roku is, the constant advertising makes me loath this thing. I do not want it anymore.

ikidd,
@ikidd@lemmy.world avatar

I don’t get why people want these for self-hosting. They’re meant for GPIO and automation control. They’re massively underpowered.

Just use an actual SBC and leave these for electronics.

avidamoeba,
@avidamoeba@lemmy.ca avatar

For one they make terrific 1Gbps routers with SQM. The Pi 4 has a pretty capable CPU.

Goodtoknow,
@Goodtoknow@lemmy.ca avatar

Underpowered is probably the reason, they’re small and really low powered. A pi could be a 1/10th the power consumption of an x86 computer, and thus less noise and heat.

Toribor,

Back in 2016 or so you could get a RaspberryPi 3 for $35. Add a $5 power supply, $5 SD card and $10 case (or 3d print your own) and you’ve got a nice little piece of hardware for running a tiny project at home for ~$50. More than enough for hosting some simple web services, backup software or something like Home Assistant.

Plus it was popular (which makes it even more popular). It’s always been very easy to find guides written specifically for the hardware, despite it’s limitations.

I think the value proposition has been dropping steadily though. They cost more, are hard to find and there are now a lot more competing SBCs on the market. RaspberryPi still has name recognition though, for now.

thisisawayoflife,

They’re great for low strength, dedicated platforms instead of using something with more muscle like a NUC, also where a VM or container can’t be used.

bamboo,

Out of curiosity, what are some use cases that would fit this criteria? VMs and containers are very capable and it’s much easier to debug a failed VM than a failed piece of hardware.

njinx,

I have one behind my TV that controls LED lights, although that may count as electronics. I’ve used PIs many times for when I just need a cheap computer doing computery things such as playing audio from spotify out of a speaker. They’re small enough to fit pretty much anywhere with the help of some velcro.

thisisawayoflife,

Primarily the external postgresql db for my k3s cluster.

mudeth,

I use mine to run pihole and an always-on syncthing client. Way more power-efficient than x86.

hedidwot,

My pending or existing projects.

A software defined radio server. Lives up top of an antenna mast running off PoE with an RTL tuner connected.

ADSB receiver, similar to above, but on a fixed frequency.

The above 2 could be virtualised in theory, but there is an advantage in having the cable to the antenna short and thus the sbcs live up antenna masts in an enclosure.

MMDVM hotspot for ham radio (this might not count as it HAS TO use the gpio pins on the pi, this can’t be visualised even with a USB port passed through.

As an audio server that would bitstream 24bit/96kHz to an amp.

iluminae,

I have 2 pi4 4GB boards and was waiting forever to get a third to run RAFT based services across.

I gave up last year and bought 3 chinese boards at $60/ea with 2x 2.5Gb Ethernet each, emmc, and a m.2 slot - and they run at half the temp of the pi4 boards.

I never needed the wifi/bt and form-factor the pi boards offered anyway - really no reason to stay as long as you can find software that boots on other boards.

swm5126,

Curious which board you ended up buying

iluminae,

Nanopi R5C. Cute little buggers too.

MigratingtoLemmy,

Link to said boards please?

iluminae,

Nanopi R5C

MigratingtoLemmy,

Thanks

Jajcus,

Raspberry Pi is based on smart phone chips, very specific chips from one manufacturer. Raspberry Pi Foundation is not the main customer for this manufacturer and chips used for Raspberry Pi are not their only product – and now, during the big 'chip shortages' and supply chain problems other customers and other chips are given priority. There are no (or not enough) new chips for Raspberry Pis so there are no new Raspberries, so availability is dropping and prices are soaring.

I guess the same is true for most other SBCs.

For my hobby projects I switched to Raspberry Pi Pico. It is not a SBC, you won't run Linux on that, but it is a very capable microcontroller board which is enough for my needs. It is way cheaper much more available. And I won't look back – it occurred to me that things are much simpler when there is no whole OS on my devices and everything the device does is in my own code.

There are no problems with Pico availability, as it is based on a simpler, custom chip, designed by Raspberry Pi Foundation and manufactured for Raspberry Pi Foundation – they are no longer dependent on a single supplier.

bigredgiraffe,

Not to steal your post but I have had the same issue and my concern is always on OS support since some of the alternative boards I have tried in the past were stuck on custom kernels or old OS versions, has anyone had better luck these days? It has been a few years since I have tried any though.

Also, if you aren’t familiar with it this website has a bunch of real time inventory listings for the various Pi models.

thisisawayoflife,

Yeah I think that was another huge complain I had when I started out with an off brand SBC (Odroid C1). I think you had to do stage things to get a kernel to work and to be honest, my days of compiling kernels went out with the 90s. I remember reading years ago that the RPi had kernel integration with mainline oses like Ubuntu, so I wanted to give that a try as a dedicated key store machine and some other stuff.

I’ve got two clusters of nucs currently so they aren’t exactly foreign to me. Just wanted to find something cheaper and lighter to do some dedicated db work on. Sounds like I’ll just get another i5 NUC off eBay.

bigredgiraffe, (edited )

Yep that was exactly my thought process haha. For what it’s worth, raspian is pretty good and Ubuntu 22.04 works great on the PI4, I have 4 or 5 around here and they have been awesome.

Now I am curious though, what are you going to use for the key store? That is one of the things on my list to set up pretty soon here as well and I was going to put it on a pi myself. Also, if you haven’t seen this thing or this thing? They are pretty neat and I was going to get one just for the novelty haha.

tjr,

Take a look at Pine64 Quartz64 boards as a decent alternative

PeachMan,

I was under the impression that it’s mostly Raspberry Pi stuff out of stock nowadays, and similar boards from Odroid and Orange Pi are easier to find? I see both of those in stock at Amazon right now, though I don’t know the exact models you want.

bdonvr,

For a while there Adafruit was stocking pi4bs every business day at around 11am est, was able to get one by camping it at that time. Make an account first and add your address and payment

But that was a few months back I don’t know the situation now

tiwenty,
@tiwenty@lemmy.world avatar

These days you can find some kinda NUCS which are way more powerful and customisable for not a lot more than a fully fledged RPI4 with SD card and PSU

KelsonV,
@KelsonV@lemmy.world avatar

At least until the NUCs run out, now that Intel’s discontinuing them

tiwenty,
@tiwenty@lemmy.world avatar

That’s why I added the “kinda”. There are a lot of small AMD boxes that can do a lot with those Ryzen.

Shurimal,

Those small AMD boxes are great. I set up 3 MSI ones as Kodi/LibreELEC media boxes and they work very well, stay cool and quiet while having plenty of horsepower for 4k.

Lrobie,

There’s a lot of used mini PCs from Dell, HP, Lenovo that go for cheap on ebay. Those are a good alternative.

jayrule,

These are my go to. I think between rasp pi and the likes of those, Intel nucs and these, these are the best option by far

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • mdbf
  • DreamBathrooms
  • cisconetworking
  • magazineikmin
  • InstantRegret
  • everett
  • thenastyranch
  • Youngstown
  • rosin
  • slotface
  • khanakhh
  • Durango
  • kavyap
  • ethstaker
  • megavids
  • anitta
  • modclub
  • osvaldo12
  • normalnudes
  • ngwrru68w68
  • GTA5RPClips
  • tacticalgear
  • provamag3
  • tester
  • Leos
  • cubers
  • JUstTest
  • lostlight
  • All magazines