So it’s been a rough week. Only 10 days left for the last deliverable and we are still behind, but working as much as we can. This past week we’ve been working separately (but together) on the physical part of the sole and the functional part. This last one has been super hard to do, since none of us really has full domain on Arduino. But anyways, Arian and I have been trying to figure out how and what to write on the code so when we are ready we have to just assemble everything, which is easy to do since all of the sensors bring hook up guides. Today we have more lights on how to do it, having almost all the rough coding ready – we just have to add a couple more lines to completely fulfill what our sole has to do. Here’s what each one of our electronics has to do:
- Vibration motor: This is for the bracelet to vibrate. It should be hooked up to the pro micro on this bracelet to receive the information from the radio frequency transmitter on the sole, so when the parameters we set are achieved, it vibrates.
- Radio Frequency Transmitter: Its goal is to send the information from the pro micro in the soles to the one in the bracelet, to make it vibrate when it’s supposed to from the parameters we set.
- Force Sensitive Resistors: First, make them “map” what kind of foot it is (supinator, normal, pronator) comparing the pressure it’s made in the different specific spots they’re located in the sole; then, detect the inversion and eversion movements of the foot (for this set dangerous ranges of weight and time of these movements for each kind of foot, a supinator foot is a little bit more inverted -or a lot more inverted- than a normal foot, so it doesn’t have the same parameters as a normal foot).
- Accelerometer: To detect that the person is walking. Only here is when the code for the FSRs and everything will be working. If he or she’s sitting down of course it shouldn’t work. This sensor we have is actually a magnetometer and a gyro too – this last one has the ability to detect pitch, roll and yaw, so it could help us detecting inversion and eversion if we mix its functionality with the pressure sensors.
This week is going to be very busy, but we hope that we’ll be ready soon.













