April 2020
Intermediate to advanced
294 pages
7h 53m
English
The sensor node software is going to be broken up into two main tasks: a system status task and a socket receive task. The system status task will periodically sample sensors and then package that data into a message that will be transmitted to a socket server. That socket server will be running on an Android device.
The following flowchart describes general behavior for the system status task:

The receive task is responsible for acquiring string data from the socket server and then processing that data. The general flow for this task can be seen in the following diagram:
Now that we understand what these two tasks ...
Read now
Unlock full access