VSH101 1-Lead ECG Holter Communication Packet Command

VSH101 BLE Communication Flow

After establishing a connection with VSH101, the initial communication flow is as follows:

If the VSC MODE has not been executed, instructions must be transmitted every 10 seconds to maintain the connection.

The VSC MODE START and VSC MODE STOP command are simple. Like the other BLE commands introduced before. The VSC MODE READ command will be a little more complicated. When user issues the VSC_MODE_READ command, device will send back 968 or 576 bytes data. The next section will give you a more detail description about the VSC Mode Data Format. Each VSC MODE READ command carries 200 ms ECG data and related information. It means user has to issues at lease 5 times VSC MODE READ command every second or the data will be overflow.

When the APP uses VSC MODE READ for real-time ECG data and related information, the communication transmission interval should be less than 200 milliseconds.

HourMinSecDelta TimeDelta SendEvent
152437.724  [Cmd]Vsc Mode Read
152437.8670.143 BLE_VSC_MODE_READ ID = 1
152437.8770.010.153[Cmd]Vsc Mode Read
152438.0230.146 BLE_VSC_MODE_READ ID = 2
152438.050.0270.173[Cmd]Vsc Mode Read
152438.2280.178 BLE_VSC_MODE_READ ID = 3
152438.2460.0180.196[Cmd]Vsc Mode Read
152438.410.164 BLE_VSC_MODE_READ ID = 4
152438.4180.0080.172[Cmd]Vsc Mode Read
152438.6170.199 BLE_VSC_MODE_READ ID = 5

VSH101 BLE Profile :

  • Service profile: 6e400001-b5a3-f393-e0a9-e50e24dcca9e
  • Write Characteristic profile: 6e400002-b5a3-f393-e0a9-e50e24dcca9e
  • Notify Characteristic profile: 6e400003-b5a3-f393-e0a9-e50e24dcca9e

Write Characteristic Profile Packet Command Data Format :

                           PCode                : The Write/Noitfy Characteristic command is same value, set same the ‘Cmd’ byte.

                           Group                 : The Group Command byte.

                           Cmd.                   : The Group sub Command byte.

                           ChkSum              : The (Check Sum) is the sum of the entire packet.

                           MISO                   : Setting the notify receive length. (Little Endian)

                           MOSI                   : Setting the write command data length.(Little Endian)

                           Parameter Data : The parameter setting.(Little Endian)

                          Cmd Data            : The data for command. (Little Endian)

Notify Characteristic Profile Packet Command Data Format :

                             PCode.       : The write/notify command is same, usually same the “Cmd” byte.

                             Group         : The group same the write command.

                             Ack             : Confirm that the ‘Ack’ byte is ‘A’, then the command is correct this time and reply, otherwise will receive ‘N’.

                             ChkSum     : (check sum) is the sum of bytes % 256 of the entire packet.

                             Index          : The receive data memory index.(Little Endian)

                             Length        : The packet data length.(Little Endian)

                             Cmd Data  : The data for command.(Little Endian)

Check Sum Data Get Example Code:

VSH101 Packet Command Table

NamePCodeGroupCmdDescription
Version0x000xC00x00 Device FW Version
Time Set0x400xC00x40Set Device Time
Time Get0x410xC00x41Get Device Time
VSC Mode Start0x640xC20x64VSC MODE Measurement Start, VSC MODE Flow Chart
VSC Mode Stop0x650xC20x65VSC MODE Measurement Stop, VSC MODE Flow Chart
VSC Mode Read0x6A0xC20x6AVSC MODE Read Data, VSC MODE Flow Chart
VSC Mode Type Set0x700xC20x70VSC MODE TYPE Setting
Soft Register Read0x000xA50x00Soft Register Command Read
Soft Register Write0x010xA50x01Soft Register Command Write
VSC File Mode Start0x710xC20x71VSC File mode start command
VSC File Mode Stop0x720xC20x72VSC File mode stop command
VSC File Mode Read0x730xC20x73VSC File mode Read Command ( read back same VSC Mode Read)
VSC File Status Info0x740xC20x74Read VSC File status Info.
File List Read0x710xAC0x71read the Data Flash File List Data
File List Clear0x700xAC0x70Clear Data Flash List

1. Version Packet Command

Name

Hex Data

PCode   

0x00

Group Id

0xC0

Cmd    

0x00

Check sum

0xE0

MOSI   

0x0000

MISO   

0x0020

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

2. Time Get Packet Command

Name

Hex Data

PCode   

0x41

Group Id

0xC0

Cmd    

0x41

Check sum

0x52

MOSI   

0x0000

MISO   

0x0010

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

3. Time Set Packet Command

Name

Hex Data

PCode   

40

Group Id

C0

Cmd    

40

Check sum

44

MOSI   

0x0010

MISO   

0x0000

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 E7 07 05 11 13 13 17 08 3B D8 64 64 80 70 00 00

4. VSC Mode Type Set Packet Command

Name

Hex Data

PCode   

0x70

Group Id

0xC2

Cmd    

0x70

Check sum

0xAB

MOSI   

0x0004

MISO   

0x0000

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

01 00 00 00

5. VSC Mode Start Packet Command

Name

Hex Data

PCode   

0x64

Group Id

0xC2

Cmd    

0x64

Check sum

0x8A

MOSI   

0x0000

MISO   

0x0000

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

6. VSC Mode Stop Packet Command

Name

Hex Data

PCode   

0x65

Group Id

0xC2

