Jenny860831 (Talk | contribs) |
|||
Line 28: | Line 28: | ||
We implemented an IoT by Arduino, Firebase and Android Studio. | We implemented an IoT by Arduino, Firebase and Android Studio. | ||
For Arduino, we use <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/Temperature">temperature sensor(DS18B20)</a>、<a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/pH_meter">pH meter</a> and <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/CO2">CO<sub>2</sub> sensor(MG811)</a> to monitor our device. | For Arduino, we use <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/Temperature">temperature sensor(DS18B20)</a>、<a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/pH_meter">pH meter</a> and <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/CO2">CO<sub>2</sub> sensor(MG811)</a> to monitor our device. | ||
− | Also we use LCD to print data and use <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/wi_fi">Wi-Fi sensor (NodeMcu)</a> to upload our records to database(Firebase) as well. | + | Also we use LCD to print data and use <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/wi_fi">Wi-Fi sensor (NodeMcu)</a> to upload our records to database (Firebase) as well. |
We use Wi-Fi sensor to get current time and we send it to the Arduino so that it can print it out on Arduino. | We use Wi-Fi sensor to get current time and we send it to the Arduino so that it can print it out on Arduino. | ||
Also we send the temperature, pH and temperature data, which is on the Arduino, to the NodeMcu. | Also we send the temperature, pH and temperature data, which is on the Arduino, to the NodeMcu. | ||
Line 43: | Line 43: | ||
<div id="Arduino_code"> | <div id="Arduino_code"> | ||
<h3>Arduino code</h3> | <h3>Arduino code</h3> | ||
− | <p class="pcontent">We use temperature sensor(DS18B20)、pH meter and CO2 sensor(MG811) to monitor our device. | + | <p class="pcontent">We use temperature sensor (DS18B20)、pH meter and CO2 sensor (MG811) to monitor our device. |
− | Besides, we use LCD to print datum and use Wi-Fi sensor(ESP8266) to upload our records to database as well. | + | Besides, we use LCD to print datum and use Wi-Fi sensor (ESP8266) to upload our records to database as well. |
(You can see more information about Arduino in <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/Hardware">hardware</a>) | (You can see more information about Arduino in <a class="link" href="https://2018.igem.org/Team:NCKU_Tainan/Hardware">hardware</a>) | ||
</p> | </p> |
Revision as of 11:39, 3 October 2018