Communication protocols

For a wireless ECG solution

More Info
expand_more

Abstract

This report is part of the WiECG project. The goal of the WiECG project is to create a prototype device that makes it possible to perform a 12-lead ECG on patients without wires from a patient to the monitor. The solution consists of a transmitter and receiver of which one is close or on the patients body and the other is connected to a monitor.

This thesis describes the design and implementation process for the communication protocols. This concerns mainly the WiFi communication from transmitter to receiver and the I2C pairing protocol. The WiFi communication protocol was extended with retransmission and encryption to ensure the reliability and discreteness of the data, which was indicated to be of high priority by ambulance personnel. The channel needs to minimally support 9 samples of 16 bits with a frequency of 500 samples per second. The pairing protocol needs to enable the transmitter and receiver to pair in mere seconds.

A prototype is made which successfully pairs and transfers data from transmitter to receiver. This prototype still needs to be tested thoroughly.