Infra Red Tracker Sensor

../../_images/infrared1.png

This is an infra red tracker sensor, it can detect when an object is close, it returns an analog value.

The range of the return value is 0-1023, a higher value means the object is closer to the sensor.

Specificationsarrow-up-right

  • Voltage: 3.3V~5V

  • Type: Analog Module

  • Interface: 3Pin Dupont Cable

  • Detection Distance: 10-60mm

Wiring Diagramarrow-up-right

Connect the sensor to Robotbit’s pin and 3V pin.

../../_images/infrared_wire.png

Adjust Sensitivityarrow-up-right

The sensor’s sensitivity can be adjusted via this potentialmeter. Use a screwdriver to turn.(Turn left to increase, turn right to decrease)

../../_images/infrared2.png

MakeCode Coding Tutorialarrow-up-right

../../_images/mcbanner.png
../../_images/acbanner.png

This module can be used with Microbit and Meowbit.arrow-up-right

Read the IR sensor valuearrow-up-right

../../_images/poten_code.png

../../_images/poten_codeMeow.png

KittenBlock Coding Tutorialarrow-up-right

../../_images/kbbanner.png

Load the Robotbit extensionarrow-up-right

../../_images/addRB.png

Read the IR sensor valuearrow-up-right

../../_images/poten_codekb.png

Mu Editor Coding Tutorialarrow-up-right

Read the IR sensor valuearrow-up-right

../../_images/poten_codemu.png

Last updated