Cmd    

0x65

Check sum

0x8C

MOSI   

0x0000

MISO   

0x0000

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

7. VSC Mode Read Packet Command

Name

Hex Data

PCode   

0x6A

Group Id

0xC2

Cmd    

0x6A

Check sum

0xE3

MOSI   

0x0000

MISO   

0x0238

Parameter Data

00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

Cmd Data format “index” set loops back from 0 to 999 after VSC Mode starts executing.

When Packet “index” loops back from 0 to 999 after VSC Mode starts executing, if 8000 is received, the data is not ready or 8000 is received for more than 1 second in a row, the VSC MODE Queue is overflowed

VSC MODE TYPE 0 Data Format

As mentioned, There are 968 bytes of returning data of VSC MODE READ. It includes two parts:

ECG DATA  (800 bytes) – 2 channel ECG datas

INFO DATA (168 bytes) – 42 information

The detail description is listed below:

The  INFO Data included 26 information for user to do the monitoring. It is listed below:

It includes Time (1), temperature(2), ECG data(2, 3), G-Sensor (5, 6, 7), Battery Status (8, 9),  HRV (10, 11, 12, 13, 14, 15, 16), Barometer values(17, 18), and  5 G-Sensor points during the period (GS_X0..5, GS_Y0..5, GS_Z0..5).

Since the G-Sensor inside will keep monitor patient’s activity in a sampling rate of 25 Hz. A VSC Mode Data includes 200 ms information and it means the VSC Mode Data will have 5 points of G-Sensor data and they are GS_X0..5, GS_Y0..5, GS_Z0..5.

VSC MODE TYPE 1 Data Format

As mentioned, There are 568 bytees of returning data of VSC MODE READ. It includes two parts:

ECG DATA  (400 bytes) – 1 channel ECG datas

INFO DATA (168 bytes) – 42 information

The detail description is listed below:

The  INFO Data included 26 information for user to do the monitoring. It is listed below:

It includes Time (1), temperature(2), ECG data(2, 3), G-Sensor (5, 6, 7), Battery Status (8, 9),  HRV (10, 11, 12, 13, 14, 15, 16), Barometer values(17, 18), and  5 G-Sensor points during the period (GS_X0..5, GS_Y0..5, GS_Z0..5).

Since the G-Sensor inside will keep monitor patient’s activity in a sampling rate of 25 Hz. A VSC Mode Data includes 200 ms information and it means the VSC Mode Data will have 5 points of G-Sensor data and they are GS_X0..5, GS_Y0..5, GS_Z0..5.

Soft Register Send Packet Format

Soft Register Table

SREG NAMESREG TYPEValue Byte SizeNote
SREG_DEVICE_NAMESTRING20BLE Device Name
SREG_DEVICE_RESET 0SREG Write  then reset device
SREG_DEVICE_SSNSTRING32Device SSN
SREG_MEAS_LEAD_OFFINT40: Disable, 1: Enable
SREG_DEVICE_IDINT4Device ID
SREG_DEVICE_BEACONINT40: Disable, 1: Enable
SREG_VSC_MODE_TYPEINT40: Type 0, 1: Type 1
SREG_CHARG_POWER_DOWNINT40: Disable, 1: Enable
SREG_ADVERTISING_INTERVALINT4advertising interval setting range : 20 ~ 1000 (mSec)
SREG_ADVERTISING_FIXEDINT40: Disable, 1: Enable
SREG_FILE_RING_MODEINT40: Disable, 1: Enable

8. Soft Register Write Packet Command

9. Soft Register Read Packet Command

10. VSC File Start Packet Command

Name

Hex Data

PCode   

0x71

Group Id

0xC2

Cmd    

0x71

Check sum

0xA8

MOSI   

0x0000

MISO   

0x0004

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

11. VSC File Stop Packet Command​

Name

Hex Data

PCode   

0x72

Group Id

0xC2

Cmd    

0x72

Check sum

0xA6

MOSI   

0x0000

MISO   

0x0000

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

12. VSC File Read Packet Command (VSC Type 1)

Name

Hex Data

PCode   

0x73

Group Id

0xC2

Cmd    

0x73

Check sum

0xDA

MOSI   

0x0008

MISO   

0x0238

Parameter Data

67 52 D3 64 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

When the read packet index is 8000, resend after a delay of 100 ~ 200 milliseconds.

Each individual data is generated every 200 milliseconds.and the data from to the next second is as follows:

13. VSC File Status Infomation Packet Commnad

Name

Hex Data

PCode   

0x74

Group Id

0xC2

Cmd    

0x74

Check sum

0xCA

MOSI   

0x0000

MISO   

0x0020

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

14. File List Get Packet Command

Name

Hex Data

PCode   

0x71

Group Id

0xAC

Cmd    

0x71

Check sum

0xDA

MOSI   

0x0000

MISO   

0x0144

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data

 

Each item in the file consists of the following information, each occupying 16 bytes:

  • Start UTC (Coordinated Universal Time at the beginning)
  • End UTC (Coordinated Universal Time at the end)
  • Start Page (Starting data flash page index)
  • End Page (Ending data flash page index)

There can be a maximum of 20 items. Additionally, there is a count represented using 4 bytes, indicating the total 324 bytes.

15. File List Clear Packet Command

Name

Hex Data

PCode   

0x70

Group Id

0xC2

Cmd    

0x70

Check sum

0x8C

MOSI   

0x0000

MISO   

0x0000

Parameter Data

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Cmd Data