Case study / Senior capstone Robo-Catcher

Pitching machines are everywhere. Machines that catch the ball and return it do not exist at any price, so our capstone team built one for under $700. I co-led the feeding subsystem and owned all of the machine's electronics and firmware.

All work Full portfolio

Twelve of us split across three subsystems: capture, feeding and return. I co-led the 4 person feeding group and owned the machine's entire electrical and software system: motor drive, control firmware, wireless interface and safety logic.

100%Feed indexing, competition day
<$700Total build cost
55 lbOne person portable
1.5 hrRuntime, one 12 V 20 Ah battery

A solo player can buy a machine that pitches, but someone still has to walk every ball back. We set out to close the loop: a machine that catches an incoming throw, feeds it internally and returns it, with nobody in the middle.

Nothing off the shelf does this at any price, and ours had to come in under a $700 cap.

01Under $700 all in, with every actuator and driver chosen against that cap
02Portable by one person: 55 lb finished, fits in a car trunk
03Assembles at the field with no tools
04Battery powered, a full practice session on one 12 V 20 Ah SLA battery
05Safe around players: wireless emergency stop plus hardware cut-offs
06Catch, index and return without a human touching the ball

The feeder is a rotating dual chamber indexer: catch a ball in one chamber, rotate 180 degrees, present it to the return flywheel. The failure mode that kills machines like this is a stall mid rotation.

So before any parts were made I modelled the load case in MATLAB, a 0.19 kg ball lifted through 180 degrees of rotation, and sized the NEMA 17 stepper and TB6600 driver to a 1.8x torque safety factor.

Everything runs on one ESP32. The firmware handles PWM speed control for the 120 W DC return flywheel through a MOSFET stage, stepper indexing for the feeder, and limit switch logic so the machine always knows where the chambers are.

A wireless remote gives start and stop from across the field, and the emergency cut-offs kill motor power independently of the microcontroller.

01100% feed indexing on competition day: every ball delivered, no misses
02Under $700 total build cost against a $700 cap
0355 lb, one person portable, assembles with no tools
041.5 hours continuous runtime on a single 12 V 20 Ah SLA battery

The MATLAB torque study felt slow while teammates were already printing parts, and then the feeder ran a full competition day without a single missed index. Analysis before fabrication is cheaper than iteration after it.

If I built it again I would close the loop on flywheel RPM, so return speed holds steady as the battery sags.

Next: The bend fixture