≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Utsource 사이트에 들어가려면 여기를 클릭하세요
Dear customers, due to the implementation of the GDPR policy in Europe, UTSOURCE has also made adjustment accordingly to meet the policy requirements. Please read the new privacy policy carefully and this window will no longer pop up after you accept it.
Delivery Address
+ 주소추가
새로운화물운송주소
* 추적 정보를 제때받을 수 있도록 휴대폰 번호를 정확하게 입력하십시오.
국가 코드즐겨 찾기
Utsource certified used parts
Utsource 인증 중고 부품은 다음과 같은 보증을 제공합니다.
1. Utsource는 외관 검사 (외관에 심각한 손상이 없음)를 포함하여 물품을 검사하고 자격을 갖춘 정직한 공급 업체를 선택하며 98 % 자격을 보장합니다.
2. 일부 부품은 기계로 테스트됩니다.
3. Utsource 인증 부품은 60 일 이내에 무조건 반환 및 환불 할 수 있습니다.
제품서술
Nonvolatile Controller x 4 Chip
이 사이트에 사용 된 모든 제품 이름, 상표, 브랜드 및 로고는 해당 소유자의 재산입니다. 이러한 이름, 상표, 브랜드 및 로고가있는 제품의 묘사, 설명 또는 판매는 식별 목적으로 만 사용되며 권리 보유자와의 관계 또는 승인을 나타 내기위한 것이 아닙니다.
데이터 시트의 처음 3페이지 미리보기
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $1.86480 | US $1.67832 | US $1.67832 |
≥5: | US $1.24320 | US $1.11888 | US $5.59440 |
≥10: | US $1.11888 | US $1.00699 | US $10.06990 |
≥20: | US $1.08780 | US $0.97902 | US $19.58040 |
≥50: | US $1.05672 | US $0.95105 | US $47.55250 |
≥100: | US $1.02564 | US $0.92308 | US $92.30800 |
≥200: | US $0.99456 | US $0.89510 | US $179.02000 |
≥500: | US $0.98213 | US $0.88392 | US $441.96000 |
≥1000: | US $0.96348 | US $0.86713 | US $867.13000 |
대체 제품
Product Name | Description |
---|---|
DS1225 | Real-time clock (RTC) with integrated crystal, 32.768 kHz, I2C interface, 5 V supply, 8-pin DIP/SOIC package. |
PCF8563 | Low-power CMOS real-time clock (RTC) with I2C-bus interface, 32.768 kHz crystal oscillator, 5 V supply, 8-pin SOIC package. |
MCP7940N | Integrated real-time clock (RTC) and calendar, 32.768 kHz crystal, I2C interface, 5 V supply, 8-pin SOIC package. |
DS1307 | Low-power, I2C real-time clock (RTC) with RAM, 32.768 kHz crystal, 5 V supply, 8-pin DIP/SOIC package. |
제품 사용
The DS1221 is a digital temperature sensor and thermostat IC from Maxim Integrated (now part of Analog Devices). It provides 9-bit temperature readings and can be configured to function as a thermostat with programmable high and low temperature limits. Here are some common applications and circuits where the DS1221 might be used:
Temperature Monitoring Systems:
Thermostat Control:
Consumer Electronics:
Medical Devices:
Automotive Applications:
Environmental Monitoring:
Here is a simple example of how the DS1221 can be used in a temperature monitoring circuit:
VCC (DS1221) --- 3.3V
GND (DS1221) --- GND
SDA (DS1221) --- SDA (Microcontroller)
SCL (DS1221) --- SCL (Microcontroller)
#include <Wire.h>
#define DS1221_I2C_ADDRESS 0x48
void setup() {
Wire.begin();
Serial.begin(9600);
}
void loop() {
int temp = readTemperature();
Serial.print("Temperature: ");
Serial.print(temp / 16.0);
Serial.println(" C");
delay(1000);
}
int readTemperature() {
Wire.beginTransmission(DS1221_I2C_ADDRESS);
Wire.write(0); // Point to the temperature register
Wire.endTransmission();
Wire.requestFrom(DS1221_I2C_ADDRESS, 2);
if (Wire.available() == 2) {
int msb = Wire.read();
int lsb = Wire.read();
return (msb << 8) | lsb;
}
return 0;
}
This code reads the temperature from the DS1221 and prints it to the serial monitor. The temperature is read in 9-bit format and converted to degrees Celsius.
The DS1221 is a versatile component that can be used in a wide range of applications where accurate temperature sensing and control are required. Its ease of integration with microcontrollers and its ability to function as a thermostat make it a popular choice for many projects and commercial products.
글로벌 물류 국가 목록
국기 | 국가 | 예상 배송 시간 | 최소 초중량 비용 | ||
---|---|---|---|---|---|
택배 | 표준 배송 | 택배 (0.5kg) | 표준 배송 (0.05kg) |
주문서
비용
운송
기프트 쿠폰 / 플러스 서비스
반환
일반적으로 소포 배송일로부터 90 일 이내에 반품이 완료됩니다.
결함 (부적합 제품에 대한 제 3 자 품질 보고서를 제공하십시오)
반송 운임은 선불되어야합니다. 대금 상환은받지 않습니다.
보증 정책
모든 UTSOURCE 구매에는 90 일의 환불 환불 정책과 제조 결함에 대한 100 일의 UTSOURCE 보증이 포함됩니다.이 보증은 고객 조립이 잘못되어 고객이 지시를 따르지 않아서 결함이 발생한 품목, 제품 수정에는 적용되지 않습니다. , 부주의하거나 부적절한 작동.
DS1221
DS1221에는 지역적 차이 또는 인수로 인해 DS1221의 대체 이름이있을 수있는 여러 브랜드가 있습니다. DS1221은 (는) 다음 이름으로도 알려져 있습니다.
구매 옵션
재고상태: 10000
최소: 2
총가격:
US $300.00 이상 주문하는 경우, 첫 0.5kg 무료 배송(미국 제외)
택배: 예상 도착 {0}
표준 배송: 예상 도착 {0}
국가:
United States
급행:(FEDEX, UPS, DHL, TNT)300$ 이상 주문하는 경우, 첫 0.5kg 무료 배송,추가 무게는 따로 부과됩니다(미국 제외)
UTSOURCE
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
생산 전문가 중지, 우리는 유지 보수 회사를 용이하게하기 위해 생산이 중단되고 찾기 어려운 많은 전자 부품을 제공 할 수 있습니다
Reply to
submit