Home made autofeeder bowling machine stand
Advertise on CBF

Author Topic: Home made autofeeder bowling machine stand  (Read 4057 times)

0 Members and 1 Guest are viewing this topic.

Chompy9760

Home made autofeeder bowling machine stand
« on: May 09, 2020, 10:59:21 AM »

I thought I'd share a project I've been working on. 
My local club has a Juggs bowling machine, which they don't mind me borrowing from time to time.  It's great as long as you have someone else to feed it, and help set and pack it up, as it's fairly heavy. 
Of course when you're on your own it's completely useless, and an autofeeder to suit is $1200.  I thought I could do one cheaper and better.

I decided to make up an Autofeeder for it, and as part of that process, made up a platform on wheels for the operator to stand on, that could easily be rolled out of the way when not in use.
The autofeeder has 4 pipes that each hold 14 balls, so it can be used to fire 14, 28 or 56 balls per cycle.
It is controlled by an "Arduino uno" board, and as such can be programmed to the limits of my imagination.  Learning to code C++ was not without it's challenges, but it's amazing what you can learn from the internet! 
I also built an app so you can control it via bluetooth, but am waiting for parts to arrive to implement this.  Also waiting for parts so that the 'traffic lights' will work on the 3-2-1 counddown.  It's been well over a month! :(

Currently it has a buzzer that sounds on the 3-2-1 countdown, and has 4 switches for operation.
Run will fire 60 cycles, Delay has a 15 second delay (to let me get down to the other end) then fires 60 cycles, Fire 1 fires one ball then stops, and Stop ..... well you know what that does :)
Works really well.  The original stepper motor I bought wasn't up to the job, but the same motor with 19:1 reduction is perfect!
It's mostly made from recycled stuff I had lying around, apart from the electronics and the galv RHS the platform was made from.




Here's a short video of it in operation.
https://youtu.be/SJGlFycK5hE

Originally I wanted to make it also control line, length, speed and swing, with randomization and programmed overs, but decided to learn to walk before running.
Is there anything else I should be adding to it?

Logged

jonny77

  • International Captain
  • ****
  • Offline Offline
  • Posts: 2398
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #1 on: May 09, 2020, 11:29:06 AM »

Top work mate, that's amazing! Would live a hit with that right now 😪
Logged

Ayrtek Cricket

  • Forum Sponsor
  • International Superstar
  • *****
  • Offline Offline
  • Posts: 14737
  • Trade Count: (+53)
  • www.AyrtekCricket.com
    • Ayrtek Cricket
Re: Home made autofeeder bowling machine stand
« Reply #2 on: May 09, 2020, 03:15:40 PM »

Superb bit of engineering that 💥✅
Logged

JB

  • International Captain
  • ****
  • Offline Offline
  • Posts: 2123
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #3 on: May 09, 2020, 03:33:09 PM »

Love stuff like this, you’ve obviously got serious skills @Chompy9760
Logged

Wozaboxa

  • County 2nd XI
  • ***
  • Offline Offline
  • Posts: 338
  • Trade Count: (+1)
Re: Home made autofeeder bowling machine stand
« Reply #4 on: May 09, 2020, 04:51:43 PM »

That is incredible. Is there anything on the market for a bluetooth controlled bowling machine already?
Logged

cricketbadger

  • International Captain
  • ****
  • Offline Offline
  • Posts: 2072
  • Trade Count: (+1)
Re: Home made autofeeder bowling machine stand
« Reply #5 on: May 09, 2020, 06:56:29 PM »

That's unbelievable, credit to you
Logged
If we don't beat you we'll knock your bloody heads off.
TCA Coach

ProCricketer1982

  • Forum Legend
  • ******
  • Offline Offline
  • Posts: 7432
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #6 on: May 09, 2020, 07:19:15 PM »

I might steel the crate idea for holding balls off you ! I have 100 and the buckets are annoying
Logged

InternalTraining

  • World Cup Winner
  • *****
  • Offline Offline
  • Posts: 4792
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #7 on: May 09, 2020, 07:23:35 PM »

Nicely done @Chompy9760 !

Looks like the beginning of  a new business. :)
Logged

InternalTraining

  • World Cup Winner
  • *****
  • Offline Offline
  • Posts: 4792
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #8 on: May 09, 2020, 07:24:32 PM »

It is controlled by an "Arduino uno" board, and as such can be programmed to the limits of my imagination.  Learning to code C++ was not without it's challenges, but it's amazing what you can learn from the internet! 

Good man!!!!
Logged

Chompy9760

  • First XI Captain
  • ***
  • Offline Offline
  • Posts: 272
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #9 on: May 10, 2020, 01:32:49 AM »

Thanks for all for the compliments :)

That is incredible. Is there anything on the market for a bluetooth controlled bowling machine already?

From some vid's I've seen, the Bola 'Trueman' appears to connect via bluetooth, but that's top level stuff.
My original idea required BT to control the programming of line, length, swing and speed, but as that's currently shelved, the Bluetooth is just a remote control.  I thought it might be nice to be able to control it while you were up the other end coaching someone.
Controlling speed and swing would require re-wiring the club's machine, and I figured they wouldn't really want that.  Line and length can be done without modification to the unit, so that's in the pipeline.
There are plans to add a protective net to the front of it, which will probably get prioritized after the first direct hit to the electronics! 
Logged

Lumsden

  • County 2nd XI
  • ***
  • Offline Offline
  • Posts: 482
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #10 on: August 24, 2020, 02:47:49 PM »

This is just so cool. Does the Juggs bowling machine use the same motors as the Bola?
Logged
Best Bowling: 7/39
Best Batting: 72no (yes honestly !!)

adb club cricketer

  • County 1st XI
  • ***
  • Offline Offline
  • Posts: 949
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #11 on: August 24, 2020, 11:43:34 PM »

Just wow, top work mate
Logged

Chompy9760

  • First XI Captain
  • ***
  • Offline Offline
  • Posts: 272
  • Trade Count: (0)
Re: Home made autofeeder bowling machine stand
« Reply #12 on: August 27, 2020, 09:09:59 AM »

This is just so cool. Does the Juggs bowling machine use the same motors as the Bola?
Thanks :).  I have no idea what motors the Bola's use, but the Juggs ones say 1/4 hp, 1900 rpm, 180v DC, 1.5 A.
Logged
 

Advertise on CBF