Changes between Version 3 and Version 4 of SoilMoistSensor
- Timestamp:
- 2013-09-07 20:45:26 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoilMoistSensor
v3 v4 13 13 Follow the instructions in ConnectingRadioModule to connect radio module. 14 14 15 Connect the moist sensor to digital input 0. Also note that moist sensor only seems to work when feeding it with +5V on VCC. 15 Connect the digital lout of the moist sensor to digital input 0 (you can change this in code if you want). Connect VCC to +5V or +3.3V of the Arduino board. 16 17 If you want to use the analog output from the sensor you'll have to rewrite the code and use some other device type to that can show the actual analog value. 16 18 17 19