≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
请点击进入网站
Delivery Address
+ 添加地址
新的货运地址
*为了您能及时收到到货信息,请正确填写手机号。
国家代码
添加到收藏夹
Utsource certified used parts
Utsource认证二手为您提供如下保障
1.Utsource会对货物检查,包括外观检测 (外观无严重破损),筛选合格诚信的供应商,确保98%合格率。
2. Some parts are tested by machine.
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) |
订单
Payment
货运
Gift Coupon/Plus service
Returning
Returns are normally accepted when completed within 90 days from the date of the parcel delivered.
Defective ( Please provide a third party quality report of nonconforming products)
Return Freight charges must be prepaid; we will not accept COD shipments.
Warranty
All UTSOURCE purchases have a 90 days money back return policy, plus a 100 days UTSOURCE warranty against any manufacturing defects.This warranty shall not apply to any item where defects have been caused by improper customer assembly, failure by customer to follow instructions, product modification, negligent or improper operation.
DS1221
DS1221 has several brands around the world that may have alternate names for DS1221 due to regional differences or acquisition. DS1221 may also be known as the following names:
购买选择
库存状态: 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