จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | 28 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Motor/stepper |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
Fan Module L9110 Fan Module for Arduino
Fan Module L9110 โมดูลพัดลมขนาดเล็ก สำหรับทดลองการควบคุมมอเตอร์ไฟฟ้ากระแสตรง สามารถควบคุมทิศทางและความเร็วในการหมุนของโมดูลได้ โดยใช้ IC เบอร์ L9110 สำหรับขับมอเตอร์
This L9110 Fan Module Fire Fighting Robot for Arduino controls the rotation direction of the motor, hence the fan. Designed with the mounting hole, compatible with servo motor control.
The module bows out the flame of light in the 20cm distance. It is an essential part of firefighting robot development.
Features:
Use L9110 driver module for speed control
With mounting holes
Screw compatible steering gear
Can easily blow out lighter flame 20 cm away
Can be used for fire fighting robots, robot design and development
Working voltage: 5V ![]() INB ----- D8
INA ----- D9
VCC ----- 5V
GND ----- GND
int INA = 9;
int INB = 8;
void setup()
{
pinMode(INA,OUTPUT);
pinMode(INB,OUTPUT);
}
void loop()
{
// LEFT
digitalWrite(INA,LOW);
digitalWrite(INB,HIGH);
delay(1000);
digitalWrite(INA,LOW);
digitalWrite(INB,LOW);
delay(3000);
// RIGHT
digitalWrite(INA,HIGH);
digitalWrite(INB,LOW);
delay(1000);
digitalWrite(INA,LOW);
digitalWrite(INB,LOW);
delay(3000);
}
![]() ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |