Madhur Gupta
Published © Apache-2.0

WIZ750SR Based Remote Health Monitoring with Amazon Alexa

In modern world, it's very difficult to keep check on patients' health. With my project, you just need to ask Alexa for their pulse rate.

IntermediateFull instructions provided1 hour3,829
WIZ750SR Based Remote Health Monitoring with Amazon Alexa

Things used in this project

Story

Read more

Schematics

Arduino Wiznet

Arduino Pulse

Code

Model

JavaScript
{
"interactionModel": {
"languageModel": {
"invocationName": "health buddy",
"intents": [
{
"name": "AMAZON.FallbackIntent",
"samples": []
},
{
"name": "AMAZON.CancelIntent",
"samples": []
},
{
"name": "AMAZON.HelpIntent",
"samples": []
},
{
"name": "AMAZON.StopIntent",
"samples": []
},
{
"name": "Now",
"slots": [],
"samples": [
"ask health buddy",
"latest heath",
"health right now",
"patient health"
]
}
],
"types": []
}
}
}

Github

Credits

Madhur Gupta

Madhur Gupta

6 projects • 34 followers

Comments