| จำนวน{{focus_pdata.unit}} | ส่วนลดต่อ{{focus_pdata.unit}} | ราคาสุทธิต่อ{{focus_pdata.unit}} |
| {{(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)}} บาท |
| คงเหลือ | 163 ชิ้น |
| จำนวน (ชิ้น) |
- +
|
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
|
| คุยกับร้านค้า | |
| {{ size_chart_name }} |
|
| หมวดหมู่ | วัดระยะทาง/Current |
| สภาพ | สินค้าใหม่ |
| เพิ่มเติม | |
| สภาพ | สินค้ามือสอง |
| เกรด | |
| สถานะสินค้า | |
| ระยะเวลาจัดเตรียมสินค้า | |
| เข้าร่วมโปรโมชั่น | |
| ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
| รายละเอียดสินค้า |
FC-33 Electric Motor Speed Sensor Module
(มีสต็อกสินค้าในประเทศไทยพร้อมจัดส่ง) Specification:
Groove width 10 mm.
the working voltage of 3.3 V to 5 V
output form: digital switch output (0 and 1)
PCB size: 2.3 cmx2cm
use the LM393 wide voltage comparator Vcc= 5 Volt,Gnd,D0=11 Code: int sensor = 11;
unsigned long start_time = 0;
unsigned long end_time = 0;
int steps=0;
float steps_old=0;
float temp=0;
float rps=0;
void setup()
{
Serial.begin(115200);
pinMode(sensor,INPUT_PULLUP);
}
void loop()
{
start_time=millis();
end_time=start_time+1000;
while(millis()<end_time)
{
if(digitalRead(sensor))
{
steps=steps+1;
while(digitalRead(sensor));
}
// Serial.println(steps);
}
temp=steps-steps_old;
steps_old=steps;
rps=(temp/20);
Serial.print(rps);
Serial.println(" rps ");
}
:แบบใช้นับจำนวนรอบธรรมดา
![]() :แบบใช้หาความเร็วรอบ ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| เงื่อนไขอื่นๆ |
|
| Tags |

As99shop