(inc GST)
The E18-D80NK Adjustable Infrared Sensor Switch 3-80cm is a set of transmitter and receiver in one of the photoelectric switch sensor. The sensor has a detection range of 3-80cm. The detection distance can be adjusted according to the demand.
The Adjustable Infrared Sensor Switch is small, easy to use, inexpensive, easy to assemble, and can be widely used in a robot to avoid obstacles, interactive media, industrial assembly lines, and many other occasions.
The switching signal output differs in accordance with the obstacles. It remains high when no obstacles and remains low when there are obstacles.
Features :
- Diffuse reflective type.
- Digital output.
- Adjustable detection distance.
- Low consumption.
- Compact size.
- Range: 3 - 80cm adjustable
- Power supply: 5V
- Current: 100mA
- Red: +5V; Yellow: Signal; Green: GND
Package Includes :
1 x E18-D80NK Adjustable Infrared Sensor Switch.
Code and Connection with Arduino nano for E18-D80NK.
const int e18_sensor = 7; const int led = 2; void setup() { Serial.begin(9600); pinMode (e18_sensor, INPUT); pinMode (led, INPUT); } void loop() { int state = digitalRead(e18_sensor); Serial.println(state); if(state==LOW){ Serial.println("Object Detected"); digitalWrite(led, HIGH); } else { Serial.println("All Clear"); digitalWrite(led, LOW); } delay(1000); }
Technical | |
Cable Length | 100 cm |
Current consumption | 300mA |
Diameter | 2.32 cm |
Input Voltage | 5 V |
Light source | Infrared |
Range | 3cm to 80cm |
Length | 6.9 cm |
Ask a Question about E18-D80NK Adjustable Infrared Sensor Switch - PNP NC
-
Yes, You can claim GST credit if you have a GST number. To do it you have to mention the GST number at the time of checkout. GST option appears in the Billing Address. If you are an existing customer of flyrobo then you can log in to your account ( Account → Address Book → Edit Address) and Then enter your GST number.FlyRobo[ 16/11/2022 ]
-
If you want to purchase product in bulk then Please contact at [email protected] with quantity and SKU number.
FlyRobo[ 06/07/2021 ]