MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Out of range readings of VL53L1X

Though the maximum range of the VL53L1X is 400cm, it gives random readings within 400cm when it is directed to open space. The VL53L0X gives a value about 8.1m for out of range measurements so that we can filter out them. But in VL53L1X there is no w...

TSura by Associate
  • 6028 Views
  • 13 replies
  • 0 kudos

LSM6DSM: Unreliable SPI

Hi all, I'm trying to bring up an LSM6DSM (MKI189 dev board) via SPI using a Nucleo and the STM C libraries for it. I've had some luck but I'm getting extremely unreliable SPI communication ( MISO line specifically ). For starters when I read the Who...

0690X000008AkLwQAK.png
Konami by Senior II
  • 877 Views
  • 6 replies
  • 0 kudos

www.youtube.com

AWS-Conn#4: the HW platforms - the BlueCoinThe second HW platform we deal with is the BlueCoin ecosystem, an integrated development and prototyping platform for augmented acoustic and motion sensing for IoT applications builds on the listening and ba...

Communication with BNO055 using STM32F4 Discovery Board

I am trying to use BNO055 with STM32F407VG discovery board. I got the API from here. In the API example file, it says just adjust the read and write functions.Here is the main code I work on. But I cannot read the acceleration data. What should I be ...

fgfg by Associate
  • 973 Views
  • 2 replies
  • 0 kudos

Resolved! Lsm6ds3 active/inactive event interrupt

Hi,I have a problem when develop with LSM6DS3.After config the active/inactive event to INT1, keep still, the interrupt(inactive event) will happen ,if i do not read 6-axis sensor data.When i read the 6-axis sensor data every 100ms by a timer callbac...