Contents
Download PDF
pdf Download XML
617 Views
484 Downloads
Share this article
Research Article | Volume 4 Issue 1 (Jan-June, 2024) | Pages 1 - 6
A Review on Design and implementation of a Wireless Nurse Call system Based on Arduino
 ,
 ,
 ,
1
Department of Medical Device Technology Engineering, Al-Hussein University College, Iraq
Under a Creative Commons license
Open Access
Received
March 3, 2024
Revised
April 11, 2024
Accepted
May 17, 2024
Published
June 30, 2024
Abstract

This study presents a comprehensive analysis of the design of a wireless nurse calling system that utilizes the plug-and-play principle. The system is constructed using affordable components and open-source materials. The hardware consists of Arduino and nRF24L01 RF Module, while the user interface application is designed using the Processing language. The wireless network is established using a low-power nRF24L01 RF Module to ensure secure communication between the slave and master nodes. The graphical user interface is user-friendly and straightforward; it replicates the layout of hospital rooms and restrooms.

Keywords
INTRODUCTION

The wireless nurse call system is a state-of-the-art technology that utilizes the most up-to-date wireless technologies. This allows patients to use them effortlessly and comfortably, hence obtaining prompt medical aid. Due to its wireless nature, the nurse call system does not need the use of any cables, making it quick and easy for hospital personnel to install and use in a matter of minutes. Wireless nurse call systems may be easily adjusted in size, ranging from a small number of beds to a large number. There is no need for any future maintenance, since the medical assistant has a direct impact on the patient's health in the hospital. Since the regulations set by the Federal Food, Drug and Cosmetic Act (FDA), as well as other medical standard codes like the European Standard (ISO 7369) and the United States Standard (NFPA 99), have emphasized the significance of quality and reliability in hospitalized and life safety, this matter has become highly important.     

           

Recent Upgrades to Systems

In essence, Nurse call systems provide seamless communication between patients and their assigned nurse or the central nursing station. Certain systems additionally facilitate efficient intercommunication among staff members, while others include worker and equipment locators. Throughout the years, there have been several advancements in nurse communication technologies. They provide efficient and personalized communication between patients, physicians and other caregivers. This contributes to the enhancement of patient happiness and has the potential to boost the overall quality of treatment they get. 

 

Mobile phones are a significant improvement in call systems since they include real-time communication and data gathering to monitor the activities of personnel and patients. Providing immediate access to patient vitals, labs and other data for your nursing team is crucial and may be life-saving in a crisis scenario. Additional instances of updates include the use of novel technologies using cellphones, enabling nurses to promptly connect with both their colleagues and patients [1]. There is a significant need for this particular technology in hospitals and other healthcare organizations. Facilitating safe interdepartmental connectivity among staff members simplifies their work, while seamless integration with other data and communication systems aids in the management of the patient experience [2].

 

The Basics of Nurse Call System

The term "Nurse Call Button" refers to a button or cord that is mostly seen in hospitals and nursing homes. These are deliberately positioned in areas where patients are more susceptible, such as by beds and in toilets. It allows people to notify a nurse or other healthcare practitioner from a distance when they want assistance.

 

Overall Benefits

 

  • Facilitated remote communication between bedridden patients and staff

  • Patients at danger of walking are promptly alerted

  • Patients have heightened feelings of safety. If you are looking to upgrade or install a new nurse call system and want to save expenses, wireless systems may be the most suitable option for you. Similar to hardwired systems, wireless systems have the capability to notify nursing personnel by visual indicators, auditory signals or by displaying messages on a terminal

 

The reduced reliance on hardwiring is the reason for the much lower costs associated with these systems. For these setups, the hallway dome lights will still need to be connected directly to the electrical wire.

 

The ESP 01 ESP8266 Serial WIFI Wireless

The ESP 01 ESP8266 Serial WIFI Wireless Transceiver Module is a self-contained System-on-a-Chip (SOC) that includes a TCP/IP protocol stack. It enables any microcontroller to connect to your WiFi network. The ESP8266 has the ability to either serve as a host for an application or handle all Wi-Fi networking tasks on behalf of another application processor. Every ESP8266 module is pre-loaded with software that includes an AT command set. This allows you to easily connect it to your Arduino device and have similar WiFi capabilities as a WiFi Shield (without any further setup required)! The ESP8266 module is a very economical board with a substantial and continuously expanding community [3].

 

This module has a sufficiently robust on-board processing and storage capacity, enabling seamless integration with sensors and other application-specific devices via its GPIOs. This integration requires minimum initial programming effort and imposes minimal runtime loads. The extensive on-chip integration enables the use of little external circuitry, such as the front-end module, which is specifically intended to occupy a small space on the PCB. The ESP8266 is equipped with APSD (Automatic Power Save Delivery) to enable VoIP applications and Bluetooth co-existence interfaces. It is integrated with a self-calibrated RF (Radio Frequency) system, enabling it to function effectively in all operational situations without the need for additional RF components [1] (Figure 1).

 

 

Figure 1: Wifi Module ESP 01

 

Arduino NANO+PRO Mini

The Arduino Nano is a compact and fully-functional board that is designed to be easily used on a breadboard. It is built on the ATmega328 microcontroller, specifically the Arduino Nano 3.x version. It has almost identical capabilities to the Arduino Duemilanove, although in a distinct form factor. It is missing a DC power connector and instead uses a Mini-B USB cable instead of a conventional one [4] (Figure 2).

 

 

Figure 2: Arduino Nano

 

The Arduino Nano may be fueled by three different methods: The Mini-B USB connection, an unregulated external power source with a voltage range of 6-20V connected to pin 30 or a regulated external power supply with a voltage of 5V connected to pin 27. 

 

The power source is automatically set to the source with the greatest voltage. The ATmega328 microcontroller has a total memory capacity of 32 kilobytes, with an additional 2 kilobytes allocated for the bootloader. The ATmega328 microcontroller is equipped with 2 kilobytes of Static Random-Access Memory (SRAM) and 1 kilobyte of Electrically Erasable Programmable Read-Only Memory (EEPROM). Each of the 14 digital pins on the Nano may operate as either an input or an output. This can be achieved by using the pinMode(), digitalWrite() and digitalRead() methods [5]. Their operational voltage is 5 volts.

 

Each pin has a maximum capacity of 40 mA for both providing and receiving electrical current. Additionally, there is an inbuilt pull-up resistor with a resistance range of 20-50 kOhms, which is not connected by default. Furthermore, several pins possess unique functionalities:

 

  • Serial: 0 for receiving (RX) and 1 for transmitting (TX). Designed for the reception (RX) and transmission (TX) of TTL serial data. The pins are linked to the equivalent pins of the FTDI USB-to-TTL Serial chip

  • The external interrupts available are 2 and 3. The pins may be programmed to initiate an interrupt when the value is low, when there is a rising or falling edge or when there is a change in value. Refer to the attach Interrupt method for further information

 

The PWM pins are 3, 5, 6, 9, 10 and 11. Generate an 8-bit Pulse Width Modulation (PWM) output using the analog Write method.

 

The SPI pins are as follows: 10 for SS, 11 for MOSI, 12 for MISO and 13 for SCK. These pins provide SPI communication, which is not yet included in the Arduino language, despite being supported by the underlying hardware.

 

The number of LEDs is 13. A digital pin 13 is linked to a pre-installed LED. When the pin has a HIGH value, the LED is illuminated and when the pin has a LOW value, the LED is not illuminated [5].

 

The Nano is equipped with 8 analog inputs, each offering a resolution of 10 bits, resulting in a total of 1024 distinct values. By default, the measurements are taken from the ground level to 5 volts. However, it is possible to modify the top limit of their range by using the analog Reference() method. Digital functionality cannot be assigned to analog pins 6 and 7. In addition, several pins provide particular functionality:

 

  • I2C communication protocol uses pin A4 for Serial Data (SDA) and pin A5 for Serial Clock (SCL). Enable I2C (TWI) communication by using the Wire library, which may be found in the documentation on the Wiring website

 

