this post was submitted on 09 Jan 2025
45 points (95.9% liked)

raspberrypi

3434 readers
7 users here now

Community about the single-board computers, micro-controllers and related projects.

https://www.raspberrypi.com/

Other RaspberryPi communities on Lemmy

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 2 weeks ago (2 children)

Same reason as any other mini PC.

GPIO.

Honestly there is no other reason to use pi. Just the simple ability ti connect and build your own connection stuff.

Pi is by far the easiest system with a well suppirted os and api for learning\experimentation.

When to comes to using as a desktop etc. There are loads of better options if gpio is not wanted.

[–] [email protected] 2 points 2 weeks ago (2 children)

But even with GPIO, there's other cheaper boards out there with better specs to boot

[–] [email protected] 1 points 2 weeks ago

Yeah but non with better support. They all tend to have OSes with limited updates and/or community support.

That is a huge plus for pi. And likely the only reason they survive.

[–] Valmond 1 points 2 weeks ago

I tried the orange pi, and that was a hassle, I had to fix and compile some obscure library in C to make python control I/O work.

[–] Valmond 1 points 2 weeks ago (1 children)

Fair.

I always thought about the raspberries strength as small mobile devices. If I want IO on my PC I could buy an adapter/card. Or use my raspberry because I have one or two ofc. It sure is easy with them.

[–] [email protected] 2 points 2 weeks ago (1 children)

Best adaptor out there, atm. Is a pi zero with gpiozero on it. There really is not much in the way of adaptors with the support and flexibility for beginners that pi provides.

[–] Valmond 2 points 2 weeks ago (1 children)

I meant an adapter for a classic PC, like a usb/serial port adapter.

[–] [email protected] 2 points 2 weeks ago (1 children)

So did I. Pi zero can boot via USB otg and act as a USB gpio port.

Have to tried it yet bout planning to.

Gpiozero is the library used.

[–] Valmond 1 points 1 week ago (1 children)

Ha yes of course, using a raspberry so you don't need to use a raspberry (small pi vs big pi)!

Now I want to do just that but over wifi...

[–] [email protected] 2 points 1 week ago

More small pie and full power PC already in place.

The issue with other options is lack of community support. So less usable for beginners and experimentation.

But def agree with the WiFi thing.