MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

iis3dwb唤醒中断无法实现

初始化寄存器的参数配置SPI_write_reg(FIFO_CTRL4, 0x00);//fifo——mode// SPI_write_reg(INTERRUPTS_EN, 0x00);//interSPI_write_reg(CTRL3_C, 0x05); //high_act no_resetSPI_write_reg(CTRL1_XL, 0xA4); //full_scaleSPI_write_reg(CTRL3_C, 0x04); //high_act no_resetSPI_write...

THSW by Associate II
  • 463 Views
  • 4 replies
  • 0 kudos

Resolved! STEVAL-MKI109v3 COM port not detected

Hi,I have STEVAL-MKI109v3 board and steval-mki186v1 sensor. I have connected the sensor to the board and if I connect the board to my laptop, the laptop is not able to detect the COM port of the board which is connected. It is not detecting the board...

AV B.1 by Associate II
  • 730 Views
  • 5 replies
  • 0 kudos

Resolved! LIS3DH consuming high current at interrupt

I am using a LIS3DH and I have configured a threshold interruption and it is consuming around 3mA while the interrupt is active. I have very strict power constraints and this consumption make it unreliable.I am using the driver implemented in Zephyr ...

SensorTile.box PRO SWD not connect target!!!

Hi, I purchased the SensorTile.box PRO sensor, but I can't develop because it doesn't connect to the STLINK V2-1, in the datasheet it says:I connect adapter STEVALMK1 (that was inside the kit) with STLINK V2-1But I have the following error  the docum...

1.jpg 2.jpg

LIS2DH12 stops sending interrupt

Posted on December 04, 2017 at 08:07Good day allMy LIS2DH12  seems to lock up or stops responding, it is connected to STM32L152 which is set to go into STOPMODE and wakes on interrupt. An I/O pin is configured as an  external interrupt and connected...

Resolved! (SOLVED) SPI communication problem with sensors

I'm using STEVAL-STWINKT1 (MCU STM32L4R9ZIJ6) and I'm trying to communicate with the motion sensors (ISM330DHCX, IIS3DWB, IIS2DH) by SPI3 interface (polling). I wrote a code very similar to that one present in the "Serial_DataLog" project, using HALs...

irene by Associate II
  • 1552 Views
  • 7 replies
  • 0 kudos

Resolved! LSM6DSV FSM and SFLP status when inactive?

I am successfully running with four FSMs and the SFLP as well as many of the embedded functions like tilt detect and activity/inactivity detect. For the latter, I have tested using SLPMODE3 where the accel is placed in LP1 mode at 1.875 Hz and the gy...

KWine by Senior
  • 356 Views
  • 1 replies
  • 0 kudos

Cannot conect to STEVAL-STWINBX1

Hello, I have received the STEVAL-STWINBX1 evaluation kit and am trying different demos to see how it works. At first I was programming the board with different examples (STM32CubeFunctionPack_STBOX1_V1.5.0) but I was having problems afterwards. Once...

aag by Associate II
  • 347 Views
  • 1 replies
  • 0 kudos

MotionFX quaternion; device stationary; sporadic rotation

Hi,I am just starting to use the MotionFX libraries; currently 6DOF, Accel/Mag samples at 100Hz; both propogate and update are being called at that 100Hz rate.At a rate of 10Hz I spit out the quaternions to a quaternion viewer. All seems to be reason...