Wii Balance Board Fall-Risk RL
ISEF Category: Biomedical Engineering
Ready to Turn This Idea Into a Real Project?
This guide was put together with the help of AI research tools to give you a solid starting point. But a competitive science fair project lives in the details: refining your research question, fine-tuning your variables, analyzing your data, and presenting your findings like a seasoned scientist.
For next steps tailored to your interests, skill level, and timeline, work one-on-one with a MehtA+ mentor. Learn more about MehtA+ Science & Engineering Research Mentorship →
Subcategory: Biomechanics · Difficulty: Advanced · Setup: Home Setup · Time: 1 to 2 Months
The Hook
Fall risk in older adults can be predicted from a 20-second balance test. The $15 Wii Balance Board hidden in your basement is essentially the same hardware as the clinical version. With a Python driver and a tiny perturbation, you can train a reinforcement-learning agent that scores fall risk from center-of-pressure data.
What Is It?
Center of pressure (CoP) is the point under your feet where the ground pushes up. Healthy balance means CoP moves in small, well-controlled loops. After a perturbation (a nudge), an unsteady person's CoP wanders longer before settling.
The Wii Balance Board has four load cells and reads at 100 Hz. Open-source Python drivers expose the raw data. Light perturbations come from a foam-pad surface or a tap delivered with a metronome.
Reinforcement learning (RL) in MuJoCo lets you simulate a virtual body that recovers from perturbations. The RL agent's learned policy is the baseline. By scoring real subjects' CoP trajectories against the policy's recovery quality, you produce a fall-risk class.
Why This Is a Good Topic
Postural-control research touches geriatric care, sport rehab, and neurology. Equipment is cheap, software is free, and the modeling story is rich. You will learn signal processing, RL, and clinical-scale comparison.
Research Questions
- How does perturbation magnitude change CoP recovery time?
- What is the effect of age on RL-derived fall-risk score?
- Does the RL score correlate with the Berg Balance Scale?
- To what extent does eyes-closed condition shift the score?
- Which CoP feature dominates the classifier?
- How does surface compliance affect recovery dynamics?
- What is the effect of training-episode count on RL convergence?
Basic Materials
- Used Wii Balance Board.
- Bluetooth USB dongle.
- Laptop with Python.
- Foam pad for perturbation surface.
- Tape for foot-placement consistency.
- Informed-consent form.
Advanced Materials
- Force-plate-grade ground reaction system.
- Mocap synchronization.
- Clinical mentor.
- GPU for RL training.
Software & Tools
- Python (xwiimote or pywii bindings): Reads the balance board.
- MuJoCo: Simulates the postural recovery environment.
- Stable-Baselines3: Trains the RL agent.
- NumPy and SciPy: Processes CoP time series.
Experiment Steps
- Calibrate the balance board with known weights.
- Lock foot placement and stance width across subjects.
- Decide perturbation type and number of trials per condition.
- Train the RL agent in MuJoCo before any subject testing.
- Score real CoP trajectories against the RL baseline.
- Compare RL score to a standard clinical scale.
Common Pitfalls
- Skipping board calibration between sessions.
- Letting subjects pick foot placement, adding variance.
- Recording only one trial per condition.
- Training RL with a reward that ignores realistic perturbations.
- Mixing subjects with very different shoe heights.
What Makes This Competitive
Recruit a varied age range under IRB-light supervision, calibrate the Wii board against a known weight, and report classifier accuracy with confidence intervals. Validate the RL-derived risk score against a standard clinical fall-risk scale (BBS or TUG) by within-subject comparison.
Project Variations
- Add a dual-task cognitive load and compare scores.
- Replace RL with a logistic-regression baseline.
- Use the board for vestibular-rehab gameplay scoring.
Learn More
- PubMed: Search Wii Balance Board fall risk reviews.
- NIH PubMed Central: Open-access postural control papers.
- Stable-Baselines3 documentation: Free RL tutorials.
- MuJoCo guides: Free physics-sim tutorials.
- MIT OpenCourseWare: Course 9.S915 Computational Cognitive Science.
Biomedical Engineering pillar guide
How to Do Real Biomedical Engineering Research at Home: A High School Student’s Guide to Free Tools, Affordable Kits, and Public Databases →