Plant H2O Tester for Arduino 1.0



Publisher Description



The Plant H2O Tester was designed for use in the classroom enabling students to have a visual guide to when a plant needs water. Data analysis can be taken from the Arduino with some modification.

I hope to upload a video tutorial shortly to show how to set up the Arduino and the sensors to a breadboard.

I have attached the code here:
#include
int sensorPin = A0;
int sensorValue = 0;
int outPinRed = 9;
int outPinGreen = 10;
int outPinBlue = 11;

SoftwareSerial BT(1, 0); //TX, RX respectively

void setup() {
Serial.begin(9600);
pinMode(outPinRed, OUTPUT);
pinMode(outPinGreen, OUTPUT);
pinMode(outPinBlue, OUTPUT);
}
void loop() {
// while (Serial.available()) {
int sensorValue = analogRead(sensorPin);
Serial.println(sensorValue);

digitalWrite(outPinRed, LOW);
digitalWrite(outPinGreen, LOW);
digitalWrite(outPinBlue, HIGH);
digitalWrite(outPinRed, LOW);
digitalWrite(outPinGreen, HIGH);
digitalWrite(outPinBlue, LOW);
} else {
digitalWrite(outPinRed, HIGH);
digitalWrite(outPinGreen, LOW);
digitalWrite(outPinBlue, LOW);
}
delay(3000);
}
//}



About Plant H2O Tester for Arduino

Plant H2O Tester for Arduino is a free app for Android published in the Teaching & Training Tools list of apps, part of Education.

The company that develops Plant H2O Tester for Arduino is EpicMansDad007. The latest version released by its developer is 1.0.

To install Plant H2O Tester for Arduino on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2016-01-23 and was downloaded 15 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Plant H2O Tester for Arduino as malware as malware if the download link to appinventor.ai_j_riddensdale.PlantH2OTester is broken.

How to install Plant H2O Tester for Arduino on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the Plant H2O Tester for Arduino is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by Plant H2O Tester for Arduino will be shown. Click on Accept to continue the process.
  • Plant H2O Tester for Arduino will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 15
Updated At: 2024-04-19
Publisher: EpicMansDad007
Operating System: Android
License Type: Free