I am looking for TOF sensor. I found VL53L0X. But viewing angle is big (25°)。 I am looking for viewing angle less than 12°. I want to use VL53L0X. Because this device is in circulation.
I would be happy if you could give me some advice.Best regards
I would be happy if you could give me some advice.Best regards
I would like to know when we speak in the API of the user application, this is the program that I will realize and flash on the Pnucleo card so that it works as I want? We agree?I want to make a final product with the VL6180X sensor which will carry ...
I am trying to connect a vl53l1 sensor to stm32f030f4.I can't figure out how to set up I2cThe user manual says that this is done in a VL53L1_platform.h file, but there are no instructions on how to do it.
I found this new application note online.https://my.st.com/content/ccc/resource/technical/document/application_note/group1/43/8d/b8/4e/44/91/4b/64/DM00712091/files/DM00712091.pdf/jcr:content/translations/en.DM00712091.pdfIt is very interesting, and I...
I generate the code for FATFS. But functions in user_diskio.c not populated. for exampleDRESULT USER_write ( BYTE pdrv, /* Physical drive nmuber to identify the drive */ const BYTE *buff, /* Data to be written */ DWORD sector, /* ...
Hello everyone,currently I am working on a E-Compass and I totally understand the calculations for the tilt compensation. So i wanted a higher accuracy and looked into DT0060 and everything works fine, but I don't understand where those calculations...
Hello, there,I would like to know about the application of FSM feature of LSM6DSO sensor.I can see in the example that every embedded functions are implemented using FSM. Link: https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/mast...
Hi everybody,I would like to have your opinion about waking up a microcontroller using LIS3DSH sensor. I have two different motion and only one of them should wake up the controller.The micro is a STM32L486.The sensor is assembled on a board and the ...
Good afternoon everyone,I am currently trying to set up my LSM6DSOX into sensor hub (mode 2) in order to plug another sensor to be able to add external sensor value to the MLC decision tree.I follow a code found on github attached to the driver lsm6d...