Right now I'm working on adding LED + DMX DJ light control - I kinda want to be able to order LED strips to "chase" a ball as it goes down the lane or back up the return. I plan on triggering laser-light shows and such with the DMX controller. Eventually, I want to allow a customer walk up to the lane, tap to pay and start bowling immediately, too. Kiosk-ize bowling alleys, yknow? I'm pumped. So much room for activit…
Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
11–20 of 375 posts
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#12Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#13Hi, What you accomplished here sounds interesting, both from an entrepreneurial point of view and also from the engineering side. A good, nice, detailed technical write-up of what you achieved here would be very interesting. Maybe a Hackaday.com blog entry, too? Put it on GitHub? Have fun :)
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#14Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#15Right now I'm working on adding LED + DMX DJ light control - I kinda want to be able to order LED strips to "chase" a ball as it goes down the lane or back up the return. I plan on triggering laser-light shows and such with the DMX controller. Eventually, I want to allow a customer walk up to the lane, tap to pay and start bowling immediately, too. Kiosk-ize bowling alleys, yknow? I'm pumped. So much room for activit…
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#16Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#17As a side note, I do enjoy the bizarre bowling animations that the screens come up with.
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#18I bought a really old fully mechanical (and automated!) mini bowling lane. It works without a CPU, except for the score display, which originally used a 1970 Intel D8749H (MCS-48)!
Just like yours, the only thing that turns this machine on is a single relay :D On my model, I also get feedback on the pin status and a "ball received" signal, so I can trigger the scoring.
I dumped the firmware and replaced the display PCB with a more recent DIY PCB with an Arduino that speaks a modern, documented protocol. It's now compatible with ScoreMore software, and I can do a lot more with it.
Here are some pictures and more info on the Bowltech forum (you should post your stuff here too!):
* https://www.bowltech.com/forum/small-scale-bowling/small-sca...
@vik8 on discord if you need :)
Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#19Re: Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s
#20(This is the kind of retiring from IT tale that I love to read and follow the trials and tribulations of over the years - good luck, thanks for open-sourcing your work!)