The ADXL335 is a small, thin, low-power 3-axis analog accelerometer manufactured by Analog Devices. It is widely used in embedded systems and electronics projects for sensing acceleration in the X, Y, and Z directions.
🔧 Key Features of ADXL335
Feature
Description
Type
Analog 3-axis accelerometer
Measurement Range
±3 g (g = gravity, approx. 9.81 m/s²)
Power Supply
1.8V to 3.6V
Output Type
Analog voltage
Sensitivity
~300 mV/g (at 3V supply)
Low Power
~350 µA typical
Operating Temp
-40°C to +85°C
Bandwidth
Adjustable via external capacitors
📊 How It Works
The ADXL335 uses a micro-machined structure suspended by springs inside a silicon chip.
As the device accelerates, the structure deflects, changing the capacitance between fixed plates.
This change is converted into an analog voltage signal on each of the X, Y, and Z output pins.
📈 Typical Output
Each axis outputs a voltage that is approximately:
0V to Vcc (depending on acceleration)
At 0g, each axis outputs about Vcc/2
E.g., for 3.3V Vcc, 0g = ~1.65V
±1g will cause an increase or decrease of about 300 mV from the 0g level.
⚙️ Applications
Tilt sensing
Motion and vibration detection
Gaming and user interface devices
Wearables
Robotics and drones
Automotive crash detection or car alarms
🔌 Connecting ADXL335 to a Microcontroller (e.g., Arduino)
ADXL335 Pin
Arduino
VCC
3.3V
GND
GND
X OUT
A0
Y OUT
A1
Z OUT
A2
📌 Summary
The ADXL335 is a simple, reliable, analog accelerometer.
Ideal for detecting orientation and motion in low-power embedded systems.
Requires an ADC (Analog-to-Digital Converter) to read data (like in Arduino).
Easy to use, but needs calibration for precise results.
IntroductionThe DS3231 is a highly accurate real-time clock (RTC) module that provides precise timekeeping capabilities. When coupled with the ESP32... Read More
⏰ What is DS1307 RTC?The DS1307 is a real-time clock IC by Maxim Integrated that keeps track of:SecondsMinutesHours (12 or 24-hour mode)Day, Date, Month, YearAutomatically adjusts... Read More
ESP32 with 2-Channel Relay Module: A Beginner's GuideIntroductionThe ESP32 is a powerful microcontroller that has gained immense popularity due to... Read More
✅ What is AI Thinker GP-02?The AI Thinker GP-02 is a GNSS (GPS) module, designed to work with satellite navigation systems to provide:Real-time location data (latitude,... Read More
The ESP32 HW-138 4 Touch Control System is a modern capacitive touch-based control solution that replaces traditional mechanical switches. Using... Read More
23-07-2025📌 What is a Rotary Encoder?A rotary encoder is an electro-mechanical sensor that converts the angular position or motion of a rotating shaft into digital... Read More
IntroductionThe ESP32 is a powerful and versatile microcontroller that has gained immense popularity in the IoT and embedded systems world.... Read More
Leave a Reply
You must be logged in to post a comment.