MEMS (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

VL6180X

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 ...

MSAMB.1 by Associate III
  • 295 Views
  • 1 replies
  • 0 kudos

vl53l1 api

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.

NSali.1 by Associate II
  • 374 Views
  • 1 replies
  • 0 kudos

Bluenrg - Source code for an application AN5508

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...

Eyan.1 by Associate
  • 543 Views
  • 2 replies
  • 0 kudos

FATFS and STM32CubeIDE

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, /* ...