Changes between Version 11 and Version 12 of accelerometer


Ignore:
Timestamp:
10/10/2024 08:51:39 PM (6 weeks ago)
Author:
Tim Harvey
Comment:

added GW82xx and LIS2MDL Magnetometer details

Legend:

Unmodified
Added
Removed
Modified
  • accelerometer

    v11 v12  
    88
    99||= '''Family''' =||= '''Board''' =||= '''Device''' =||= '''Location''' =||
    10 || Venice  || GW71xx || LIS2DE12 || i2c2@0x19 ||
    11 ||         || GW72xx || LIS2DE12 || i2c2@0x19 ||
    12 ||         || GW73xx || LIS2DE12 || i2c2@0x19 ||
    13 ||         || GW74xx || LIS2DE12 || i2c2@0x19 ||
    14 || Newport || GW64xx-C+ || LIS2DE12 || i2c0@0x19 ||
    15 ||         || GW63xx-E+ || LIS2DE12 || i2c0@0x19 ||
    16 ||         || GW62xx-B+ || LIS2DE12 || i2c0@0x19 ||
    17 || Ventana || GW553x    || LSM9DS1  || i2c2@0x1c (mag) i2c2@0x6a (accel/gyro) ||
    18 ||         || GW54xx    || FXOS8700 || i2c3@0x1e ||
    19 ||         || GW53xx    || FXOS8700 || i2c3@0x1e ||
    20 ||         || GW522x    || FXOS8700 || i2c3@0x1e ||
    21 ||         || GW520x    || FXOS8700 || i2c3@0x1e ||
     10|| Venice  || GW82xx || LIS2DE12 accelerometer || i2c2@0x19 ||
     11||         ||        || LIS2MDL  magnetometer || i2c2@0x1e (loading option) ||
     12||         || GW71xx || LIS2DE12 accelerometer || i2c2@0x19 ||
     13||         ||        || LIS2MDL  magnetometer || i2c2@0x1e  (loading option) ||
     14||         || GW72xx || LIS2DE12 accelerometer || i2c2@0x19 ||
     15||         ||        || LIS2MDL  magnetometer || i2c2@0x1e  (loading option) ||
     16||         || GW73xx || LIS2DE12 accelerometer || i2c2@0x19 ||
     17||         ||        || LIS2MDL  magnetometer || i2c2@0x1e  (loading option) ||
     18||         || GW74xx || LIS2DE12 accelerometer || i2c2@0x19 ||
     19|| Newport || GW64xx-C+ || LIS2DE12 accelerometer || i2c0@0x19 ||
     20||         || GW63xx-E+ || LIS2DE12 accelerometer || i2c0@0x19 ||
     21||         || GW62xx-B+ || LIS2DE12 accelerometer || i2c0@0x19 ||
     22|| Ventana || GW553x    || LSM9DS1 IMU || i2c2@0x1c (mag) i2c2@0x6a (accel/gyro) ||
     23||         || GW54xx    || FXOS8700 accelerometer || i2c3@0x1e ||
     24||         || GW53xx    || FXOS8700 accelerometer || i2c3@0x1e ||
     25||         || GW522x    || FXOS8700 accelerometer || i2c3@0x1e ||
     26||         || GW520x    || FXOS8700 accelerometer || i2c3@0x1e ||
    2227
    2328Individual device information:
    2429
    2530||= '''Device''' =||= '''Datasheet''' =||= '''Notes''' =||
    26 || LIS2DE12 || [http://dev.gateworks.com/datasheets/lis2de12.pdf link] || 3 axis ||
    27 || LSM9DS1  || [http://dev.gateworks.com/datasheets/DM00103319.pdf link] || 9 axis ||
    28 || FXOS8700 || [http://dev.gateworks.com/datasheets/FXOS8700CQ.pdf link] || 6 axis, defaults to low power standby mode and must be enabled ||
     31|| LIS2DE12 || [http://dev.gateworks.com/datasheets/lis2de12.pdf link] || 3 axis accelerometer ||
     32|| LSM9DS1  || [http://dev.gateworks.com/datasheets/DM00103319.pdf link]  || 9 axis internal mass unit (IMU) (accel/mag/gyro) ||
     33|| FXOS8700 || [http://dev.gateworks.com/datasheets/FXOS8700CQ.pdf link] || 6 axis accelerometer, defaults to low power standby mode and must be enabled ||
    2934
    3035See examples below for more information.
     
    3439
    3540||= '''Device''' =||= Kernel API =||= Kernel Driver =||
    36 || LIS2DE12       || iio || IIO_ST_ACCEL_I2C_3AXIS ||
    37 || LSM9DS1        || iio || IIO_ST_MAGN_I2C_3AXIS (mag) IIO_ST_LSM6DSX_I2C (accel/gyro) ||
    38 || FXOS8700 (3.14/4.4 kernel) || input || INPUT_MMA8451 ||
    39 || FXOS8700 (4.19+ kernel)    || iio || FXOS8700_I2C ||
     41|| LIS2DE12 accelerometer || iio || IIO_ST_ACCEL_I2C_3AXIS ||
     42|| LIS2MDL magnetometer || iio || IIO_ST_MAGN_I2C_3AXIS ||
     43|| LSM9DS1 imu || iio || IIO_ST_MAGN_I2C_3AXIS (mag) IIO_ST_LSM6DSX_I2C (accel/gyro) ||
     44|| FXOS8700 accelerometer (3.14/4.4 kernel) || input || INPUT_MMA8451 ||
     45|| FXOS8700 accelerometer (4.19+ kernel)    || iio || FXOS8700_I2C ||
    4046
    4147