Datasheet | Hw-044
By counting the pulses, you can track exactly how many "steps" the knob has turned.
| Parameter | Symbol | Min | Typical | Max | Unit | |-----------|--------|-----|---------|-----|------| | Supply Voltage | VCC | 3.0 | 5.0 | 5.5 | V | | Supply Current (5V) | ICC | - | 6 - 10 | 15 | mA | | Analog Output Voltage (Center) | Vout_center | 2.3 | 2.5 | 2.7 | V | | Analog Output Voltage (Full left/up) | Vout_min | 0 | 0.1 | 0.3 | V | | Analog Output Voltage (Full right/down) | Vout_max | 4.7 | 4.9 | 5.0 | V | | Push-Button Activation Force | F_sw | 400 | 600 | 800 | gf | | Push-Button Resistance (Pressed) | R_on | - | 0 | 50 | Ω | | Push-Button Resistance (Released) | R_off | 10M | - | - | Ω | | Mechanical Travel Angle (each axis) | θ | - | ±25 | - | Degrees | | Operating Temperature | Top | -25 | 25 | 85 | °C | hw-044 datasheet
The HW-044 connects to an Arduino effortlessly because the Arduino’s analog inputs (A0-A5) are 0-5V tolerant. By counting the pulses, you can track exactly
// I2S pins #define I2S_BCLK 26 #define I2S_LRC 25 #define I2S_DIN 22 By counting the pulses


