MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STEVAL-IDP005V1-GUI does not connect

HiI am trying to run the STEVAL-IDP005V1-GUI.Current setup:STEVAL-IDP005V1-GUI - > STEVAL-IDP004V1->STEVAL-IDP005V1:I am unable to connect to the IDP004V1 dev kit from the GUI, the comms just gives an error suggesting to restart the GUI. I have tried...

Tvan .5 by Associate
  • 237 Views
  • 1 replies
  • 0 kudos

VL53L0X API Status: -6 : Range error. I developed a little instrument using VL53L0X to measure a distance ranging from 30 to 200 mm. We assembled 200 pcs and on 50% of them I get the error above, while the remaining 50% work fine. Anybody can help me?

API Status: -6 : Range error ===============================//my code.....  if(Status == VL53L0X_ERROR_NONE)  {  //   printf ("Call of VL53L0X_StaticInit\n");    Status = VL53L0X_StaticInit(pMyDevice); // Device Initialization    print_pal_error(Stat...

GBern by Associate
  • 479 Views
  • 0 replies
  • 0 kudos

Resolved! Hello everyone I downloaded the API for VL53L3 range sensor. I try to compile the API with Eclipse but the file ranging_sensor_comms.h is missing (included in vl53lx_platform.c). What is this file? Where is this file documented? Thank you for your help

Ultimately, I would like to know where I2C commands are described in order to re-write my own I2C R/W function according to my hardware. First I woud like to play with the entire API to get familiar with it. The file ranging_sensor_comms.h is not inc...

Ben1 by Associate III
  • 1595 Views
  • 10 replies
  • 0 kudos

VL53L3CX API : WaitDeviceBooted returns 1??

Hi everyone. I try to integrate VL53L3CX range sensor in an applicaction using nRF microcontrollers. I am using the API 1.1.4. I would like to test a I2C read first, so I edited the function VL53LX_ReadMulti() in file vl53lx_platform.c as follow :VL5...

0693W00000593ZqQAI.png 0693W00000593ZgQAI.png
Ben1 by Associate III
  • 347 Views
  • 1 replies
  • 0 kudos

Unable to get distance measurements from VL53L3CX

I'm using an ESP32 to communicate with the VL53L3CX. I successfully reworked the vl53l3cx_platform.c file to get communication working with the sensor using I2C, which is a good start. But when I go to read from the sensor (using polling, not hardwar...

0693W000005C09vQAC.png 0693W000005C09LQAS.png
NSack.1 by Associate
  • 611 Views
  • 3 replies
  • 0 kudos

HardFault once calling MotionFX_propagate()

my mcu is STM32F730R8Txsensor: LSM9DS1use CubeMx gen code, with Makefile(under linux env)I use lsm9ds1_reg.c as sensor driver fetch raw data, and it worked fine.then, do the following as MotionFX lib documents:MotionFX_initialize()MotionFX_getKnobs(&...

MMa.1893 by Associate III
  • 1752 Views
  • 23 replies
  • 0 kudos