AI

The **EMS22D33-R16-LS2** is a high-performance non-contacting rotary magnetic encoder manufactured by Bourns. Unlike traditional potentiometers, it uses magnetic Hall Effect technology to track position, providing high reliability and a long cycle life.
---
### 1. Key Technical Specifications
| Parameter | Specification |
| :--- | :--- |
| **Encoder Type** | Magnetic (Non-contacting) |
| **Output Type** | Incremental (Quadrature) |
| **Resolution** | 128 Pulses Per Revolution (PPR) |
| **Supply Voltage** | 3.3V DC |
| **Shaft Style** | Slotted |
| **Mounting Type** | Panel Mount |
| **Rotational Life** | Up to 100 million revolutions |
| **IP Rating** | IP40 |
---
### 2. Electronic Component Breakdown
#### A. The Magnetic Sensing Element
The "EMS" series utilizes an AS5040 (or similar) Hall Effect sensor inside. A small magnet is attached to the end of the shaft. As the shaft rotates, the integrated circuit (IC) detects the change in the magnetic field and converts it into digital signals.
#### B. Output Signal: Incremental Quadrature
This part provides **Channel A and Channel B** outputs.
- The signals are offset by 90 degrees.
- This allows the micro-controller (MCU) to determine both the **speed** and the **direction** of rotation.
- If A leads B, it is clockwise; if B leads A, it is counter-clockwise.
#### C. Power Requirements
The **"33"** in the part number indicates it is optimized for **3.3V logic systems**. Using this with 5V systems without a level shifter can damage the internal CMOS circuitry.
---
### 3. Pinout Configuration
The device typically features 6 pins. Below is the standard electronic interface:
| Pin Number | Function | Description |
| :--- | :--- | :--- |
| 1 | **DI** | Digital Input (Index/Data) |
| 2 | **CLK** | Clock Input (for programming/sync) |
| 3 | **GND** | Ground |
| 4 | **DO** | Digital Output (Data Out) |
| 5 | **VCC** | Power Supply (3.3V) |
| 6 | **CS** | Chip Select |
*Note: In incremental mode, pins 1 and 4 act as Channel A and B.*
---
### 4. Comparison: Magnetic vs. Mechanical Encoders
1. **Wear and Tear:** Mechanical encoders use physical brushes that wear out. The EMS22D33 is non-contacting, meaning it virtually never wears out electrically.
2. **Signal Integrity:** Magnetic encoders do not suffer from "switch bounce," eliminating the need for complex hardware debouncing circuits.
3. **Environmental Resistance:** Because it is sealed and non-contacting, it is more resistant to dust, grease, and vibration than optical or mechanical counterparts.
- ⤷
How do I interface the EMS22D33-R16-LS2 with an Arduino or ESP32?
- ⤷ What is the difference between incremental and absolute versions of the EMS22 series?
- ⤷ Can this encoder be used in high-temperature industrial environments?