سنسور تشخیص مانع اینفرارد آردوینو
سویچ اینفرارد آردوینو یک فرستنده یکپارچه و دریافت کننده همانند سنسور بازتابنده فتوالکتریک است.این سنسور دارای یک تشخیص دهنده فاصله از طریق پتانسیومتر پشت آن برای تنظیم محدوده اندازه گیری است.محدوده اندازه گیری سویچ اینفرارد از 3cm تا 80cm است. در روباتیک از این سنسور برای تشخیص اشیاء و موانع برای جلوگیری از برخورد روبات به مانع می توانید استفاده کنید.
برخی از پارامترهای فنی
ولتاژ: 5 ولت DC
جریان:100mA
محدوده اندازه گیری: 3-80CM
پین ها: قرمز VCC، سبز GND ، زرد سیگنال خروجی
مثال
کد:
const int analogInPin = A0; // Analog input pin that the sensor is attached to
int sensorValue = 0; // value read from the pot
void setup() {
// initialize serial communications at 9600 bps:
Serial.begin(9600);
}
void loop() {
// read the analog in value:
sensorValue = analogRead(analogInPin);
// print the results to the serial monitor:
Serial.print("sensor = " );
Serial.print(sensorValue);
Serial.print("\t distance = ");
Serial.println(map(sensorValue, 0, 1023, 3, 80));
// wait 2 milliseconds before the next loop
// for the analog-to-digital converter to settle
// after the last reading:
delay(2);
}
مرجع:
Arduino Infrared Obstacle Avoidance Detection Photoelectric Sensor for sale – Arduino Board manufacturer from china (91802957).
139741 Arduino Infrared Obstacle Avoidance Detection Photoelectric Sensor - air
جهت سفارش این کالا، به این بخش در فروشگاه آفتاب رایانه مراجعه نمایید.