/Patient-Monitoring-System

Primary LanguageC++Apache License 2.0Apache-2.0

Patient-Monitoring-System

Hardware

When you're set your libraries for Arduino, copy and paste each Arduino sketches to 2 Arduinos.

  • The system is created based on Serial Communication Protocol, leave the bootloader cables on Arduino that connected to your PC/Raspberry Pi/Nvidia Jetson, any device that runs Ubuntu/ROS and OpenCV

1-Installation

  • Make every bash script executable : ex. "sudo chmod +x installROS.sh"
  • Make sure the bash scripts are located in Home directory.
  • After making each script executable then "./installROS.sh" this script should download every dependency so far.

2-Running the system

  • The system should be running when typing "./prototype1.sh" to the terminal.

3-Node-Red

  • Go head and copy "flows.json" and go "localhost:1880" with your favorite web browser.
  • From the selection menu; select manage palette and type "dashboard"
  • Again from the selection menu; select Import
  • Paste the "flows.json" that you've copied before.
  • Last step is to click "Deploy" button to create an interface.

Troubleshooting