There are a few other pins on the board:

 

  • AREF. The reference voltage used for the analog inputs. Utilized in conjunction with analogReference()

  • Restart. Set the voltage level of this line to a low state in order to reset the microcontroller. Commonly used to include a reset button into shields that obstruct the one present on the board [6]

 

Communication

The Arduino Nano has several capabilities for establishing communication with a computer, another Arduino or other microcontrollers. The ATmega328 offers UART TTL (5V) serial connection, accessible via digital pins 0 (RX) and 1 (TX). The board utilizes an FTDI FT232RL to provide serial connection over USB. The FTDI drivers, which are included with the Arduino software, create a virtual communication port for applications on the computer.

 

The Arduino software has a serial monitor which facilitates the transmission and reception of basic textual data to and from the Arduino board. The RX and TX LEDs on the board will illuminate intermittently while data is being communicated over the FTDI chip and USB connection to the computer. However, they will not do so for serial interaction on pins 0 and 1. The Nano's digital pins may be used for serial communication by using the SoftwareSerial library. 

 

The ATmega328 further provides support for I2C (TWI) and SPI communication. The Arduino software has a Wire library that streamlines the use of the I2C bus. Refer to the ATmega328 datasheet for instructions on using SPI communication (Figure 3).

 

 

Figure 3: Arduino Buzzer

 

Buzzer

A piezo buzzer is an alternative name for an Arduino buzzer. Essentially, it is a little speaker that can be directly linked to an Arduino. You have the ability to produce a specific sound at a frequency of your choosing. The buzzer generates sound by the inverse of the piezoelectric action.

 

Piezoelectricity is a phenomenon in which certain crystals undergo deformation when subjected to an electric field. The crystal is capable of producing sound when an electric signal of the appropriate frequency is applied.

 

The buzzer emits a consistent cacophonous sound regardless of the fluctuation in voltage provided to it. The structure has piezoelectric crystals sandwiched between two conductive layers. When an electric potential is placed across these crystals, they exert a pushing force on one conductor and a pulling force on the other.

 

The resulting sound wave is produced by the action of pushing and pulling. The majority of buzzers emit sound within the frequency range of 2 to 4 kHz. Remove the sticker from the top of your buzzer. Establish a connection between any pin, without preference and the ground (Gnd) of the Arduino. Then, connect the other end of the pin to digital pin 10. Using the tone function, you may generate noises using a buzzer connected to the Arduino. To operate the buzzer, provide the pin it is connected to, the desired frequency in Hertz (Hz) and the duration in milliseconds for which the tone should be produced. We will use the Arduino buzzer tone generating command:

 

Generate a tone with a frequency of 1200 Hz on pin 8 for a duration of 500 milliseconds.

 

How do you determine the appropriate frequency to utilize? Typically, individuals in their youth possess the ability to perceive sounds ranging from around 20 Hz to 20,000 Hz. However, as people age, they tend to experience a decline in their capacity to detect high frequencies, perhaps resulting in an inability to hear sounds reaching up to 20,000 Hz. Naturally, the extent of variation differs across individuals. Additionally, it is possible that your buzzer lacks the capability to accurately create the whole spectrum of notes, particularly those that are very high or low in pitch. If desired, the duration might be omitted. In such a scenario, the device will continue emitting a sound until you explicitly command it to cease by using the function noTone(pin) or by invoking the function tone() with a distinct frequency.

 

This 0.96 inch OLED display utilizes the widely-used SSD 1306 display controller. This device is compatible with both I2C (TWI) communication protocols. The screen is compact and very sharp. The resolution is 128 by 64 pixels. It is optimal for projects that need the presentation of pictures, bitmaps and typefaces of different sizes. Display controller libraries are readily accessible for a variety of microcontrollers such as Rasberri Pi, Arduino, AVR, PIC and ARM. IMPORTANT: This board/chip utilizes the I2C protocol with a 7-bit address of 0x3C [7] (Figure 4).

 

 

