SensorTile.Box python get acc events
Hi,i'm trying to send acc events e.g. single tap, double tap via bluetooth to python SDK (BlueSTSDK), but i have no ide how to do it. I can send any other feature like acceleration and gyroscope data.
Hi,i'm trying to send acc events e.g. single tap, double tap via bluetooth to python SDK (BlueSTSDK), but i have no ide how to do it. I can send any other feature like acceleration and gyroscope data.
"Sensors are quintessential devices used extensively in nearly all microcontroller-based applications. In many applications, the designer chooses the sensors to be used as external devices and connects them to the target processor. [...] This book is...
I am trying to use the VL53l3CX sensor for multi object detection with thin objects within a small range (<30cm)I can detect and range a thin target object (2mm) fairly easily however when using a high reflectance screen 10cm behind the target, the s...
I would like to configure the LSM6DSOX sensor using unico-gui as shown in step-by step tutorial on youtube but I do not have the LSM6DSOX. I would like to know if it is possible to do the same thing using the NUCLEO-L476RG and X-NUCLEO-IKS02A2 or is ...
I have an application using an LSM9DS1 sensor, where I'm only interested in ready gyro values in order to determine angular velocity around the Z-axis.Looking at the datasheet in page 45, table 46, what does it mean the cutoff frequency in that table...
Hi All,I am trying to communicate with slave device(STEVAL-IDP003V1) from the master evaluation board(STEVAL-IDP004V1) but not succeeded.i am using the binary's which is provided by the ST. Both master side and slave side i have loaded the correspond...
Hi All,I am using ST Master Evaluation Board(STEVAL-IDP004V1) and a device (STEVAL-IDP003V1).I am trying to send some data from the master to device and it is succeeded."i am having problem in reception from the device to master". From the device sid...
i'm a linux user, so i use cubeMX gen a code framework with project type: Makefilesnow, i try to use x-mems lib, the makefile is miss a ":" that lead "make" command error.after add the colon, seems goodFYI
The "VL53LX API Specification" 1.1.4.2352 lists 13 "calibration functions" but provides little guidance on what they do and when they should be called. The VL53L3 data sheet says calibration is required and "The detailed procedure is provided in the ...