Modular pOkerchip DispEnsing SysTem (MODEST)

embedded active

Overview Link to heading

Modular poker chip dispensing system is tool meant to be used on home poker games to be able to focus more of on the game instead of counting out chips for each buy-in.

Figure 1: Just a picture of the MODEST.

Figure 1: Just a picture of the MODEST.

Motivation Link to heading

Because it is fun, there is realy not a single good reason to spend this much time on a project like this besides passion for the process :D

Features Link to heading

  • Modular design adding new modules will be easy
  • big (negative feature I think)
  • It looks cool

How It Works Link to heading

Micrcontroller say to the steppers to spin, then it spins and stops for a bit for the exit hole, it does until the ordered chip count is dispensed. Easy enough right?

Challenges Link to heading

Tolerances, timing and chosing STM32 with HAL for firmware which takes more time to learn (my bad but it is cool, yet again PROCESS matters more).

Current Status Link to heading

  • It can dispense n ammount of chips (hardcoded in code rn, forgot to make selection menu…).
  • Decently reliable, even though it overshoots the exit hole it doesn not compound too much over time.
  • it is BIG 160mm in diameter…

Lessons Learned Link to heading

At this intial stage:

  • firmware takes time
  • tolarances are tedious to get right.
  • Stepper drivers makes a huge difference, choose wisely.