Wiznet makers

sekolahrobot

Published October 21, 2024 © Apache License 2.0 (Apache-2.0)

0 UCC

0 VAR

3 Contests

0 Followers

0 Following

Original Link

Enhancing Patient Home Care: The Role of Digital Nursing in Modern Healthcare

Digital nursing refers to the integration of digital technologies into nursing practice to enhance patient home care.

COMPONENTS Hardware components

WIZnet - W55RP20-EVB-Pico

Software Apps and online services

thonny.org - Thonny


PROJECT DESCRIPTION

INTRODUCTION

Digital nursing is revolutionizing healthcare by incorporating advanced technologies to improve patient care, data management, and remote monitoring. One key area of digital nursing is the use of connected medical devices, such as digital blood pressure monitors, to track patient vitals in real time. These devices enable nurses to automatically record and upload blood pressure readings to secure online platforms, where healthcare professionals can access the data remotely. This approach facilitates timely interventions, better management of chronic conditions like hypertension, and enhanced communication between patients and care teams, promoting a more efficient, data-driven healthcare system.

so in this project we will use conventional blood presure to connect WIZnet - W55RP20-EVB-Pico and then connect to ethernet to upload server.

HARDWARE

wiznet connected serial with conventional blood presure

 

SOFTWARE

Install thonny

after install thony's python, install micropyhton

 

after complete install thonny, we test UART from conventional Blood presure to WIZnet - W55RP20-EVB-Pico to make sure that data can read by wiznet

from machine import UART, Pin

import time


 

# Initialize UART on UART 0 for Raspberry Pi Pico

uart = UART(0, baudrate=115200, tx=Pin(12), rx=Pin(13))


 

buff = bytearray(5)

final_buff = bytearray(64)

b_read = 0

b_discard = 0

i = 0

j = 0

prosesflag = 0

flag = 0

hexSys = hexDias = hexBPM = 0

....


 

after communication work, Prepare database with mysql (phpmyadmin) and php code



 


 

display website digital nurse

test data blood and upload to website

https://youtu.be/WSf35UDYJ9A 


 

Documents
  • GitHub

Comments Write