Connection between host and slave #58
Answered
by
Albert-Alvarez
HelenaRD33
asked this question in
Q&A
-
|
Hi Albert! From the workflows available in the README, what I understand is that when we start the measurement in the ViSens it has to start the communication with the micro to obtain the data of the CV or CA. However, I don't understand if this communication has to be established directly in the main.c or via the app. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
Albert-Alvarez
May 15, 2021
Replies: 1 comment
-
|
The app only sends measurement requests (CA or CV). It's the microcontroller who sends the measured data to the app automatically (each time a sample is taken) until the measurement is finished. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Albert-Alvarez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The app only sends measurement requests (CA or CV). It's the microcontroller who sends the measured data to the app automatically (each time a sample is taken) until the measurement is finished.