Hi,I was taking a look at the STMems Standard C Library for the LIS3DSH. The implementation of the function lis3dsh_status_get looks a bit weird as there are 2 calls to the lis3dsh_write_reg functions.int32_t lis3dsh_status_get(stmdev_ctx_t *ctx, lis...
Hi,I'm using a STM32F4 board which has a LIS3DSH. This board has PE0 connected to the INT1 of the LIS3DSH and PA0 connected to the user Button B1. Due to this, I won't be able to use interrupts to sample and interrupt for button press. I'm trying to...
1) What are the current encryption hardware solutions based on which are used for designing PdM and CM applications? 2) How important is the use of cryptographically secure TRNGs or QRNGs for industrial IoT applications and what are the current hardw...
Can the STEVAL-BFA001V2B be interfaced with P-NUCLEO-IOM01M1: STM32 Nucleo pack for IO-Link master with IO-Link v1.1 PHY and stack ? i choosed this second board because at the moment the STEVAL-IDP004V2 is not available at the moment from distitribut...
Need velocity random walk, Allan Variance for Accelerometers in ASM330LHH. The info is missing from the datasheet.https://www.st.com/resource/en/datasheet/asm330lhh.pdf
Code is at:https://github.com/zhivko/LaserMeasure_VL53L0X/blob/master/main/Server.cppproblem is oscilation of measurement. on 10mm range it moves almost 2mm constantly... see video.
We using the VL53L1X in an application where it will be mounted in a manner that's protected from sunlight, but exposed to cold ambient temperatures - -40°C and possibly lower. The VL53L1X datasheet has a lower operational temperature limit of -20°C...
Is there any tutorials/AN for using the WiFi connectivity on the STWINKT1 board? What dashboard can i use to display sensor readings?