Skip to content

inovatink/ws-operation-diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operational State Diagram

This is work related to the operation of wearable sensor.

To modify code -> open ws-state-diagram.tex with sharelatex.

Alt text

Start - Sensor is powered.

Init - This is what is going on in the Setup() of arduino program. Initialize peripherals, serial communication, sensors and modules.

Config - In this state the new configuration is done to the sample period, sensor selection and bluetooth related settings.

Idle - In this state device is idle data is sent to bluetooth and new sampling period didnt start yet.

Sample - Upon the start of new sample period sensor values are read.

Serialize - Sensor values are serialized to a string.

Send - Serialized string holding sensor values and timestamp is sent over Bluetooth.

Receive - In this state device checks for any new configuration sent over Bluetooth.

About

work on the operational state diagram of wearable sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages