Sensor de Humidade no Solo
  • Sensor de Humidade no Solo
  • Sensor de Humidade no Solo
  • Sensor de Humidade no Solo
  • Sensor de Humidade no Solo
  • Sensor de Humidade no Solo
  • Sensor de Humidade no Solo

Sensor de Humidade no Solo

:SEN10018
4,90 €
preço com IVA incluído

Sensor de humidade do solo, Compativel com Arduino, Alimentaçao 3,3V ou 5V, tensão de saida 0~4.2V, Corrente 35mA

Quantidade

DESCRIÇÃO EM PORTUGUÊS BREVEMENTE DISPONÍVEL

Se tiver alguma dúvida neste produto não hesite em contactar-nos.

*Atenção: as imagens são meramente ilustrativas.

Introduction

The new soil moisture sensor uses Immersion Gold which protects the nickel from oxidation. Electroless nickel immersion gold (ENIG)  has several advantages over more conventional (and cheaper) surface platings such as HASL (solder), including excellent surface planarity (particularly helpful for PCB's with large BGA packages), good oxidation resistance, and usability for untreated contact surfaces such as membrane switches and contact points.
 
A soil moisture sensor can read the amount of moisture present in the soil surrounding it. It's a low tech sensor, but ideal for monitoring an urban garden, or your pet plant's water level. This is a must have tool for a connected garden!
 
This sensor uses the two probes to pass current through the soil, and then it reads that resistance to get the moisture level. More water makes the soil conduct electricity more easily (less resistance), while dry soil conducts electricity poorly (more resistance).
 
It will be helpful to remind you to water your indoor plants or to monitor the soil moisture in your garden.The IO Expansion Shield is the perfect shield to connect this senor to Arduino.
 Arduino example code:
 
/*
  # Version    : 1.0
  # Connect the sensor to the A0(Analog 0) pin on the Arduino board
  
  # the sensor value description
  # 0  ~300     dry soil
  # 300~700     humid soil
  # 700~950     in water
*/

void setup(){
  Serial.begin(57600);
}

void loop(){
  Serial.print("Moisture Sensor Value:");
  Serial.println(analogRead(0));  
  delay(100);
}

Specification
  • Power supply: 3.3v or 5v
  • Output voltage signal: 0~4.2v
  • Current: 35mA
  • Pin definition:
    • Analog output(Blue wire)
    • GND(Black wire)
    • Power(Red wire)
  • Size: 60x20x5mm
  • Surface finish:Immersion Gold

 

Shipping List

  • Moisture sensor(1 unit)
  • Analog Sensor Cable (1 unit)
 

SEN10018