• ADXL335 Triple Axis Accelerometer Breakout

ADXL335 Module Triple Axis Accelerometer Breakout

The 3 axis ADXL335 from Analog Devices is the latest in a long, proven line of analog sensors - the holy grail of accelerometers. The ADXL335 is a triple axis MEMS accelerometer with extremely low noise and power consumption - only 320uA! The sensor has a full sensing range of +/-3g. The Board comes fully assembled and tested with external components installed.

Quick Spec

  • Sensor Chip: ADXL335
  • Power Supply: 1.8V- 6V  (Onboard 3.3V Regulator)
  • Integrated X, Y, and Z axis accelerometer on a single chip
  • X and Y axis has a 0.5Hz to 1600Hz bandwidth
  • Z axis has a 0.5Hz to 550Hz bandwidth
  • Hermetically sealed for temp and humidity resistance
  • 10,000 g shock tolerant
  • Dimensions: 21 x 16 mm

Board Layout




Circuit Diagram




Arduino Example




Sample Code


//Analog read pins
const int xPin = 0;
const int yPin = 1;
const int zPin = 2;

//The minimum and maximum values that came from
//the accelerometer while standing still
//You very well may need to change these
int minVal = 265;
int maxVal = 402;

//to hold the caculated values
double x;
double y;
double z;

void setup(){
  Serial.begin(9600); 
}

void loop(){

  //read the analog values from the accelerometer
  int xRead = analogRead(xPin);
  int yRead = analogRead(yPin);
  int zRead = analogRead(zPin);

  //convert read values to degrees -90 to 90 - Needed for atan2
  int xAng = map(xRead, minVal, maxVal, -90, 90);
  int yAng = map(yRead, minVal, maxVal, -90, 90);
  int zAng = map(zRead, minVal, maxVal, -90, 90);

  //Caculate 360deg values like so: atan2(-yAng, -zAng)
  //atan2 outputs the value of -π to π (radians)
  //We are then converting the radians to degrees
  x = RAD_TO_DEG * (atan2(-yAng, -zAng) + PI);
  y = RAD_TO_DEG * (atan2(-xAng, -zAng) + PI);
  z = RAD_TO_DEG * (atan2(-yAng, -xAng) + PI);

  //Output the caculations
  Serial.print("x: ");
  Serial.print(x);
  Serial.print(" | y: ");
  Serial.print(y);
  Serial.print(" | z: ");
  Serial.println(z);

  delay(100);//just here to slow down the serial output - Easier to read
}

Resources

Shipping List

  • 1 x ADXL335 Sentor + Connector


ADXL335 Triple Axis Accelerometer Breakout

  • Brand: Generic
  • Product Code: GY-61
  • Weight: 0.002kg
  • Product Status : Active
  • Stock

    Warehouse Stock Status Location
    Centurion In Stock BB101
    Stellenbosch In Stock Z5022
    Bulk Location No Stock

    We ship free of charge between branches to complete your order.

  • R103.00 (Inc Tax: R118.45)


Related Products

Triple Axis Accelerometer

Triple Axis Accelerometer

Triple Axis Accelerometer Breakout board for the 3 axis ADXL335 from Analog Devices. This is the latest in a long, proven line of analog sensors - the holy grail of accelerometers. The ADXL335 is a t..

Centurion (In Stock)
Stellenbosch (In Stock)
Bulk Location (No Stock)
Part No: SEN-09269
Product Status : Active

R255.00 (Inc Tax: R293.25)

UM7 Orientation Sensor

UM7 Orientation Sensor

UM7 Orientation Sensor The UM7 is a 4th-generation Attitude and Heading Reference System (AHRS) that takes advantage of state-of-the-art MEMS technology to improve performance and reduce costs. Like ..

Centurion (In Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: 2764
Product Status : Active

R2,998.00 (Inc Tax: R3,447.70)

Adafruit LIS331 Triple-Axis Accelerometer - Qwiic

Adafruit LIS331 Triple-Axis Accelerometer - Qwiic

Adafruit LIS331 Triple-Axis Accelerometer - Qwiic The LIS331HH is capable of measuring ±6g/±12g/±24g on each of its three axes! Compare that with most other accelerometers such as the LIS3DH, which..

Centurion (In Stock)
Stellenbosch (In Stock)
Bulk Location (No Stock)
Part No: AF4626
Product Status : Active

R227.00 (Inc Tax: R261.05)

Adafruit MSA311 Triple Axis Accelerometer

Adafruit MSA311 Triple Axis Accelerometer

Adafruit MSA311 Triple Axis Accelerometer The MSA311 is a super small and low-cost triple-axis accelerometer. It's inexpensive, but has just about every 'extra' you'd want in an accelerometer: ..

Centurion (In Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: AF5309
Product Status : Active

R98.00 (Inc Tax: R112.70)

DF Robot Triple Axis Accelerometer Sensor

DF Robot Triple Axis Accelerometer Sensor

DF Robot Triple Axis Accelerometer Sensor The LIS2DW12 is a low power high-performance three-axis linear accelerometer, featuring low power (50nA), low noise (1.3mgRMS), 32 FIFO, ±2g/±4g/±8g/±16g ful..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: SEN0405
Product Status : Active

R68.00 (Inc Tax: R78.20)

FLY-ADXL345 Accelerometer USB Type-C Board

FLY-ADXL345 Accelerometer USB Type-C Board

FLY-ADXL345 Accelerometer USB Type-C Board This ADXL345 USB board is designed specifically for Klipper firmware 3D printers. The accelerometer can measure the resonance frequency of the different a..

Centurion (No Stock)
Stellenbosch (No Stock)
Bulk Location (No Stock)
Part No: FLY-ADXL345
Product Status : Active

R325.00 (Inc Tax: R373.75)

Tags: ADXL335, Triple, Axis, Accelerometer, Acceleration, GY-61 adxl335, triple, axis, accelerometer, breakout, list, all, products