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.
HelloI have problems with Ultra Lite Driver (ULD) crosstalk functions "VL53L1X_SetXtalk()" and "VL53L1X_GetXtalk()". I'm not sure if I have made a mistake or if there is an error in the ULD. I will give an example to explain my problem. #############...
I recently purchased VL53L1X ToF laser ranging sensor and for the last couple of weeks I am trying to make it work. Based on reference schematic from the datasheet I built the following setup:Using STM32L011 uCU, ULD API and LowLevel I2C libraries ...
I have checked -9 means failed to set clock. I have run debug trace on it, I have attached the point where it is thowing error. I am new to this kindly someone guide me what I am doing wrong. Or kindly point me toward any working implementation of MP...
Calling status = sensor_vl53l1.VL53L1_GetMeasurementDataReady(&NewDataReady);from the Example, I get only status = 0 and NewDataReady = 0;I stepped into the functions down to the Device access via I2C.All went well so far. I got: gpio__tio_hv_...
Unused code detected:VL53L1_Error VL53L1::VL53L1_RdByte(VL53L1_DEV Dev, uint16_t index, uint8_t *data){ int status; status = VL53L1_I2CRead(Dev->I2cDevAddr, index, data, 1); //FR bug :: I2CRead exits always with 0! why the following check? Unused...
Environment: Arduino, STM32F1, ESP32I2CScanner told me a device has the address #29Your default address in the sample code is #12Software: VL53L1_Sat_Helloworld Examplechanges: DEV_I2C.begin(23, 22); // I2C 1: SDA, SCL sensor_vl53l1_sat.InitSensor(0...
What I have:SMT32 CubeIDE 1.3.0the P-L496G-CELL02 eval kit with the Quectel BG96 on STMOD+ connectorthe X-cube-cellular examples for connecting the board with the cloud via MQTTan STEVAL-STWINKT1, which I want to connect via MQTT to our cloudserviceW...
Are there any ST offerings that are capable in that scenario?
Hi, what is the correct way to validate the data from a gyroscope? we are receiving data but we don't know if the values are correct