








ADXL335 3-Axis Analog Accelerometer Module – Tilt & Vibration Sensor and Motion Detection
The ADXL335 is a small, thin, low power, complete 3-axis accelerometer with signal conditioned voltage outputs. The product measures acceleration with a minimum full-scale range of ±3 g. The ADXL335 Triple-Axis Accelerometer Module is a compact and low-power analog sensor that measures acceleration in X, Y, and Z axes. Ideal for Arduino, robotics, IoT, and mobile sensing applications, this module provides accurate real-time motion and tilt detection.
₹ 330
₹499
499



Add FAQ
Detailed Description:
Gain precise insights into motion, tilt, and vibration with the ADXL335 3-Axis Analog Accelerometer Module. Based on the highly reliable Analog Devices ADXL335 IC, this compact and low-power sensor provides analog voltage outputs proportional to acceleration along the X, Y, and Z axes. It's an excellent choice for a wide array of projects, including tilt-sensing applications, vibration monitoring, motion-activated devices, and basic robotics.
The ADXL335 utilizes MEMS (Micro-Electro-Mechanical Systems) technology to measure both static acceleration (gravity), which is crucial for determining tilt and orientation, and dynamic acceleration resulting from motion, shock, or vibration. Its full-scale measurement range of ±3g allows it to detect a significant range of forces, making it versatile for various uses. The module typically operates with a power supply between 3V and 5V DC, making it directly compatible with popular microcontrollers like Arduino, ESP32, and Raspberry Pi (which have Analog-to-Digital Converter, or ADC, inputs).
A key advantage of the ADXL335 is its ratiometric output, meaning the output voltage and sensitivity scale proportionally with the supply voltage, simplifying calibration and ensuring consistent readings. Each axis (XOUT, YOUT, ZOUT) provides a distinct analog voltage that can be easily read by your microcontroller's ADC. Additionally, the module often includes onboard filtering capacitors, which help to reduce noise and provide a cleaner signal. With its low noise performance, excellent temperature stability, and the ability to detect subtle movements, the ADXL335 3-Axis Analog Accelerometer Module is a robust, cost-effective, and user-friendly solution for adding essential motion and orientation sensing capabilities to your electronic innovations here in Pune, Maharashtra, India.
The ADXL335 is a small, thin, low-power 3-axis accelerometer with signal-conditioned voltage outputs. It measures static acceleration due to gravity as well as dynamic acceleration resulting from motion, shock, or vibration. With a full sensing range of ±3g, this module is suitable for orientation sensing, vibration analysis, and gesture-based controls.
Unlike digital accelerometers, the ADXL335 outputs analog voltage for each axis (X, Y, Z), making it highly compatible with Arduino, Raspberry Pi (with ADC), STM32, and other microcontroller platforms that support analog inputs.
Key Features:
-
Triple axis sensing: X, Y, Z
-
Wide measurement range: ±3g
-
Analog voltage output (no I2C/SPI required)
-
Operates on 1.8V to 3.6V (typically 3.3V)
-
Low power consumption
-
High sensitivity for accurate motion/vibration detection
-
Onboard voltage regulator and filtering capacitors
-
Compact size – easy integration into embedded systems
-
Compatible with Arduino, ESP, STM32, and analog-enabled platforms
Technical Specifications:
Parameter | Specification |
---|---|
Sensor IC | ADXL335 |
Type | Analog 3-axis accelerometer |
Operating Voltage | 3.3V to 5V (regulated onboard) |
Sensing Range | ±3g |
Output Type | Analog voltage (X, Y, Z) |
Output Impedance | ~32 kΩ |
Sensitivity | ~300 mV/g (typical) |
Bandwidth | Selectable (up to 1600 Hz for X/Y) |
Current Consumption | ~350 µA |
Dimensions | ~28mm x 17mm x 2mm |
Mounting Type | 4-hole PCB mount |
How to Use:
-
Connect VCC to 3.3V or 5V (depending on module version).
-
Connect GND to ground of your microcontroller.
-
Connect X, Y, Z output pins to analog input pins (A0, A1, A2).
-
Read analog values and convert to acceleration (g) using voltage sensitivity.
void setup() {
Serial.begin(9600);
}
void loop() {
int x = analogRead(A0);
int y = analogRead(A1);
int z = analogRead(A2);
Serial.print("X: ");
Serial.print(x);
S
erial.print(" | Y: ");
Serial.print(y);
Serial.print(" | Z: ");
Serial.println(z);
delay(500);
}
Tip: You can calibrate the sensor by taking readings at rest (gravity = 1g on one axis).
Applications:
-
Tilt and orientation detection
-
Vibration and shock sensing
-
Gesture-based controls
-
Activity monitoring (pedometers, fitness devices)
-
Balancing robots and drones
-
Vehicle dynamics monitoring
-
Earthquake and structural vibration analysis
-
Gaming controllers and wearables
Package Includes:
-
1 x ADXL335 Triple Axis Accelerometer Module
0 Reviews For this Product
