IR Range Sense Kit Instructions

IR Range Sense Kit Instructions

Table of Contents

Introduction

What is the SENSE range?

The SENSE Range are electronic kits that let you build your own module with sensing capabilities. Each module has the exact same dimensions, pin-out, and hole location so that modules can be interchanged depending on what needs detecting. For example, the Sound Sense is capable of detecting sound, while the Temp Sense uses a thermistor to detect the ambient temperature.

Unlike other sensing modules on the market, the simplicity of the MitchElectronics Sense Range makes them easy to modify, use in other circuits, and build. At the same time, the standardised 40mm x 20mm dimension is very easy to work with when creating enclosures and mounting a Sense board.

The Sense Range includes a number of sensor modules

What is the standard pin-out for the SENSE range?

To make using the Sense Range as easy as possible, all Sense kits have a four pin connector that is identical for each device. Two of these pins are for providing power (VCC and 0V), and the other two are one digital output (that switches between VCC and 0V), and analogue output, which varies depending on the signal being sensed. For example, the Sound Sense produces an analogue signal whose amplitude increases with sound volume, while the Temp Sense produces a voltage that directly relates to temperature.

Schematic and PCB file showing Sense outputs

What is the standard dimension of the SENSE range?

To make sure that using the Sense Range is as simple as possible, all dimensions, hole sizes, and positions are identical across all modules. By doing so, modules can be swapped around without needing to change enclosures, screws, or mountings. At the same time, this standardisation also allows for modules to be stacked in frames which can also be convenient

The standard size for all kits is 40mm x 20mm, M2 holes (2mm diameter), a hole separation of 35mm x 15mm, and a hole edge spacing of 2.5mm.

The Sense Range has standardised measurements

Schematic

How Does The IR Range Sense Work?

Overview

The IR Range Sense comprises of an IR detector diode (D1), an IR LED (D2), a comparator (U1A), and a buffer (U1B). This circuit is almost identical to the one used in the IR Sense, with the only difference being the additional IR LED. This IR LED provides a source of IR light that travels away from the module, reflects off distant objects, and comes back to the sensor. This is how the IR Sense is able to detect the range of a nearby object.

You may notice that in the circuit, the IR diode is in reverse bias mode meaning that under normal circumstances, it doesn’t conduct any electricity. When IR light falls onto the IR diode, it causes the IR diode to become conductive, and the resistance of the IR diode depends on how much IR light is falling on it.

Because the resistor R1 is in series with the IR diode, the result is a potential divider whereby more light falling onto the IR diode reduces its resistance, thereby increasing the voltage across R1. The voltage across R1 is fed into both op-amps, U1A and U1B, which are configured as a comparator and a unity gain buffer respectively.

The comparator (U1A), has its negative input connected to a potentiometer, which produces a voltage between VCC and 0V depending on its position. If the voltage across R1 is greater than the voltage from the potentiometer, the output of the comparator switches to VCC, indicating that the IR level is greater than the trigger level defined by the potentiometer. If the voltage across R1 is lower than the voltage from the potentiometer, the output of the comparator switches to 0V, indicating that the IR level is lower than the trigger level defined by the potentiometer. The output of the comparator is digital, and can be used to determine if the IR sensor has detected a minimum level of IR light.

The unity gain buffer is an op-amp that simply outputs whatever voltage is on its input, and this buffer allows external devices to read the voltage level across R1 without interfering with it. This output is analogue, and can be used to measure the amount of IR light falling onto the sensor.

Component List

ComponentPCB ReferenceQuantityLooks Like
8 DIP SocketU11
LM358 Dual Op-Amp ICU11
220R ResistorR21
1K ResistorR11
10K PotentiometerRV11
100nF CapacitorC11
3mm IR PhotodiodeD11
3mm IR LEDD21
4-Way SocketJ11

PCB

Project Ideas

Proximity Detector

The IR Range Sense is an excellent module for close-range proximity detection. The range of the sensor depends on the potentiometer setting and the supply voltage, but generally speaking, the IR Range Sense can detect objects up to 15cm away. As such, this module can be mounted to RC vehicles to actively avoid obstacles such as walls, furniture legs, and people. 

Robots can use IR sensors to detect objects, and even follow lines!

IR Barrier

Sometimes, it can be important to protect a specific boundary, and this is commonly seen in industrial machinery where light curtains automatically shut down equipment if people cross them. The IR Range Sense can easily be used to create an invisible barrier that can detect if someone has passed. Furthermore, multiple IR Range Sense modules can be installed in parallel, and an open-source output on each module (using a single BJT) can trigger an alarm should any of the modules detect an object.

Light curtains are popular in industrial applications

Fine Position Detector

Over small distances, the IR Range Sense analogue output can provide a relatively accurate reading of the distance between the module and surface. If the analogue output is connected to an ADC input of an MCU (such as an Arduino), it is possible to calibrate the readings to create a range finder.

Proximity switches are commonly found in industrial applications

Construction Tips

Electronics Construction Guide

To learn more about how to solder electronic components, download the Electronics Construction Manual free using the button below

Component Order

Solder the components in this order to keep things simple

  1. Resistors
  2. IC Sockets
  3. Capacitors
  4. LED
  5. Potentiometer
 

Double-check your components BEFORE soldering!

  • MitchElectronics kits use double-sided PCBs with plated through-holes
  • This makes the PCBs extremely strong
  • It also makes desoldering very hard, so be sure components are inserted correctly

Final Thoughts

You can use different valued components!

  • Feeling brave? Consider using different resistors
  • Can be done to change the voltage output of the IR diode