Lily Model

In the sport of rock climbing, improper belay technique resulting from the belayer standing too far from the wall is a main source of accidents and injuries from lead climbing. This project aimed to correct human errors in lead belaying. The resulting product was the Belay Belt, a device that successfully measured the belayer’s distance from the wall and alerted the belayer when he or she exceeded a safe distance threshold. I worked on this device for my Engineering 86: Independent Project class over the course of 10 weeks in Winter 2019.

Final Prototype Video demonstration

The final write-up can be found here.

Introduction

With the recently announced addition of sport climbing to the Olympics, the climbing world has skyrocketed in popularity the past few years. Lead climbing is a discipline of climbing that involves a “lead climber” and “lead belayer”. The lead climber is climbing up with the rope, clipping into bolts along the way. The lead belayer is on the ground managing the rope by feeding or taking in “slack” (extra rope) to the climber and is responsible for ensuring the climber does not “deck” (hit the ground when falling). Lead climbing is the most popular form of rock climbing and the Dartmouth Mountaineering Club’s main focus in indoor and outdoor climbing.



Research



Design Process

Prototype 1: Cardboard Prototype

The initial looks-like prototype was a cardboard prototype. The prototype included a foamcore rendition of a distance sensor for measuring distance away from wall, a buzzer that would activate when a belayer stepped out of range, and an LCD screen to display current distance status. The belayer would clip the device to the front of his or her harness.

Experience Testing

The cardboard prototype allowed for experience testing to see what having a clip-on device would feel like. The purpose of the experience testing was to gain initial feedback and findings to help guide further iterations and works-like prototypes.

The experience test was conducted in Dartmouth’s Jonathan Belden Daniels ’86 Memorial Climbing Gym with four participants. Each participant performed one round of lead belaying without knowledge of the device. After this first round, the belayers were informed of the dangers of standing too far away from the wall and equipped with the cardboard prototype. They were instructed to belay the climber again, however this time whenever they stepped outside of the safe distance threshold of 6 feet, I would make a verbal "bzz" sound.

Findings

Each participant stood closer to the wall on the second trial which indicated potential for a successful product in this direction. Participants also noted that the device did not impede on their ability to belay or obstruct any movement. However, several problems were noted that provided areas for improvement.

Finding 1: Account for Belayer Rotation movement

The first and most important finding was accounting for an individual’s rotation movement while belaying. As seen above, belayers would often move and rotate around in 3D space, resulting in what would be incorrect readings from a clip-on device. The device’s one sensor would only measure distance in one direction, which would be directly in front of the belayer. This would result in an issue if the belayer were to rotate, and the sensor would record a much higher reading than the belayer’s actual distance from the wall. To account for this problem, three sensors spaces along a belt were used in the next iteration, with the smallest distance being used for the actual reading.

Finding 2: Different Safe Distance Threshold for Different Belayer-Climber Weight Ratios

Light belayers generally need to stand closer to the wall while belaying than heaver belayers because less falling force from the climber is needed to pull them up or into the wall. Feedback from the experience test showed that belayers, especially in the case when a female belayer was paired with a male climber (leading to a lower belayer-climber weight ratio) would find a device that accounted for weight difference in the safety threshold useful. While the possibility of having an input screen upon turning on the device was explored, that alternative was not used because of the complexity in learning how to use the device as well as the time needed to fully equip the device and begin climbing. Instead, a mode button was introduced that would toggle between a “standard mode”

Finding 3: Incorporation of Audio Sound

In the cardboard prototype, a “buzzing” sound was made to indicate the belayer should move closer to the wall. Feedback showed that individuals did not like the buzzing, noting that it sounded too much like a phone vibration or could be potentially uncomfortable if actually implemented. A new audio sound was implemented with a piezo buzzer and mode button, with different musical tones playing for different scenarios: switching to “standard mode”, switching to “light mode”, and “exceeding safe distance threshold”.

Prototype 2: Foamcore Prototype

The next iteration was a foamcore prototype with electronics components that incorporated the changes from the feedback in Iteration 1. The prototype uses an Arduino Uno along with three HC-SR04 Ultrasonic Distance Sensors. It also incorporates a mode button, piezo buzzer, and volume adjuster (potentiometer). The prototype was built on a foamcore strip to mimic a belt, rather than the clip-on device in Iteration 1.

Testing for this prototype involved ensuring that the correct distance sensor reading was being used as the measuring distance for the safe threshold.

Prototype 3: Belay Belt

The third iteration combined works-like aspects of Iteration 2 with a looks-like feel to be used for testing. Figure 8 shows the Belay Belt with additional changes from Iteration 2.

The Velcro seams allow for the inside core of the belt to be removed if needed, which allowed for flexibility in making alterations to the electronics. A removable, rechargeable USB battery was added for convenience, and the belt features a buckle and adjustable straps to fit varying waist sizes. The electronics components, shown in Figure 9, show improvement from the previous iteration. The smaller Arduino Nano replaced the previous Uno, and the sensors were turned in a vertical fashion to allow for more bend in the belt. The buzzer, potentiometer, button, and Nano were eventually soldered on to breadboards to increase strength after finalizing the prototype



Testing and Analysis

Testing of the final prototype, the Belay Belt, was conducted at Evo Rock Gym in Concord, New Hampshire. A video of testing can be found here.

The most important specification was reducing belayer distance from the wall. To test this specification, eight individuals ranging from Dartmouth climbers to climbing community members performed one round of lead belaying without the Belt and one round with the Belt (in “standard mode”). Their average distance away from the wall was calculated from measuring their distance every five seconds with distance markers. Each individual reduced his or her average distance from the wall with the Belt, with all of them being within the safety threshold when equipped with the Belt, but only half being within the safety threshold without the belt. Full specifications and testing can be found in my report.



Next Steps

As suggested from feedback from participants, further exploration could be made regarding helping individuals change their behavior over time. One possibility could include taking advantage of Bluetooth or WiFi capabilities (potentially using Raspberry Pi rather than Arduino) and sending distance data to a console where individuals could track belay progress. Data could potentially be incorporated into the popular climbing app, Mountain Project by REI.

This product makes belaying safer by reducing the belayer’s distance from the wall. Another factor that contributes to safe lead belaying is proper rope management. This device does not assess the actual amount of slack in the rope, however further studies could look into the feasibility of measuring the total amount of slack in rope relative to the climber’s height.



Reflections

As suggested from feedback from participants, further exploration could be made regarding helping individuals change their behavior over time. One possibility could include taking advantage of Bluetooth or WiFi capabilities (potentially using Raspberry Pi rather than Arduino) and sending distance data to a console where individuals could track belay progress. Data could potentially be incorporated into the popular climbing app, Mountain Project by REI.

More Miscellaneous Projects