I want to get gps information using p nucleo lrwan1.
I want to get gps information using p nucleo lrwan1. Can I get an open source that can help? I'll use the uart port.(gps)
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.
I want to get gps information using p nucleo lrwan1. Can I get an open source that can help? I'll use the uart port.(gps)
Posted on July 15, 2018 at 05:18Hi I am working with the LPS22HB eval board from ST and trying to generate an interrupt when the pressure drops suddenly. So according to the data sheet this would be a PLE event (2nd bit of 0x0B register) Below are ...
Hi,I am trying to get lsm303c output an "active low" interrupt on pin INT_XL.here is my init code:void LSM303C_AccInit(void){ uint8_t result = 0; ACCELERO_IO_Write(LSM303C_CTRL_REG1_A, 0b00100101); // disable y axis to avoid mg ACCELERO_IO...
I'm trying to apply the VL53L0X to an project that require extra air gap between module and cover window. I just saw a video from YT: https://www.youtube.com/watch?v=puRvRsrfpTs that appear to be "official".There is 3d gasket model. It is available t...
Posted on June 22, 2018 at 14:23I am looking for a successful setup for a VL53L1X in outside conditions any type of help to get more then 30 cm in sunny weather #vl53l1x
Posted on July 09, 2018 at 13:01I'm tryong to set my ROI with the P-NUCLEO-53L1A1 and i can't find the function ( VL53L1_SetUserROI() ) in the SimpleRangingExamples Project , i'm using the IAR workbench , anyone have a clue ?
Posted on February 07, 2014 at 09:25Hello,For a project we are using the LSM330DLC 3D accelerometer and 3D gyroscope module. Chapter 4.1. of the datasheet (Doc ID 022162 Rev 2) mentions self-test functionality, which can be enabled by setting the se...
We are planning to use 9DoF sensor LSM9DS1 with STM32L4 controller.We tried to find sensor library on web but not able to get one, can you pl provide us supported library including sensor fusion for STM controller?
We have an LIS2DE12 accessed via i2c. We set:0x20 to 0x1f0x1f to 0xc00x23 to 0x80Then we read 0x07 until TDA is set.Finally, we read temperature data.Example 1:0x0c = 0x000x0d = 0x13Example 2:0x0c = 0x800x0d = 0xdfHow do we convert these values to d...