Vicky87106 (Talk | contribs) |
Vicky87106 (Talk | contribs) |
||
Line 69: | Line 69: | ||
<li>Precaution</li></br> | <li>Precaution</li></br> | ||
<ul> | <ul> | ||
− | <li>Because we | + | <li>Because we cannot send data by float, so we need to separate the data before |
− | + | and after the decimal. For instance, 25.35 may be send by 25 and 35. Then merge | |
− | on another sensor. For instance, | + | it on another sensor. For instance, 25.35 may be merged by 25 + 0.01 * 35 |
+ | </li></br> | ||
</ul> | </ul> | ||
<li>Result</li></br> | <li>Result</li></br> | ||
<ul> | <ul> | ||
− | <li>We send an array which is | + | <li>We send an array which is 25.35、26.56、27.54 from Arduino to Wi-fi sensor. And |
− | let the Wi-fi sensor Serial to print the data | + | we let the Wi-fi sensor Serial to print the data which are send separately. |
− | merge the data to what it should be originally. </li></br> | + | Then we merge the data to what it should be originally. </li></br> |
</ul> | </ul> | ||
Revision as of 12:43, 16 October 2018
Wi-Fi Sensor