• Fastest Shipping

  • Free help & advice

  • Hassle-free returns

  • Based in Sydney

Pi Australia  |  SKU: LB-LR0006

Arduino Infra-red obstacle sensor

$3.37
Tax included Shipping calculated at checkout.

Call us on 1300 240 817 between 10 AM and 4 PM on weekdays or email team@littlebird.com.au .

The Fastest Shipping

We ship faster because we built our own shipping 🤖 robot.

Pi Australia is operated by Little Bird, and we go to great lengths to ship your orders, often within minutes.

You can view shipping options and pricing at checkout without logging in.

For orders over 500g (such as bulky items), shipping may cost more than the initial estimate.

We deliver across Australia, and here are the options (based on your location; view them on the cart page):

  • Standard Post: Starting at $7 (6+ business days, with tracking)
  • Express Post: Starting at $11 (2+ business days, with tracking)
  • Same Day Delivery: Available for Sydney orders.
  • Non-metro WA, NT, SA, and TAS: May take an additional 2+ days.

Infrared obstacle sensor is designed for adding to your robot so that it can avoid obstacles.
Specifications
  • IO Interface: 4-wire interfaces (- / + / S / EN)
  • Output signal: TTL level (low level there is an obstacle, no obstacle high)
  • Adjustment: adjust multi-turn resistance
  • Effective angle: 35 °
  • Size: 28mm × 23mm
  • Working voltage: DC 3.3V-5V
  • Working current: ≥ 20mA
  • Operating temperature: -10 ℃ - +50 ℃
  • detection distance :2-40cm
Pinout 
  • "+" - power
  • Gnd -  ground
  • out - signal out
  • EN - Enable pin
Code
int count; void setup() { Serial.begin (9600); pinMode (9, INPUT); //Sensor output } void loop() { Serial.print ("Sensor: "); Serial.println (digitalRead(9)); //print the sensor output delay (500); //wait half a second }

Payment & Security

Payment methods

  • Apple Pay
  • Google Pay
  • Mastercard
  • PayPal
  • Shop Pay
  • Visa

Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.