Figure 4: OLED128*64

 

Led

A Light-Emitting Diode (LED) is a semiconductor device in electronics that produces either infrared or visible light when an electric current is applied to it. Visible Light-Emitting Diodes (LEDs) serve as indicator lamps in many electronic gadgets, as well as rear-window and brake lights in vehicles. They are also used in billboards and signage to create alphanumeric displays and even full-color posters. Infrared Light-Emitting Diodes (LEDs) are used in autofocus cameras, television control panels and as light sources in fibre-optic communications systems (Figure 5).
 

 

Figure 5: Led

 

Through the process of incandescence, the well-known lightbulb emits light by heating a wire filament with an electric current, causing the wire to release photons, which are the fundamental units of light energy. LEDs function by electroluminescence, a process where the activation of a material's electrons leads to the emission of photons. Gallium arsenide is the primary material used in LEDs, however there are other modifications of this fundamental chemical, such aluminum gallium arsenide or aluminum gallium indium phosphide.

 

The emitted light's wavelength (and thus its color) may be altered by modifying the semiconductor's exact composition. LEDs often emit light in the visible spectrum, which ranges from 0.4 to 0.7 micrometers or in the near infrared region, which ranges from 0.7 to 2.0 micrometers. The luminosity of the light seen from an LED is contingent upon both the power discharged by the LED and the eye's relative sensitivity to the specific wavelength emitted. The peak sensitivity is seen at a wavelength of 0.555 micrometers, falling between the yellow-orange and green portion of the electromagnetic spectrum. The voltage delivered to most LEDs is typically about 2.0 volts but the current varies depending on the specific application, ranging from a few milliamperes to several hundred milliamperes.

 

Li Battery

Lithium batteries are main batteries with a metallic lithium anode. Lithium-metal batteries are an alternative name for these sorts of batteries (Figure 6).

 

 

Figure 6: Lithium Batteries

 

These batteries distinguish themselves from others due to their exceptional charge density and somewhat expensive price per unit. Lithium cells may generate voltages ranging from 1.5 V, which is similar to that of a zinc-carbon or alkaline battery, to around 3.7 V, depending on their design and chemical composition.

 

It is important to differentiate disposable primary lithium batteries from rechargeable batteries such as secondary lithium-ion or lithium-polymer batteries. Lithium is very advantageous due to its ability to facilitate the movement of its ions between the anode and cathode. This is achieved by using an intercalated lithium compound as the cathode material, eliminating the need for lithium metal as the anode material. Lithium in its pure form exhibits rapid reactivity with water or even atmospheric moisture. However, the lithium included in lithium-ion batteries is in a comparatively less reactive combination.

 

Portable consumer electrical gadgets extensively use lithium batteries. The phrase "lithium battery" encompasses many lithium-metal chemistries, consisting of diverse cathodes and electrolytes, while all sharing metallic lithium as the anode. The given text is incomplete and does not provide enough information to rewrite it in a straightforward and precise manner. Even moisture in the air; the lithium in lithium-ion batteries is in a less reactive compound.

 

Lithium batteries are widely used in portable consumer electronic devices. The battery requires from 0.15 to 0.3 kg of lithium per kWh (Figure 7).

 

 

Figure 7: Lithium Batteries

 

These basic systems are meant to use a charged cathode, which is an electro-active material with crystallographic voids that are progressively filled during discharge.

 

The predominant lithium cell used in consumer applications has metallic lithium as the anode and manganese dioxide as the cathode, while an organic solvent containing a lithium salt serves as the electrolyte.

 

Push Button Switch

