Process

Stefano Pagani and 4 OthersAndrew Todd Marcus
Seth Isaacson
Jonah Stillman
Max Steinberg
1 / 7

 After learning all about electronics, the first step we took in deigning the electronics for our biometric sensors was to determine what sensors were necessary. Initially, we thought that we would use an EMG sensor to measure muscle exhaustion in high altitude hikers. However, we later decided to use other sensors placed around a single hand to instead measure hypoxia, a more serious condition. In addition, we added a temperature sensor to detect hypothermia. After we knew which sensors would be used in detecting hypoxia, we started building the actual sensors. The first sensors that we started to build were the temperature sensors. The circuitry for this was fairly simple and we got them to work fairly quickly. 

    Soon after we decided to create a device that would measure hypoxia, the design team thought of different ways to house all of the necessary components, including the voluminous Arduino. We needed to create an ergonomic housing that was compact, and displayed information in an easy to view space. The information being displayed had to be simple because many climbers with altitude sickness lose their basic cognitive skills. We decided that using an UP arrow, a DOWN arrow, or a STOP with corresponding lights would be the best way. 

    Next, we worked on a pulse oximeter, which is a two part sensor which measures both blood oxygenation and pulse. This took a lot more work; getting the pulse oximeter to work was not an easy task. The amplifier circuit, which was needed to make it work, took two full days of work and was ultimately unsuccessful. There were a few flaws in the circuit surrounding the operational amplifier that kept it from working. Ultimately, we found an off the shelf pulse sensor which worked flawlessly. The circuit was simplified for the oximeter by simply using an infrared LED pointing through the user's finger. On the other side of the finger was a photo transistor, which allows differing amounts of electricity through due to the amount of light which it detects. Since oxygen absorbs infrared light, this method can be used to approximate the amount of oxygen in one's blood stream.

    We came up with many housing ideas, and in the end settled on a wrist-mounted design. The sensors would be attached to the hand and the glove. We began drawing ideas for this watch, and eventually created the 3D models in Rhino. We found that our first iteration, which was never printed, was extremely bulky, and not user-friendly to a high altitude mountaineer. For our second iteration we decided to switch to Autodesk Fusion. 

    Our second iteration was much more compact and sleek, and ideal for the average mountain climber. It fit the Arduino snuggly, there was a comfortable bend to the watch for the wrist, and the cap was easy to read with the arrows. Unlike the first iteration, our second iteration had one big, main compartment instead of lots of smaller ones. This larger extrusion worked a lot better, and gave way for a sleeker design.

    Aside from a few minor tweaks, which included the insertion of a few more holes and a compartment for the altimeter, our second iteration carried on to our final.

    Another sensor we built was the altimeter. This measures pressure and temperature to calculate pressure. Although the built-in altitude detection algorithm didn't work, we were able to use the provided temperature and pressure readings and calculate the altitude on our own. We placed a second temperature sensor on the finger of the user to detect hypothermia, which worked without an issue. 

    All the circuitry is hooked up to an Arduino micro, which is soldered to a perfboard. This allows for compact processing of all the sensors, while still being in the easy to use Arduino format. The whole thing is powered with a 9 volt battery. 

    Finally, we used a strip of LED's to indicate the danger which the hiker was in. One of the LED's indicates that there is no immediate danger and the hiker can continue hiking. The second indicates that something is beginning to go wrong and the hiker should slow down and take a break. Finally, the third LED indicates that there is a serious issue and the hiker needs to get help quickly and descend from the mountain.