Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
291–300 of 375 posts
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#292Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#293Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#294One thing I've always wanted at a bowling alley is an instant slow-motion video replay of the pins being knocked down. Seems easy to do in theory, a Raspberry Pi + compatible camera could do this very easily, so long as you could mount it in a good locaiton. The only alley integration needed would be to tie into whatever sensor detects when the ball reaches the end of the lane. * Mount a 60 fps camera pointed at the…
Probably better to enable it only for strikes/spares as it would drain too much time, but the idea is great.
If you wanted to be REALLY clever, you could get it to start playing the slow mo the moment the ball is detected.
Or perhaps replays could be gated behind a button push. Ball detection copies the current video buffer into an secondary buffer; the button plays whatever is in the secondary buffer.
Or you could make it a web app, and stream replays to people's phones when they're on the alley's wi-fi. That has the benefit of making an epic moment saveable and shareable.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#295Earlier quoted context omitted.
My guess: 1) New cars are too cheap to make at scale. 2) Old cars are quite unsafe to drive, comparatively (airbags, backup cameras, lane departure alerts, blind angle alerts, etc)
Aerodynamics as well, new cars and especially ev/hybrids are slippery compared to many/the average if we take old cars to mean 50’s through 70’s.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#296Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#297Earlier quoted context omitted.
There is no shame and no business there. We just read a story of someone who didn’t want to pay market price and went DIY. There are companies doing bowling alley equipment and you can pay them for maintenance. Is there a single one of those on F500 list? No and people are running those companies and what OP did … he didn’t want to pay market price. Well yeah those companies are overpriced if you are software enginee…
It's just lack of competitive pressure. I bet if you investigate you will find there are only a couple of suppliers that have the bowling alley market sewn up between them.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#298Earlier quoted context omitted.
There is no shame and no business there. We just read a story of someone who didn’t want to pay market price and went DIY. There are companies doing bowling alley equipment and you can pay them for maintenance. Is there a single one of those on F500 list? No and people are running those companies and what OP did … he didn’t want to pay market price. Well yeah those companies are overpriced if you are software enginee…
It's just lack of competitive pressure. I bet if you investigate you will find there are only a couple of suppliers that have the bowling alley market sewn up between them.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#299Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#300I love seeing software engineering applied to physical systems. Replacing expensive proprietary infrastructure with simple, repairable components feels like the kind of engineering that creates long-term value.