Difference between revisions of "Team:NCKU Tainan/wi fi"

Line 69: Line 69:
 
                                         <li>Precaution</li></br>
 
                                         <li>Precaution</li></br>
 
                                         <ul>
 
                                         <ul>
                                             <li>Because we only can send data by byte, so we need to separate the data
+
                                             <li>Because we cannot send data by float, so we need to separate the data before
                                                 from one by one. For instance, 25 may be send by 2 and 5. Then merge it
+
                                                 and after the decimal. For instance, 25.35 may be send by 25 and 35. Then merge  
                                                 on another sensor. For instance, 2 and 5 may merge by 2*10+5=25.</li></br>
+
                                                 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 25、26、27 from Arduino to Wi-fi sensor. And we
+
                                             <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 read by byte. Then we
+
                                                 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

Follow us

Contact us

igem.ncku.tainan@gmail.com
No.1, Daxue Rd., East Dist., Tainan City 701, Taiwan (R.O.C.)