A push switch, often known as a button, is a kind of switch that only changes the state of an electrical circuit temporarily while the switch is being physically pressed. Following its activation, an automated mechanism promptly reverts the switch to its original position, therefore restoring the initial state of the circuit. There are two categories:

 

  • A 'push to make' switch enables the passage of electricity between its two contacts only while it is being held in. Upon releasing the button, the circuit becomes disrupted. This switch is often referred to as a Normally Open (NO) Switch.Examples of tactile buttons are a doorbell, the power switch on a computer casing, the buttons on a calculator and the individual keys on a keyboard

  • A 'push to break' switch functions in the opposite manner. Specifically, while the button is not pushed, electricity is able to flow through the circuit. However, when the button is hit, the circuit is interrupted. This switch is often referred to as a Normally Closed (NC) Switch. (Examples: Light switch on a refrigerator, switches for alarms in fail-safe circuits) The user's text is "[10]"

CONCLUSION

The wireless technology is used in our target system to eliminate the need of connecting wires to the hitting sites, resulting in minimum damage. Wireless solutions exhibit reduced installation and operational expenses compared to conventional cable systems, while also offering quicker and simpler installation. Wireless setup offers utmost flexibility and mobility, enabling our system to adapt endlessly and effectively respond to priorities and changes. Furthermore, our technology is secure, dependable and economical. It may be customized to meet the specific demands and requirements of the person and adjusted to fit within any hospital's financial constraints. Additionally, it has a diverse range of functionalities that may enhance staff productivity and elevate the overall standard of service delivered to healthcare consumers and patients.

REFERENCE
  1. Raghavan, V. and H. Shahnasser. “Embedded Wireless Sensor Network for Environment Monitoring.” International Journal of Computer Applications, vol. 3, no. 1, 2015, pp. 13-17.

  2. Ünsal, E. et al. “Low-Cost Wireless Sensor Networks for Environment Monitoring.” Online Journal of Science and Technology, vol. 6, no. 2, 2016, pp. 61-67.

  3. Onibonoje, M.O. et al. “Development of an Arduino-Based Trainer for Building a Wireless Sensor Network in an Undergraduate Teaching Laboratory.” International Journal of Engineering Research, vol. 2, no. 3, 2015, pp. 64-73.

  4. Chauhan, A. et al. “Early Detection of Forest Fire Using Wireless Sensor Network.” International Journal of Advanced Research in Computer Science, vol. 3, no. 4, 2013, pp. 163-168.

  5. Liu, S. et al. “Design of Wireless Temperature Measuring System Based on the nRF24L01.” International Journal of Advanced Computer Science and Applications, vol. 7, no. 2, 2016, pp. 314-317.

  6. Faustine, A. et al. “Wireless Sensor Networks for Water Quality Monitoring and Control within Lake Victoria Basin: Prototype Development.” Wireless Sensor Network, vol. 6, no. 12, 2014, pp. 281-290.

  7. Reas, C. and B. Fry. Processing: A Programming Handbook for Visual Designers and Artists. MIT Press, 2007.

Recommended Articles
Research Article
Assessing the Effectiveness of Risk Management Practices in Green Construction Projects Evidence from Iraq
Published: 25/01/2026
Download PDF
Research Article
Some Properties of Fuzzy g-Regular Spaces
Published: 10/12/2025
Download PDF
Research Article
Harnessing Nanotechnology to Conserve Energy in Buildings
Published: 30/10/2022
Download PDF
Research Article
Effective utilization of resources in corporate data buses
Download PDF
Chat on WhatsApp
Flowbite Logo
PO Box 101, Nakuru
Kenya.
Email: office@iarconsortium.org

Editorial Office:
J.L Bhavan, Near Radison Blu Hotel,
Jalukbari, Guwahati-India
Useful Links
Order Hard Copy
Privacy policy
Terms and Conditions
Refund Policy
Shipping Policy
Others
About Us
Team Members
Contact Us
Online Payments
Join as Editor
Join as Reviewer
Subscribe to our Newsletter
+91 60029-93949
Follow us
MOST SEARCHED KEYWORDS
Copyright © iARCON International LLP . All Rights Reserved.