1. Product Overview

Name: MoistureSensor soil moisture sensor

Item No: SEN030003

Manufacturing: YwRobot

 

 

2. Technical Parameters

Size: 60 * 20mm

Weight: 4g

Voltage: 3.3V, 5V

Port: Analog voltage

Output voltage: 5V power supply, about 0-3.6V (3.6V voltage is completely immersed in water)

Output voltage values are for reference, because different water quality factors, see the actual measurement

Detection Area: 40 * 20mm

Detection surface: Gold-plated

Platform: Arduino

 

 

3. Product Feature

This module is a simple moisture sensor, use measuring changes in moisture and humidity resistance

The drier the soil, the output voltage is smaller. The more humid the larger output voltage

The module will be inserted into the soil, by the AD converter voltage signal can be detected in soil moisture

Can Arduino, pumps connected to form an automatic watering system

Immersion sensor technology, increased service life

Note: This sensor is a consumable, life is about 6-12 months (soil environment)

 

 

# 샘플소스

  // 토양 센서 처리 //////////////////////////
  int soilAnalogValue = analogRead(SOILSENSOR_PIN);
  int soilDigitalValue = map(soilAnalogValue, 0, 630, 0, 100); // Max(물에 잠길때) : 540 ~ 630, Min: 0
  soilDigitalValue = constrain(soilDigitalValue, 0, 100);
728x90

 

(만능) 기판용(pitch2.5~2.54mm)은 pitch가 2.50mm 인 상품을 선택해야 함.

- Female:5264 / header: 5067, 5068(Right Angle)

- Female:5051 / header: 5045, 5046(Right Angle)

- Female:35312/ header: 35155

 

728x90

 

Parameters

 

- 크기 : 28 *의 24mm

- 전압 : 3.3V, 5V

- 포트 : 아날로그 전압 레벨 신호 듀얼 출력 스위치

- 프로브 : 포토 레지스터

- 검출 등 : 가시 광선

- 검출 각도 : 160 °

- 검출 방법 : 분압 피드백

- 플랫폼 : 아두 이노, MCU

- DOUT은 : 레벨 신호 출력은 전위차계에 의해 설정된 임계 값 출력이 낮은 도달 (0 or 1) -> 가변저항 조정에 따라 on/off

- AOUT : 아날로그 전압 출력, 현재의 밝기가 반영 AD 변환 처리를 필요

- 포토 레지스터 형 센서 검출 범위는, 주위의 밝기를 다양한 검출하도록

 

PS. 어두울 수록 AOUT 값이 커짐. #GL7528 과는 반대.

728x90

'Programming Language > 아두이노, 라즈베리파이' 카테고리의 다른 글

Soil Moisture Sensor Module [SEN030003]  (0) 2024.01.08
MOLEX 커넥터 : Wire to Board  (0) 2024.01.08
ESP8266 ESP-01 어댑터  (0) 2024.01.08
ESP8266  (1) 2024.01.08
ESP8266 라이브러리: 다른 버전  (0) 2024.01.08

Description:

A adapter module for ESP-01 Wi-Fi module. 3.3V voltage regulator circuit and onboard level conversion circuit can make 5V microcontroller easy to use with ESP-01 Wi-Fi module.

Also, the item can be used with For Arduino UNO R3 or compatible board.

 

 

Features:

Working voltage: 4.5~5.5V (On-board 3.3V LDO Regulator)

=> EPS8266이 3.3v에서 동작하지만, 어뎁터에서는 5.5v에서 동작함. 3.3v를 어뎁터에 공급하면 전압이 낮아 동작하지 않음.

Working current: 0-240mAInterface logic voltage: 3.3V / 5V compatible(On-board level shift circuit)

 

 

Package Included:

1 x ESP-01 Adapter Module

 

 

PS. 아두이노 우노에 사용하려면, ESP8266의 통신속도를 9600bps로 펌웨어 업데이트 해야 함.

728x90

+ Recent posts