Folks,
I am working on a patient monitoring system - monitoring some parameters of the patient's body.
In a hospital, there are so many wards. Each ward has many patients.
If any patient's condition goes bad, nurse sitting in a central nursing station has to get an alarm regarding the ward number, patient's bed.
I have started with a parameter. I am successful in detecting the same for a single patient using TI CC2530 ZNP kit.
I have detected the violation in that parameter with a LED glowing on the Kit.
But I didn't get how to do the same for multiple patients. Basically, I had used Zigbee Network processor - TI chip.
At the same time, how to send SMS to the nursing station? We need to use GSM module.
The kit has UART interface. I believe I can use the same for interfacing GSM module.
Now, the query is how to use a single GSM module for sending a SMS for multiple patients? How to send the Bed number / ward number to the nurse? I am in desperate need of help.
Thanks!!