1. บทนำ
This manual provides detailed instructions for the proper installation, operation, and maintenance of the GalaxyElec SHT10 Waterproof Temperature and Humidity Sensor Probe Module. This sensor is designed for accurate environmental monitoring in various applications, particularly where moisture resistance is required.
2. สินค้าหมดview
The GalaxyElec SHT10 sensor module integrates the SHT10 chip, known for its precise temperature and relative humidity measurements, within a waterproof probe housing. It features a 0.3-meter cable for flexible placement and is suitable for environments where the sensor element may be exposed to water or high humidity.

รูปที่ 1: GalaxyElec SHT10 Waterproof Temperature and Humidity Sensor Probe Module. This image displays the sensor probe with its brass-colored tip, white plastic housing, and black cable, coiled for storage.
3. คุณสมบัติ
- Integrated SHT10 Sensor: Provides accurate digital temperature and humidity readings.
- การออกแบบกันน้ำ: Sensor probe is sealed for use in wet or submerged conditions.
- ความยาวสายเคเบิล 0.3 เมตร: Offers flexibility for remote sensing applications.
- เอาท์พุตดิจิตอล: Simplifies integration with microcontrollers.
- การใช้พลังงานต่ำ: Efficient for battery-powered projects.
4. การตั้งค่าและการติดตั้ง
Proper setup is essential for accurate readings and sensor longevity. The SHT10 sensor typically communicates via a 2-wire digital interface (Data and Clock).
4.1 การเชื่อมต่อสายไฟ
Connect the sensor to your microcontroller (e.g., Arduino, Raspberry Pi) as follows:
- สายสีแดง: VCC (Power Supply, typically 3.3V to 5V)
- สายสีดำ: GND (พื้น)
- สายสีเหลือง: DATA (Data Line)
- ลวดขาว: SCK (Clock Line)
Note: Specific wire colors may vary. Always refer to the sensor's datasheet or product labeling for definitive wiring. Pull-up resistors (typically 10kΩ) are often required on both DATA and SCK lines when connecting to a microcontroller.
4.2 การจัดวางทางกายภาพ
- Ensure the sensor probe is placed in the environment where temperature and humidity measurements are desired.
- Avoid placing the sensor directly in sunlight or near heat sources, as this can affect accuracy.
- For waterproof applications, ensure the probe tip is fully immersed or exposed to the target environment, while keeping the cable connections dry if not explicitly rated for immersion.
5. คู่มือการใช้งาน
Operating the SHT10 sensor involves programming a microcontroller to communicate with it and read its digital output.
5.1 การรวมซอฟต์แวร์
- ติดตั้งไลบรารี: For platforms like Arduino, install an appropriate SHT10 library from the IDE's Library Manager.
- เริ่มต้นการทำงานของเซ็นเซอร์: In your code, initialize the sensor by specifying the DATA and SCK pins.
- อ่านข้อมูล: Use the library functions to request temperature and humidity readings. The sensor typically provides raw digital values that the library converts into Celsius/Fahrenheit and relative humidity percentagใช่
- Display/Log Data: Process the readings as needed, such as displaying them on an LCD, sending them to a serial monitor, or logging them to a data storage system.
Example (Conceptual Arduino Code Snippet):
#include <SHT1x.h>
#define dataPin 2 // DATA pin
#define clockPin 3 // SCK pin
SHT1x sht1x(dataPin, clockPin);
void setup() {
Serial.begin(9600);
Serial.println("SHT10 Sensor Test");
}
void loop() {
float temp_c = sht1x.readTemperatureC();
float humidity = sht1x.readHumidity();
Serial.print("Temperature: ");
Serial.print(temp_c);
Serial.print(" C / ");
Serial.print(sht1x.readTemperatureF());
Serial.println(" F");
Serial.print("Humidity: ");
Serial.print(humidity);
Serial.println(" %");
delay(2000); // Read every 2 seconds
}
This code snippet is illustrative. Actual implementation may vary based on the specific library and microcontroller used.
6. การบำรุงรักษา
The SHT10 sensor module is designed for durability, but proper maintenance ensures long-term accuracy and performance.
- การทำความสะอาด: If the sensor probe becomes dirty, gently clean it with distilled water and a soft cloth. Avoid abrasive cleaners or solvents.
- การสอบเทียบ: While SHT10 sensors are factory-calibrated, prolonged exposure to harsh chemicals or extreme conditions may affect accuracy over time. Recalibration is typically not user-serviceable for this module type.
- การปกป้องสิ่งแวดล้อม: Despite being waterproof, avoid exposing the sensor to corrosive liquids or environments that exceed its specified operating limits.
- การตรวจสอบสายเคเบิล: Periodically inspect the cable for any signs of damage, cuts, or fraying, especially if used in dynamic environments.
7 การแก้ไขปัญหา
If you encounter issues with your SHT10 sensor, consider the following troubleshooting steps:
- ไม่มีการอ่านค่าหรือข้อมูลที่ผิดปกติ:
- Verify all wiring connections (VCC, GND, DATA, SCK) are secure and correct.
- ตรวจสอบแหล่งจ่ายไฟ voltage is within the sensor's operating range (typically 3.3V-5V).
- Check if pull-up resistors are correctly installed on the DATA and SCK lines.
- Confirm that the correct SHT10 library is installed and initialized in your code.
- Test with a different set of microcontroller pins if possible.
- การอ่านไม่ถูกต้อง:
- Ensure the sensor is not exposed to direct sunlight, drafts, or heat sources that could skew readings.
- Compare readings with a known accurate thermometer/hygrometer in a stable environment.
- Verify that the software conversion formulas (if manually implemented) are correct.
- เซ็นเซอร์ไม่ตอบสนอง:
- Power cycle the microcontroller and sensor.
- Inspect the sensor cable and probe for any visible damage.
- If possible, test with another SHT10 sensor to rule out a faulty unit.
8. ข้อมูลจำเพาะ
| พารามิเตอร์ | ค่า |
|---|---|
| ชิปเซ็นเซอร์ | SHT10 |
| ความยาวสายเคเบิล | 0.3 เมตร (ประมาณ 11.8 นิ้ว) |
| ปฏิบัติการฉบับที่tage | 3.3V - 5V DC (typical) |
| อินเทอร์เฟซ | 2-wire digital (DATA, SCK) |
| ช่วงการวัดอุณหภูมิ | -40°C to +123.8°C (SHT10 chip specification) |
| ช่วงการวัดความชื้น | 0% to 100% RH (SHT10 chip specification) |
| ความแม่นยำ (อุณหภูมิ) | ±0.5°C (typical for SHT10) |
| ความแม่นยำ (ความชื้น) | ±4.5% RH (typical for SHT10) |
| ระดับการกันน้ำ | Probe tip is waterproof (specific IP rating not provided, but designed for wet environments) |
Note: These specifications are based on the SHT10 sensor chip and typical module implementations. Actual performance may vary slightly.
9. การรับประกันและการสนับสนุน
For any questions, technical assistance, or support regarding your GalaxyElec SHT10 Waterproof Temperature and Humidity Sensor Probe Module, please contact the seller directly through the platform where the purchase was made.
GalaxyElec is a professional distributor of electronic products. Please refer to your purchase documentation for specific warranty terms and conditions, if applicable.