Earlier quoted context omitted.
I'll raise you two full weeks of debugging and then the project got canceled because redesigning the board was needed and it was too expensive ;) 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 of…
What issues have you seen that require a 2-hour reboot? Stability was one of my concerns with my last Pi project, so during development I basically never powered it off or rebooted (except to test power-up behavior) so I could see if I encountered any problems. No problems came up, but others' experiences are always good to learn from.
Ask HN: How will it go for Raspberry Pi in the coming years?
61–70 of 78 posts
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#62Earlier quoted context omitted.
I'll raise you two full weeks of debugging and then the project got canceled because redesigning the board was needed and it was too expensive ;) 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 of…
What issues have you seen that require a 2-hour reboot? Stability was one of my concerns with my last Pi project, so during development I basically never powered it off or rebooted (except to test power-up behavior) so I could see if I encountered any problems. No problems came up, but others' experiences are always good to learn from.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#63Earlier quoted context omitted.
That's exactly my problem as well. I wanted to hack a Pi Zero W into a presentation machine (for giving talks) and I didn't want to ruin my only Pi Zero W on account of how expensive it would be to replace (with shipping etc, it comes out to 30 euros or so).
Only for bare pizerow. Buy it along with official case, you can order as many as you like. Price raises to 18 usd per unit.
It looks like "$10 wifi computer" was more of an add (loss-leader) than a real product. There still seems to be a gap between ESP32/8266 wifi enabled micros and $20 linux SBC's with built-in wifi that needs filling.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#64Earlier quoted context omitted.
Stay away from CHIP, they appear to be bankrupt and/or fraudulent, they took my money and never delivered.
Fwiw I don't think it's even possible to order anything from them at the moment. I can't figure out how to (but also have heard other stories of late or non-delivery). Seems like a cool product until you realise it doesn't exist.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#65Raspberry 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.
Depends. I shipped an RPi-based project a few months ago that was a one-off. Could have been done with Arduino, but it was far easier (read: less expensive to develop) on a Pi because it needed a touchscreen UI. I'm unlikely to ever build more than one more unit like it. I'm currently quoting a design I'd like to use the Pi on because it will need to be connected to WiFi or Ethernet and I doubt I will build more than…
Programmable via the arduino-studio, widely-supported, and very reliable. I've built a bunch of projects with them, and couldn't be happier.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#66These 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,…
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#67"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.)
Do they still enforce that? When I was working with Pi's a few years back I never had any trouble getting 5 or 6 at a time.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#68Earlier quoted context omitted.
What issues have you seen that require a 2-hour reboot? Stability was one of my concerns with my last Pi project, so during development I basically never powered it off or rebooted (except to test power-up behavior) so I could see if I encountered any problems. No problems came up, but others' experiences are always good to learn from.
In my stuff we never did a two hour reboot, but we did do a daily one. Sometimes you just run into memory leaks some of which aren't even your fault.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#69Most of the comments so far seem to have missed the point of the RPi specifically, which is that it was always intended more as an educational tool than commercial solution. The idea of the RPi foundation is to promote experimenting and hacking by selling a board cheap enough that you don't care too much if you ruin it. This was explicitly a response to the rise of smartphones(/smart-whatevers) which turned computing…
The original point of the RPi is meaningless if the majority of the use cases are something completely different. For me, doing embedded consulting, the Pi is a cheap, simple way to get a touchscreen and/or network capability without jumping through the hoops of Arduino add-ons.
Re: Ask HN: How will it go for Raspberry Pi in the coming years?
#70Earlier quoted context omitted.
What issues have you seen that require a 2-hour reboot? Stability was one of my concerns with my last Pi project, so during development I basically never powered it off or rebooted (except to test power-up behavior) so I could see if I encountered any problems. No problems came up, but others' experiences are always good to learn from.
Was it a project in a climate controlled area, like your home? Mine were in a factory, and after a while the stuff that they were supposed to connect to over USB simply vanished. A reboot (of just the Pi, not the other device) fixed it. So we just scheduled a reboot in 2 hours when the Pi started up.
Is it possible your Pi was suspending USB as part of power management? I've had that problem with some other devices.