Ta strona wykorzystuje pliki cookies. Korzystając ze strony, zgadzasz się na ich użycie. OK Polityka Prywatności Zaakceptuj i zamknij X

ELECTRONIC BRICK - MOISTURE SENSOR, c f.VAT Sklep

20-02-2015, 10:16
Aukcja w czasie sprawdzania była zakończona.
Cena kup teraz: 14.70 zł     
Użytkownik arduinosolutions
numer aukcji: 5014689302
Miejscowość Goczałkowice-Zdrój
Wyświetleń: 23   
Koniec: 20-02-2015 09:26:26

Dodatkowe informacje:
Stan: Nowy
info Niektóre dane mogą być zasłonięte. Żeby je odsłonić przepisz token po prawej stronie. captcha

Masz pytania? Zadzwoń
663 [zasłonięte] 362

ELECTRONIC BRICK - MOISTURE SENSOR, czujnik wilgotności

Features

1. Plug and play, easy to use. Compatible with the mainstream 2.54 interfaces and 4-Pin Grove interfaces in the market.

2. With use of M4 standard fixed holes, compatible with M4-standard kits such as Lego and Makeblock.

3. With switch to shift between analog and digital output. Able to read the specific soil moisture information (analog) or the over-wet or over-dry soil information according to the threshold (digital). The adjustable potentiometer is used to set the moisture threshold.

4. With hysteresis comparator circuit for more stable digital output voltage.

 

Specifications

PCB size71.65mm X 24.00mm X 1.6mm
Working voltage3.3 or 5V DC
Operating voltage3.3 or 5V DC
Compatible interfaces.54 3-pin interface and 4-pin Grove interface(1)(2)

Note 1: D for digital output port, A for analog output port, S for analog/digital output port ( defined according to the switch), V and G for voltage at the common collector and ground respectively

Note 2: When setting as analog output, output range is 0-3.3V or 0-5V according to the working voltage; when setting as digital output, output is 0/3.3V or 0/5V according to the working voltage.


Electrical characteristics

ParameterMin.TypicalMax.Unit
Working voltage2.155.5VDC
Analog output voltageVCC=5V0Vout5V
Digital output voltageVCC=5V0-5V
Working currentVCC=5V-5-mA
Threshold hysteresis ΔUth-VCC*0.09-V


Hardware


Switch and indicator

1. Regulating of threshold voltage:

The threshold voltage is a voltage for comparison. When the soil moisture value read by the sensor is above the threshold value, a low level (0V) will be digitally output; when the soil moisture value read by the sensor is below the threshold value, a high level (3.3V or 5V) will be digitally output. In this way, the digital pin can be used directly to read the current soil moisture value to see if it is above the threshold or not. The threshold voltage can be regulated by simply twisting the potentiometer which is shown in Figure 1., and it increases by rotating to left side and decreases by rotating to right side.

2. Switch to shift between analog and digital output

For 4-pin Grove interface, this switch makes no sense.

For S pin in 2.54mm 3-pin interface, it outputs analog signals when switch is pushed to A terminal and digital signals when pushed to D terminal. When there is analog signal output, it can read the specific soil moisture value; when there is digital signal output, it can only indicate whether the soil moisture value is above threshold value or not.


DEMO

1. Push the snap switch of sensor to analog output, connect S port to A0 port of Arduino board, and we will use the following program to read the analog value of soil and send it to computer for display via the serial port.

1
2
3
4
5
6
7
8
9
10
int ASignal = A0;
void setup() {
  Serial.begin(9600);
}
 
 
void loop() {
  int sensorValue = analogRead(ASignal);
  Serial.println(sensorValue);
}

2. Push the snap switch of sensor to digital output, connect S port to D2 port of Arduino board, and we will use the following program to read the digital value of soil and send the threshold to computer for display .

1
2
3
4
5
6
7
8
9
10
11
12
13
int DSIGNAL = 2;
void setup()
{
  Serial.begin(9600);
  pinMode(DSIGNAL, INPUT);
}
 
void loop()
{
  int DsignalState = digitalRead(DSIGNAL);
  Serial.println(DsignalState);
  delay(100);     
}
 
 

Download

ELECTRONIC BRICK - MOISTURE SENSOR, czujnik wilgotnościELECTRONIC BRICK - MOISTURE SENSOR, czujnik wilgotnościELECTRONIC BRICK - MOISTURE SENSOR, czujnik wilgotnościELECTRONIC BRICK - MOISTURE SENSOR, czujnik wilgotnościELECTRONIC BRICK - MOISTURE SENSOR, czujnik wilgotności



Na naszych pozostałych aukcjach możesz znaleźć:


&copy PanelReklamowy



Dane kontaktowe

E-mail:
Telefon:

[zasłonięte]@elty.pl
663[zasłonięte]362

Sposoby płatności

Platforma PayU

Tradycyjny przelew bankowy:

MBANK

75 1140 [zasłonięte] 2[zasłonięte]0170002 [zasłonięte] 109953

Opcje wysyłki

Kurier DHL

Poczta Polska

Wszystkie zamówione przedmioty wysyłane są
z Polski.