- Bluno will not send any data upon start up, it will just wait for command before starting the operation.
- To start the bluno sending data, from the mobile app you need to send any of 3 character to choose the mode described below:
-
"0" - is for visualization mode, when bluno received this character it will start sending data on visualization mode with the following format: R000111222333ER or L000111222333EL
-
"1" - is for data collection mode, when bluno received this character it will start sending data on data collection mode with the following format:
S,
x,nt,nt,nt,nt,nt,nt,nt,nt,...,nt-1
y,nt,nt,nt,nt,nt,nt,nt,nt,...,nt-1
z,nt,nt,nt,nt,nt,nt,nt,nt,...,nt-1
a,nt,nt,nt,nt,nt,nt,nt,nt,...,nt-1
b,nt,nt,nt,nt,nt,nt,nt,nt,...,nt-1
c,nt,nt,nt,nt,nt,nt,nt,nt,...,nt-1
d,nt,nt,nt,nt,nt,nt,nt,nt,...,nt-1
ES - indicates the Start of the data block.
x - indicates the row for the accelerometer x-axis.
y - indicates the row for the accelerometer y-axis.
z - indicates the row for the accelerometer z-axis.
a - indicates the sensor 1 of the insole.
b - indicates the sensor 4 of the insole. c - indicates the sensor 5 of the insole. d - indicates the sensor 6 of the insole. t - indicates the nth time the sample was read. -
"2" - is a Non-Sending mode. This simply stops the bluno to send any data.
-
- From the mobile app you need to send any of the following commands:
- "2" - sets the timer interval to 100 ms which is the fastest.
- "3" - sets the timer interval to 500 ms.
- "4" - sets the timer interval to 1000 ms.
- "5" - sets the timer interval to 1500 ms.
- "6" - sets the timer interval to 2000 ms.
- "7" - sets the timer inter val to 2500 which is the slowest.
- From the mobile app you need to send the following command:
- "8" - stops the timer and change the sending mode to Non-Sending Mode