Vicky87106 (Talk | contribs) |
Huiyee11186 (Talk | contribs) |
||
Line 40: | Line 40: | ||
<div id="pt"> | <div id="pt"> | ||
<p class="pcontent"> | <p class="pcontent"> | ||
− | In order to send data to firebase, we use Wi- | + | In order to send data to firebase, we use Wi-Fi module to upload it. |
</p> | </p> | ||
</div> | </div> | ||
Line 60: | Line 60: | ||
<ul> | <ul> | ||
<li class="none">We need to send data from one sensor to another one. We would like | <li class="none">We need to send data from one sensor to another one. We would like | ||
− | to send the Arduino sensor data to Wi- | + | to send the Arduino sensor data to Wi-Fi module, and send the Wi-Fi |
time data to Arduino.</li></br> | time data to Arduino.</li></br> | ||
</ul> | </ul> | ||
Line 67: | Line 67: | ||
<ul> | <ul> | ||
− | <li class="none">We use Arduino TX to send sensor data to Wi- | + | <li class="none">We use Arduino TX to send sensor data to Wi-Fi RX, then upload data to |
<a href="https://2018.igem.org/Team:NCKU_Tainan/Software#Database" style="color:#28ff28;">database</a>. | <a href="https://2018.igem.org/Team:NCKU_Tainan/Software#Database" style="color:#28ff28;">database</a>. | ||
− | And we use Wi- | + | And we use Wi-Fi TX to send time data to Arduino RX, then print it on |
LCD. </li></br> | LCD. </li></br> | ||
</ul> | </ul> | ||
Line 83: | Line 83: | ||
<li>Result</li></br> | <li>Result</li></br> | ||
<ul> | <ul> | ||
− | <li class="none">We send an array which is 25.35、26.56、27.54 from Arduino to Wi- | + | <li class="none">We send an array which is 25.35、26.56、27.54 from Arduino to Wi-Fi module. And |
− | we let the Wi- | + | we let the Wi-Fi module Serial to print the data which are send separately. |
Then we 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> | ||
Line 95: | Line 95: | ||
<li class="none">We check the format of the header and end of the packet and also check if there | <li class="none">We check the format of the header and end of the packet and also check if there | ||
are 6 values in each packet. If it had, we translate the contents of the packet | are 6 values in each packet. If it had, we translate the contents of the packet | ||
− | into pH value, temperature and | + | into pH value, temperature and CO<sub>2</sub> concentration, and upload the translated |
result to the cloud. </li></br> | result to the cloud. </li></br> | ||
</ul> | </ul> | ||
Line 106: | Line 106: | ||
<ol> | <ol> | ||
<li>Arduino UNO</li> | <li>Arduino UNO</li> | ||
− | <li>Wi- | + | <li>Wi-Fi module (NodeMcu)</li> |
<li><a href="https://github.com/vicky87106/2018iGEM_NCKU-Tainan" style="color:#28ff28;">Arduino | <li><a href="https://github.com/vicky87106/2018iGEM_NCKU-Tainan" style="color:#28ff28;">Arduino | ||
Code</a></li> | Code</a></li> |
Revision as of 21:43, 17 October 2018
Wi-Fi Module