จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(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)}} บาท |
คงเหลือ | 4 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | Microwave/Laser |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
เซนเซอร์จับความเคลื่อนไหวด้วยเรด้า HB100 Microwave Doppler Radar 10.525GHz
Description:
Non-contact detection.
Not affected by temperature, humidity, noise, airflow, dust, light and etc.
Suitable for harsh environments.
Auto-radio frequency interference ability.
Small output power do not harm the body structure.
Detection of non-life objects is supported.
Excellent performance of the direction of the mocrowave, as the speed is equal to the speed of the light.
Microwave Sensor only, other accessories demo in the picture is not included.
Specification:
Type: Biosensor
Usage: Temperature Sensor
Theory: Hall Sensor
Output: Switching Transducer
Diameter: 6.1cm
Quantity: 1 Pc
Electrical Parameters:
Working Voltage: 5V±0.25V
Operating Current(CW): 50mA max, 30mA typical
Emission Parameters:
Detection Distance: Used with the adapted plate or reference circuit below, 2-16 continuously adjustable(minimum 2m, maximum 16m)
Helium Emission Frequency: 10.525 GHz
Frequency Setting Accuracy: 3MHz
Output Power(Min.): 13dBm EIRP
Harmonic Emission: <-10dBm
Average Current(5%DC): 2mA typ
Pulse Width(Min.): 5uSec
Duty Cycle(Min.): 1%
Receive Parameters:
Sensitivity(10dB S/N ratio)3Hz to 80Hz Bandwith: -86dBm
10.3Hz to 80Hz Bandwidth Clutter 10uV
Anteena Gain: 8dBi
Vertical 3dB Beam Width: 36 Degrees
Water Level 3dB Beam Width: 72 Degrees
![]() Code: #include "MsTimer2.h" //Timer interrupt function Int pbIn = 0; // Define the interrupt PIN is 0, that is, digital pins 2
Int ledOut = 13;
Int count=0;
Volatile int state = LOW; //Define ledOut, default is off
Void setup()
{
Serial.begin(9600);
pinMode(ledOut, OUTPUT);
attachInterrupt(pbIn, stateChange, FALLING); // Sets the interrupt function, falling edge triggered interrupts.
MsTimer2::set(1000,process); // Set the timer interrupt time 1000ms
MsTimer2::start();//Timer interrupt start
}
Void loop()
{
Serial.println(count); // Printing times of 1000ms suspension
Delay(1);
If(state == HIGH) //When moving objects are detected later, 2s shut down automatically after the ledout light is convenient.
{
Delay(2000);
State = LOW;
digitalWrite(ledOut, state); //Turn off led
}
}
Void stateChange() //Interrupt function
{
Count++;
}
Void process() //Timer handler
{
If(count>1) //1000ms interrupt number greater than 1 is considered detected a moving object (this value can be adjusted according to the actual situation, equivalent to adjust the detection threshold of the speed of a moving object)
{
State = HIGH;
digitalWrite(ledOut, state); //Lighting led
Count=0; //Count zero
}
Else
Count=0; //In 1000ms, interrupts does not reach set threshold value is considered not detect moving objects, interrupt the count number is cleared to zero.
} ![]() ![]() ![]() ![]() ![]() |
เงื่อนไขอื่นๆ |
|
Tags |