I am facing issue with the sensiBLE module. After loading the library for ALLMEMS2, it could not turn on the on board bluetooth .
SensiBLE module - SensiEDGEMicrocontroller - STM32L476RG
Ask questions and find answers on ST MEMS sensors, such as the LSM6DSV and the LSM6DSL. Learn how to use the SensorTile.Box, and STEVAL kits.
SensiBLE module - SensiEDGEMicrocontroller - STM32L476RG
I am planning to use the LIS2DE12 accelerometer in a product and would like to know the polarity of the interrupt pins. On page 20 the datasheet states, that the default state of the interrupt pins is 'forced to GND' with a push-pull output.So that m...
I am using two LPS22HB on one board to measure two pressures. In about half of the boards, both sensors work wonderfully. In the other half boards, one of two sensors operates perfectly normally but the other sensor reports barometric pressure and...
Hello,I have a PCB design using LSM6DSO, is it ok for the sensor to use vapor process during the reflow soldering? If not, what is the method to mount it onto the PCB?SincerelyYongkun Liu
Hi allI am currently trying to integrate the VL53L0X sensor to a STM32F33R8 using CubeMX and KEIL, but I haven't had the best of luck...I am inexperienced regarding the integration of sensors and I2C.I have watched countless videos integrating differ...
Hi, Forum! Please help me to manage work of BVLinkVx software with ST BLE SENSOR Application!Currently, i have purchased these HW set:STM32 Nucleo 64 L476RG (dev-board)ST X-Nucleo-IDB05A1 (ble v4.2 dev-board)ST X-Nucleo-CCA02M1 (mems microphones dev-...
Hi, I have to interface STM32MP157 processor to STPM32 Energy Sensor.But I am not able to find the code for this IC.Can anyone tell where to find the code for this chip.RegardsSrikanth
Hi, I want to use LIS2MDL in a smart parking sensor. (Like this product:http://smartparkingsystems.com/en/sensor/)So, i have 2 questions:1- Is this sensor proper for this application? Is it used in a real smart parking project?2- Is there any practic...
I want to measure the rpm of bldc motor, so by using hall sensor (H.S) output we can capture the frequency. With help of Hall sensor frequency and num of motor poles, we can able to measure the RPM. I captured the frequency successfully by using inpu...
Requirement: FIFO_FULL / FTH interrupt on INT2 These are my sensor initlsm6ds3_gy_data_rate_set(&dev_ctx, LSM6DS3_GY_ODR_OFF); lsm6ds3_xl_power_mode_set(&dev_ctx,LSM6DS3_XL_NORMAL); lsm6ds3_reset_set(&dev_ctx, PROPERTY_ENABLE); lsm6ds3_xl_full_...