Earlier quoted context omitted.
Isn't Raspberry Pi open source hardware?
It's not. They don't even release full schematics of boards.
Raspberry Pi 5
941–950 of 1001 posts
Re: Raspberry Pi 5
#942Earlier quoted context omitted.
I've seen the word "enshittification" three times in three days now, and it is already rubbing my last nerve raw. we make fun of business jargon and buzzword fads, and we do it just as much as anyone else, and it sickens me.
If you were on HN a decade ago, you would have seen "pivot" all over the place. Times change, but we are still human (mostly) and it seems to be part of who we are to mold language to fit our needs and circumstances. Take "bipping," a word I had never seen before a month ago, but that is now all over the place. (At least in some communities in the Bay Area; I guess all the car break-ins helped it's adoption).
Re: Raspberry Pi 5
#943Earlier quoted context omitted.
You can do that with the lowly ESP8266. https://imgur.com/a/UhL4OuD
Cool stuff. Connectivity can tilt towards RPi, you can do vpn, ipv6, mobile data (if you use a usb stick), ethernet etc.
Funny thing is that modern 3G/4G/5G modems are full System-On-Chip computers themselves supporting virtualization. The Qualcomm Snapdragon MSM8916 is a popular SoC used for LTE dongles that runs the modem Baseband Real-time OS and Debian/Android OS on the same CPU.
Re: Raspberry Pi 5
#944I am curious to know how people here use their RPIs today, and how the RPI5 might help. I have had a model 3 for many years, which I enjoy tinkering with from time to time. I still haven't gotten over the novelty of having such small, cheap computer that runs Linux and does a pretty good job of it. That said, all I do is tinker with it. I turn it on, write a bit of code, marvel that the code runs, and turn it off. I'…
Re: Raspberry Pi 5
#945Earlier quoted context omitted.
I feel like the GPU on the Pi is pretty weak. It was fine in the first model, but they haven't improved it much in subsequent versions compared to the CPU.
It is pretty weak but that might be a plus because it sets the ceiling for what can be made and would somewhat prevent the insanely long dev cycles we have today.
Faster cpu enables 'heavier' applications, some of which also involves more graphics work. And there's also gpu compute (tbh, dunno if that's even a thing on RPi's?).
A useful general-purpose computing device has a practical ratio for cpu, ram, graphics & storage options. Gpu is definitely the part that's lagging on latest RPi iterations.
Re: Raspberry Pi 5
#946I am curious to know how people here use their RPIs today, and how the RPI5 might help. I have had a model 3 for many years, which I enjoy tinkering with from time to time. I still haven't gotten over the novelty of having such small, cheap computer that runs Linux and does a pretty good job of it. That said, all I do is tinker with it. I turn it on, write a bit of code, marvel that the code runs, and turn it off. I'…
Deployed a Qt app to dozens of pi4-based machines for doing clock-in/out and generating various PDFs in to support the business I was working for.
Re: Raspberry Pi 5
#947I am curious to know how people here use their RPIs today, and how the RPI5 might help. I have had a model 3 for many years, which I enjoy tinkering with from time to time. I still haven't gotten over the novelty of having such small, cheap computer that runs Linux and does a pretty good job of it. That said, all I do is tinker with it. I turn it on, write a bit of code, marvel that the code runs, and turn it off. I'…
I want to also possibly make it a media device? I have it physically located behind a tv, just because I already had Ethernet wired there, but it isn’t hooked up to the display yet, and I haven’t figured what to do with it if I did hook it up. Not sure if that would overstress the cpu. Can’t have my dns crashing if I’m watching a video.
Re: Raspberry Pi 5
#948Earlier quoted context omitted.
You can get some rather large USB sticks these days. Amazon is awash with 928Gb units for about £10 which are probably not the best. A 256GB or 512GB from a known brand is around £30-50. There are several USB ports on a Pi and you can always boot off a SD card. Finally, if a network is available then network boot and use NFS or whatever. The RTC is a cool addition and long overdue. At work I have three Pi 3s with GPS…
Or use USBv3 to NVMe enclosure. Cheap and good ones can be found on Ali.
Re: Raspberry Pi 5
#949I am curious to know how people here use their RPIs today, and how the RPI5 might help. I have had a model 3 for many years, which I enjoy tinkering with from time to time. I still haven't gotten over the novelty of having such small, cheap computer that runs Linux and does a pretty good job of it. That said, all I do is tinker with it. I turn it on, write a bit of code, marvel that the code runs, and turn it off. I'…
Until my home automation got complex enough to justify a faster, more capable machine, I ran all my home automation stuff on an RPi. I use RPIs as "data collection" units. I have one RPi outside with a cheap SDR to pick up all the neighbor's weather stations, which I dump to a MQTT queue and use to populate weather data in my home. I use another to collect GOES satellite images. I have 3-4 RPis that act as "Digital H…
Re: Raspberry Pi 5
#950I think it’s notable that the chip powering the RP5 is built on a 16nm process. (The RP4 was on 26nm). This is a nearly 10 year old manufacturing process and it’s silly to compare the performance per watt to any Intel or Arm chip on the market today. On such an old node, it’s not surprising that the power draw is so high. Of course an M2 would smoke a RP5 at a much lower power. But the RP5 is 60 bucks!
You'd be surprised how low-end the average chip with ARM core(s) is.