During our fourth week lab meeting, we managed to connect the Bluetooth module and transmit data from the Arduino to both a computer and a cell phone using the wireless connection. The data we got on the computer through USB was the same as the data we get now through bluetooth. The device can now be connected to either a computer or a cell phone. The data output can be seen on a cell phone with an "Arduino Android Terminal" app we found on the Google Play Store.
With the Bluetooth module connected, we started working on a way for the device to detect irregularities in a user's heart rate. We used the math we worked out in week three to write code for the device to run through data and find any deviations. We started by writing some pseudocode.
Currently, when the code is run, it stops the device from working. We think it may cause the device to calculate too many things at once. We will work on this in week five and hopefully have a working program for the heart monitor by week six.
No comments:
Post a Comment