Information
Item weight
Barcode
Created time
Last updated on
Item description
รายละเอียดสินค้า

  • 3.5 to 5.5V power and I/O
  • 10 mA max current use during conversion (while requesting data)
  • Good for 0-100% humidity readings with 2% accuracy
  • Good for -20 to 80°C temperature readings ±0.1°C typical accuracy
  • 0.5 Hz update rate
  • Body size 98mm x 16mm diameter (4" x 0.9" )
  • 4 wires 20 inches long
  • Weight: 82.64g
  • This board/chip uses I2C 7-bit address 05C.

Datasheet AM2315

AM2315 datasheet

 
Library AM2315
https://github.com/adafruit/Adafruit_AM2315

หรือโหลดได้จาก Arduino IDE โดยการเข้าไปที่ Tools->Manage Libraries และพิมพ์ AM2315 ตามรูป






วิธีการต่อ AM2315 กับ Arduino (โปรดแจ้งความประสงค์หากต้องการตัวต้านทานแถม 10k )



ตัวอย่าง Code AM2315  Arduino
#include <Wire.h>
#include <Adafruit_AM2315.h>


/**
 *  www.arduinoNa.com
 *  ตัวอย่างการใช้เซนเซอร์ AM2315 กับ Arduino
 *  สายต่อของเซนเซอร์ -> Arduino ดังนี้
 *  red -> 3.3-5V
 *  black -> GND
 *  yellow -> A4 (SCL)
 *  white -> A5 (SDA)
 */

Adafruit_AM2315 am2315;

void setup() {
 Serial.begin(9600);
 while (!Serial) {
   delay(10);
 }
 Serial.println("ArduinoNa AM2315 Test!");

 if (! am2315.begin()) {
   /**
     * ถ้าขึ้นข้อความด้านล่าง ให้ต่อตัวต้านทาน 10k ตามรูปในหน้าสินค้าร้าน www.arduinona.com
     */
   Serial.println("Sensor not found, check wiring & pullups!");
   while (1);
 }
}

void loop() {
 float temperature, humidity;

 if (! am2315.readTemperatureAndHumidity(&temperature, &humidity)) {
   Serial.println("Failed to read data from AM2315");
   return;
 }
 Serial.print("Temp *C: "); Serial.print(temperature);
 Serial.print("\tHum %: "); Serial.println(humidity);

 delay(1000);
}

รายละเอียดเพิ่มเติม

 
This digital temperature and humidity sensor is a digital signal containing a calibrated outputs composite temperature and humidity sensors . It uses a dedicated digital module acquisition technology and temperature and humidity sensing technology to ensure that the product has a very high reliability and excellent long-term stability. Sensor includes an electrical capacitance typefeeling wet element and a high-precision temperature measurement devices, and with a high-performance 8-bit microcontroller with the connection. So the product has excellent quality, ultra-fast response, anti-interference ability, cost-effective and so on. Each sensor is calibrated in an extremely accurate humidity calibration room. The calibration coefficients are stored in OTP memory in the form of a program, and these calibration coefficients are called internally during the processing of the detection signal. Single- wire serial interface, system integration becomes simpler and quicker. Ultra-small size, very low power consumption, signal transmission distance of up to 20 meters or more, making it the most demanding applications for all types of applications.
 
 
Single bus digital signal output:

data format
 
[ Humidity data bits + temperature data bits + checksums ]
 
 
Sensor Performance Description:
 

Conditions
Tags

Exchange or return policy



Every item comes with a 30-day warranty. However, there are certain conditions that apply:

  1. The customer should not be responsible for any self-inflicted damage, such as incorrect power connections (for example, supplying 5V instead of the required 3.3V for a sensor).

  2. The product must be in perfect condition, without any breakage or damage caused by electricity (e.g., short circuits leading to electrical fires).

  3. The store does not accept product exchanges due to customer misunderstandings, such as purchasing the wrong size for their project or buying something without eventually using it. Customers can inquire about the product details and ensure compatibility before making a purchase by contacting us through our Line account @modulemore during business hours. Please note that there may be delays in response between 12:00 PM and 2:00 PM.

Return Policy: To initiate a product return, customers must provide the original receipt or a copy for quick verification. Returns can be sent to our store address by following these guidelines:

  1. Provide a detailed description of the damaged item(s).
  2. Mention any tests or experiments conducted by the customer.

Please note that the store reserves the right to make the final decision regarding product replacement or refund.

English

Categories

TRACK & TRACE

*Enter your order ID or email used in placing an order

OVERVIEW

Pageviews2,072,435 view(s)
Visitors1,333,161 time(s)
Last updatedSep 6, 2025

JOIN US

ร้านModuleMore
ร้านModuleMore
/www.modulemore.com/en
Join as a Member
600
Become a member of this store to receive special offers and promotions
Choose your language
Language
Currency
Change
Modify language
My orders
This seller's information
ร้านModuleMore
ModuleMore
Arduino compatible board, Iot, ESP32, ESP8266, Nodemcu, Raspberry pi, micro:bit and etc.
Mobile number : 0831710868
E-mail : paheyisoicus@gmail.com
Send message to seller
About this seller
Recently viewed items
Favourite this seller
Join as a Member
Share this page
Share this page

TOP Back to top
Contact me