This project is an attempt to create a healthcare monitoring system where data of a patient can be viewed remotely by doctors through the web. We are using a certified temperature, oxygen concentration, and blood pressure sensor interfaced to Arduino. Due to lack of equipment i.e. the ethernet shield for Arduino, we instead read the sensors data to CSV file and parse it using Python. The data is then graphed to a static html file using Python D3. As of now, everything is still in local host.
Log in or sign up for Devpost to join the conversation.