Anonymous
Mar 24, 2026
Rating: 5/5
Perfect for Arduino Projects
This module works flawlessly with my Arduino Uno. The library support is excellent and reading the acceleration data was straightforward. Highly recommended for hobbyists.
Description
Reviews
| Brand | - |
| Category | Electronic Components / Maker DIY / Computer Hardware, Monitors & Peripherals |
| Origin | - |
| Chip Model | ADXL345 |
| Communication Interface | I²C / SPI |
| Operating Voltage | 3.3V - 5V DC |
| Measurement Axes | Triple-Axis (X, Y, Z) |
| Selectable Range | ±2g / ±4g / ±8g / ±16g |
| Output Resolution | 13-bit |
| Module Length | 22mm |
| Module Width | 17mm |
| Operating Temperature | -40°C to +85°C |
| Net Weight | 3.5g |
Anonymous
Mar 24, 2026
Rating: 5/5
Perfect for Arduino Projects
This module works flawlessly with my Arduino Uno. The library support is excellent and reading the acceleration data was straightforward. Highly recommended for hobbyists.
Anonymous
Mar 15, 2026
Rating: 5/5
Reliable for Data Logging
I bought several of these for a vibration data logging system. They are consistent across all units and handle the SPI interface well.
Anonymous
Mar 09, 2026
Rating: 4/5
Good Sensor Module
The sensor itself is accurate. I deducted one star because the pin headers were not included and needed soldering, but otherwise a solid product.
Anonymous
Feb 03, 2026
Rating: 5/5
Fast Delivery and Quality
Arrived quickly and well packaged. The PCB looks professional and the soldering points are clean. Works immediately out of the box.
Anonymous
Feb 03, 2026
Rating: 5/5
Accurate Tilt Sensing
Using this for a robotics balance project. The tilt angle calculations are stable and the I2C communication is reliable. Great value for the price.
Q: Which library do you recommend for using this sensor?
A: The Adafruit ADXL345 library is widely used and well-documented. It supports both I2C and SPI interfaces.
Q: What is the default I2C address for this module?
A: The default I2C address is 0x53. Please ensure no other device on your bus conflicts with this address.
Q: Does this require external calibration?
A: The sensor comes factory calibrated. However, for high-precision applications, software offset calibration is recommended.
Q: Is this module compatible with 5V logic levels?
A: Yes, the module includes a voltage regulator and level shifting, making it safe to use with 5V microcontrollers like Arduino Uno.
Q: Can I use SPI instead of I2C?
A: Yes, the ADXL345 chip supports SPI. You will need to connect the CS pin and configure your code for SPI communication.