Technical work Our technical implementation involved a lot of learning-by-doing. Our input options went through several cycles that allowed us to learn what worked (and what didn’t): Nokia Go API Our first attempt utilized Nokia Go , a low-cost fitness tracker similar to a FitBit. The Nokia platform has an API that allows developers to read information including daily steps and acceleration. However, once we set up both our device and the API keys, we couldn’t read the data from the server. We spent over a week debugging this API, we could not find an implementable solution. Arduino (LightBlue Bean) Our second attempt utilized the LightBlue Bean device, an arduino with a Bluetooth Low Energy development platform. While we were able to link the Bean device to our computers and successfully change the LED colors based off acceleration, we were not able to read the values in the serial monitor on our macOS system. Thus, we decided to switch to a PC com...
Comments
Post a Comment