0388724758
Tiếng Việt (VND)
Thương hiệu
Mã khách hàng
Mô tả
Nguồn: 3.3-5VDC, dải trở: 0-10 KOhm
Hết hàng
(Đặt mua để có hàng sớm)
Min: 1
Bội số: 1
Đơn vị bán: Cái
Số lượng | Đơn giá | Thành tiền |
1+ | 59,000 đ | 59,000 đ |
20+ | 58,000 đ | 1,160,000 đ |
50+ | 57,000 đ | 2,850,000 đ |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Biến Trở Số | |
RoHS | ||
0 Sản phẩm tương tự |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Biến Trở Số | |
RoHS | ||
0 Sản phẩm tương tự |
Hết hàng
(Đặt mua để có hàng sớm)
Min: 1
Bội số: 1
Đơn giá
59,000 đ
Thành tiền
59,000 đ
Đơn vị bán: Cái
Số lượng | Đơn giá | Thành tiền |
---|---|---|
1+ | 59,000 đ | 59,000 đ |
20+ | 58,000 đ | 1,160,000 đ |
50+ | 57,000 đ | 2,850,000 đ |
Số lượng | Đơn giá | Thành tiền |
1+ | 59,000 đ | 59,000 đ |
20+ | 58,000 đ | 1,160,000 đ |
50+ | 57,000 đ | 2,850,000 đ |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Biến Trở Số | |
RoHS | ||
0 Sản phẩm tương tự |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Biến Trở Số | |
RoHS | ||
0 Sản phẩm tương tự |
X9C103S Mạch Biến Trở Số 10 KOhm Cho Arduino là một mạch chiết áp kỹ thuật số dùng Chip X9C103S bao gồm một dãy điện trở, các công tắc gạt, một phần điều khiển và bộ nhớ không thay đổi.
Thông số kỹ thuật:
#define UD 2 // OUTPUT
#define INC 3
#define CS 4
void up(){
digitalWrite(UD, HIGH);
digitalWrite(INC, HIGH);
digitalWrite(CS, LOW); // turn on the microcircuit
delayMicroseconds(1);
digitalWrite(INC, LOW);
delayMicroseconds(1);
digitalWrite(INC, HIGH);
delayMicroseconds(1);
///digitalWrite(INC, LOW); // in this case the position of the slider is not written
digitalWrite(CS, HIGH); // turn off the chip and write the position in the EEPROM
}
void down()
{
digitalWrite(UD, LOW);
digitalWrite(INC, HIGH);
digitalWrite(CS, LOW);
delayMicroseconds(1);
digitalWrite(INC, LOW);
delayMicroseconds(1);
digitalWrite(INC, HIGH);
delayMicroseconds(1);
digitalWrite(CS, HIGH);
}
void setup() {
Serial.begin(9600);
pinMode(INC, OUTPUT);
pinMode(UD, OUTPUT);
pinMode(CS, OUTPUT);
digitalWrite(CS, HIGH); // turn off the microcircuit
}
void loop() {
if (Serial.available())
if (Serial.read() == '0'){
down();
Serial.print("-1");
}
else {
up();
Serial.print("+1");
}
}
}
X9C103S Mạch Biến Trở Số 10 KOhm Cho Arduino là một mạch chiết áp kỹ thuật số dùng Chip X9C103S bao gồm một dãy điện trở, các công tắc gạt, một phần điều khiển và bộ nhớ không thay đổi.
Thông số kỹ thuật:
#define UD 2 // OUTPUT
#define INC 3
#define CS 4
void up(){
digitalWrite(UD, HIGH);
digitalWrite(INC, HIGH);
digitalWrite(CS, LOW); // turn on the microcircuit
delayMicroseconds(1);
digitalWrite(INC, LOW);
delayMicroseconds(1);
digitalWrite(INC, HIGH);
delayMicroseconds(1);
///digitalWrite(INC, LOW); // in this case the position of the slider is not written
digitalWrite(CS, HIGH); // turn off the chip and write the position in the EEPROM
}
void down()
{
digitalWrite(UD, LOW);
digitalWrite(INC, HIGH);
digitalWrite(CS, LOW);
delayMicroseconds(1);
digitalWrite(INC, LOW);
delayMicroseconds(1);
digitalWrite(INC, HIGH);
delayMicroseconds(1);
digitalWrite(CS, HIGH);
}
void setup() {
Serial.begin(9600);
pinMode(INC, OUTPUT);
pinMode(UD, OUTPUT);
pinMode(CS, OUTPUT);
digitalWrite(CS, HIGH); // turn off the microcircuit
}
void loop() {
if (Serial.available())
if (Serial.read() == '0'){
down();
Serial.print("-1");
}
else {
up();
Serial.print("+1");
}
}
}
Chấp nhận thanh toán