IOT patient monitoring has 3 sensors. The first one is a temperature sensor, the second is the Heartbeat sensor and the third one is a humidity sensor. This project is very useful since the doctor can monitor patient health parameters just by visiting a website or URL. And nowadays many IOT apps are also being developed. So now the doctor or family members can monitor or track the patient’s health through the Android apps.
To operate an IOT based health monitoring system project, you need a WiFi connection. The microcontroller or the Arduino board connects to the Wi-Fi network using a Wi-Fi module. This project will not work without a working WiFi network. You can create a WiFi zone using a WiFi module or you can even create a WiFi zone using Hotspot on your smartphone. The Arduino UNO board continuously reads input from these 3 senses. Then it sends this data to the cloud by sending this data to a particular URL/IP address. Then this action of sending data to IP is repeated after a particular interval of time. For example in this project, we have sent data after every 30 seconds.
The Arduino UNO board continuously reads input from these 3 senses. Then it sends this data to the cloud by sending this data to a particular URL/IP address. Then this action of sending data to IP is repeated after a particular interval of time. For example in this project, we have sent data after every 30 seconds.