From the interviews I've heard with the founder, rPi set a price point first, then developed the best hackable computer they could to match it. If they keep up with that (as they have so far) then expect something more powerful and possibly smaller at the same price. Although I think the rPi zero is probably at the lower end of how small you can go without making tinkering cumbersome with all those gpio pins and such…
The PiZeroW is hits such an amazing triple point of price/functionality/size that although I love the Tinker Pro for coming close in size/price and the ease of Arduino programming for simple things the PiZeroW just gives you SO MUCH functionality.
Ask HN: How will it go for Raspberry Pi in the coming years?
21–30 of 78 posts
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#22This was explicitly a response to the rise of smartphones(/smart-whatevers) which turned computing into magic by sealing off all the components and preventing any hands-on work - students were enrolling in to computer science degrees with nearly no understanding of how a computer is fundamentally put together.
There is no reason for RPi to change from their very successful mission - they will keep putting out the best hardware they can squeeze into their fixed price point.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#23Their competitor, Libre Computer, has mused that given their investment in the graphics stack, they might be headed in the GPGPU / AI direction. Think Raspberry Pis that you can cluster together for deep learning, or individual boards that kids can tinker with to learn about AI. The blog post also predicted the 3B+ fairly exactly: https://libre.computer/2017/12/06/raspberry-pi-3x-raspberry-... Money quote: > We expec…
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#24If the availability of the pi zero W is any indication I expect trouble ahead. Trying to buy the zero W in bulk through channels is practically impossible, and the vendors sell them only in kit bundles at many times MSRP at 10$.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#25Raspberry Pi is for hacking. It's not really a commercial platform. You can technically use it as such, but it's more cost-effective to design your own boards at that point.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#26"MAX PER CUSTOMER: 1" It really doesn't matter where else they "go" until they fix that right there. (Why? Because on my workbench right now is the pi, instead of a pi; and that makes all the difference.)
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#27"MAX PER CUSTOMER: 1" It really doesn't matter where else they "go" until they fix that right there. (Why? Because on my workbench right now is the pi, instead of a pi; and that makes all the difference.)
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#28Earlier quoted context omitted.
The PiZeroW is hits such an amazing triple point of price/functionality/size that although I love the Tinker Pro for coming close in size/price and the ease of Arduino programming for simple things the PiZeroW just gives you SO MUCH functionality.
Slightly off topic - The one-per-customer policy on the PiZero and PiZeroW seems very limiting to me for someone who would like to develop more than one pi-based hobbyist project (or multi-pi projects like a cheap kubernetes cluster to play around with that stack). Does anyone know if there are plans to drop this restriction anytime soon, or do hobbyists just need to accept that to do multiple projects they need to b…
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#29These things are a god-send for the auto industry in my opinion...specifically professional drivers. as a lead automotive mechanic for a semi truck shop, I bought about 5 pi's for our techs. We use them for reading OBD diagnostics and doing resets or long-term vehicle observation for certain problems. Theyre cheaper than most of the commercial rent-seeking computer tools we use and if a tech accidentally crushes one,…
It's a dream, but I would love to see some open-source software that would be equivalent to the diagnostic tablets from some of the tool trucks.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#30Raspberry Pi is for hacking. It's not really a commercial platform. You can technically use it as such, but it's more cost-effective to design your own boards at that point.
Meh. That is true if you are selling thousands or more of an item, but for small companies, custom boards can be a nightmare. I worked for a company once that put literally two full weeks of debugging into a problem caused by a flaky diode batch.
I'm doing quite a few of low volume (mostly bussiness/industrial helpers) arm linux projects on Pis now. Some of them stay on Pis, if rebooting the board every 2 hours is feasible, some move to custom boards after the prototyping is done. Still, it's very nice to have an off the shelf documented board to start stuff on.