2018-02-12 01:32 PM
anybody helpe-me
LSM9DS1 magnetic interrupt
in my tests:
register INT_SRC_M no clear interrupt pin -> when read. (no away)
Does anyone have any ideas
?Solved! Go to Solution.
2018-02-14 12:12 PM
Hi everyone!!!
there is NO BUG no pin.
this pin only work with INT_THS_L(32h), INT_THS_H(33h) register.
I was wrong. I thought this pin had DRDY_M function.
my apologies
.I'm sorry
:(
2018-02-12 02:17 PM
Perhaps stick to one thread
There's probably 5 or 6 registers that need setting up depending on what source(s) and threshold(s) you're attempting to use.
2018-02-13 05:14 AM
Thanks for attention
this is my config test:INT_GEN_CFG_XL(0x06) -> 0x00 //no interrupt accelerometer and gyroscope
INT1_CTRL (0x0C) -> 0x00 //no interrupt 1 accelerometer and gyroscope PININT2_CTRL (0x0D) -> 0x00 //no interrupt 2 accelerometer and gyroscope PIN CTRL_REG1_G (0x10) -> 0x00 //gyroscope POWER DOWNCTRL_REG6_XL (0x20) -> 0x00//accelerometer POWER DOWNINT_GEN_CFG_G (0X30) -> 0x00//no interrupt gyroscopeCTRL_REG1_M (0x20) -> 0x38//Magnetic Medium-performance mode 40Hz
CTRL_REG2_M (0x21) -> 0x20//Magnetic 8 gaussCTRL_REG3_M (0x22) -> 0x00//Magnetic Continuous-conversion modeCTRL_REG4_M (0x23) -> 0x04//Magnetic Z axis Medium-performance modeINT_CFG_M (0x30) -> 0x85//Magnetic interrupt X axis, magnetic INT PIN enable, active highafter that the interrupt occur normally,
then i read INT_SRC_M (0x31) and magnetic interrupt pin no clearDoes anyone have any ideas thanks2018-02-13 06:15 AM
thanks i put my config below
2018-02-14 12:12 PM
Hi everyone!!!
there is NO BUG no pin.
this pin only work with INT_THS_L(32h), INT_THS_H(33h) register.
I was wrong. I thought this pin had DRDY_M function.
my apologies
.I'm sorry
:(