This project contains software and informations to build a home climbing wall with LED support compatible with the popular moonboard. This fork has been done while building my home climbing wall.
WIP: Project ongoing. Next step: Mount the LED system to the wall
The moonboard smartphone app is build to work with the moonboard led system using bluetooth low energy. In this project we emulate the behaviour of the box using a rasperry pi and addressable LED stripes.
Besides the tools, time and money (the clmbing holds are the most expensive component) you will need:
- Rapi W Zero with 8GB SD Card - powered over GPIO
- 4x LED Strip: 50x WS2811 LED, 5V, 12mm - custom cable length of 23cm
- power supply meanwell mdr-60-5 - (~60mA * 50 * 4 = 12A ==> 60 W for 5V)
- Suitable Case (i.e. TEKO)
- Home Climbing Wall
- Flash a fresh Raspian buster
- run installer
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/8cH9azbsFifZ/moonboard/master/install.sh)"
- Test run
# python3 ./run.py --driver SimPixel --debugor with WS2811 LED (must run as root)sudo /usr/bin/python3 /home/pi/moonboard/run.py --led_layout=evo --debug --driver PiWS281x

