You are on page 1of 2

ADD NEW ATHLETE

 Step 1
User input
MAC address of athlete

APP
Creates and send string as follow: -

“ath1:[MAC]z” on this point when we are typing the mac address on the app but no string is send to
the device. The app only register itself the mac address and not send anything.

Send

‘z’ is end-line character with every input from app


‘ath1’ represents athlete # 1

For example: “ath1: 155,245,55,26,55z”

 Step 2
User Input
User press “Done” after adding all the athletes

 On this point we need to send the done string command via app when we enter the mac address and send the
mac address after that we press the done button on the app to save the address and done is also send as a string

APP
Creates and send string as follow: -

“donez”

Send

SELECT ATHLETE  Working ok


User input
Press button for player #1

APP
Creates and send string as follow: -

 Step 1
“a1z”

Send
PUSH TO TALK  Working ok
User input
User press Push to Talk Button

APP
On Button press

“apz”

Send

On button release

“aqz”

Send

DELETE ATHLETE
User input

When user input enter id it will generate the delete string command.

1 User delete command for athlete one is delete one send this string

2 User delete command for athlete two is delete two send this string

3 User delete command for athlete three is delete three send this string

4 User delete command for athlete four is delete four send this string

5 User delete command for athlete five is delete five send this string

6 User delete command for athlete six is delete six send this string

Delete one represent the delete the athlete one and so on

You might also like