Ajaighosh
Created May 27, 2016

Hexiwear life saver

Hexiwear life saver is a device for people those having health problems due to abnormality of pulse.

612
Hexiwear life saver

Things used in this project

Hardware components

Hexiwear
NXP Hexiwear
×1

Software apps and online services

BlueMix
IBM BlueMix

Story

Read more

Schematics

Hexiwear life saver

Its a prototyped watch

Code

Cloud platform as a service

Python
Using the R or Python programming plot the graph and give notification
# using python package matplotlib
#import numpy
import matplotlib.pyplot as plt
import numpy as np

t = np.arange(0.0, 2.0, 0.01)
s = np.sin(2*np.pi*t)
plt.plot(t, s)

plt.xlabel('pulse (s)')
plt.ylabel('day/time (day)')
plt.title('Pulse plot')
plt.grid(True)
plt.savefig("test.png")
plt.show()
print notification;
#push to the hexiwear. and if abnormality occurs mail the plot to user

Credits

Ajaighosh

Ajaighosh

3 projects • 3 followers
Energetic + Creative

Comments