Page 1
USER MANUAL soil moisture sensor + water level sensor module WPSE303 whadda.com...
Page 2
If in doubt, contact your local waste disposal authorities. Thank you for choosing Whadda! Please read the manual thoroughly before bringing this device into service. If the device was damaged in transit, do not install or use it and contact your dealer.
Page 3
What is Arduino® ® Arduino is an open-source prototyping platform based on easy-to-use hardware and boards are able to read inputs – light-on sensor, a finger on a button or a ® software. Arduino Twitter message – and turn it into an output – activating of a motor, turning on an LED, publishing something online.
Page 4
Making a Soil Moisture Sensor ® ® The hardware consists of an Arduino microcontroller (here a Velleman WPB100 Arduino Uno) and the soil moisture sensor module and/or water level sensor. The soil moisture sensor module gives an analogue voltage corresponding to the moisture level of the soil.
Page 5
Example int GLED= 13; // Wet Indicator at Digital PIN D13 int RLED= 12; // Dry Indicator at Digital PIN D12 int SENSE= 0; // Soil Sensor input at Analog PIN A0 int value= 0; void setup() { Serial.begin(9600); pinMode(GLED, OUTPUT); pinMode(RLED, OUTPUT);...
Need help?
Do you have a question about the WPSE303 and is the answer not in the manual?
Questions and answers