Your avatar

Aijia Yao

MIT EECS • HTMAA 2025

Week 7 – Computer-Controlled Machining

October 2025

This week was mainly about Computer-Controlled Machining.

What I Did

Galton Board

    When I learnt that this week we were focusing on Computer-Controlled Machining to make something "BIG", I then thought about the Galton board, which visually demonstrates how individual random events aggregate into a predictable distribution.
    From Wikipedia:
    Galton board, also known as the Galton box or quincunx or bean machine (or incorrectly Dalton board), is a device invented by Francis Galton to demonstrate the central limit theorem, in particular that with sufficient sample size the binomial distribution approximates a normal distribution.
    In the video below from my favorite YouTube channel 3blue1brown, Grant explains the concept of the Galton board in detail as well as the underlying principles of probability and statistics. There are also many useful simulations for Galton board available on Wolfram.
    For \( n \) rows of pegs and \( N \) beads, the expected number of balls in bin \( k \) is given by binomial probability mass function (PMF):
    \[ E_k = N \times \binom{n}{k} p^{k} (1 - p)^{n - k} \]
    Assumming a fully random and independent distribution of the beads, we can expect the final distribution to approximate a normal distribution as the number of beads increases. In the case of \( N=1000 \) beads, the distribution should closely resemble a bell curve.
pcb
Estimation of the resulting distribution.

Computer-Controlled Machining

pcb
Design of the Galton board's OSB part (left) and arranged components(right).
    Below is a video of the machining process:
  • The OSB board is 4' x 4'.
  • The thickness of the OSB board is 7/16".
  • The acrylic panel is 60cm x 30cm.
  • Make sure to orient the xyz axies correctly.
  • The dowels are 1/2"(12.72mm) in diameter.
  • assembled
  • In the fusion design I made the dowel holes slightly smaller to account for any misalignment during assembly. Although this may make assembly more difficult, it should result in a tighter fit.

Final Assembly

assembled
assembled
    assembled
assembled
assembled

Other Notes