BluenrgM2sp module connection regarding
After programming bluenrgm2sp module it is not discoverable in the ST BLE-scanner.I have used the bluenrg2 navigator code.Please help me to find the solution.Thank you in advance.
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.
After programming bluenrgm2sp module it is not discoverable in the ST BLE-scanner.I have used the bluenrg2 navigator code.Please help me to find the solution.Thank you in advance.
I am using NRF5340 board for development using the LSM6DSO IMU sensor.Is there any way so that I can write a particular value inside the LSM6DSO sensor in non-volatile form. Please let me if it is possible.Please let me know as soon as possible.
int main( void ) { /* STM32 HAL library initialization*/ HAL_Init( ); /* Configure the system clock*/ SystemClock_Config( ); /* Configure the debug mode*/ DBG_Init( ); PRINTF("\n----------------------Firmare starts here---------...
Back in 2015, I ordered 19 LSM9DS0 boards from Adafruit for a project (which is taking longer than anticipated!).I've recently noticed that the Accel X, Y and Z readings are materially different for some boards when the boards are flat in a common po...
Hello,I'd like to use LSM303AGR temperature sensor and only that, what is the minimal configuration to be able to do that? As I browsed the forum I saw that setting TEMP_EN[1:0] bits to 1 in the TEMP_CFG_REG_A and BDU bit in CTRL_REG4_A is not enough...
Is it possible to check the electrical activity of an AC power cable using Qvar functionality. What type of electrode to be used? What type of input circuitry needs to be designed (input impedance and filtering)?
I have four sensor tile STWINKT1B kits. I want to simultaneously capture accelerometer, temperature, and acoustic data from all the kits and set up an integrated dashboard. Further, I also want to extend this project by creating an IOT Hub using eith...
I guess this is a weird question. I am not really interested in the classifying part of the MLC but I am interested in its feature selection capability, I would like to know if it is possible to perform feature extraction calculation on the data sto...
I am using NUCLEO_F401RE + X-NUCLEO-IKS4A1 with MEMS Studio software. X-NUCLEO-IKS4A1 offers multiple various bus configurations, including the sensor hub mode for LSM6DSO16IS.However, only in standard I2C mode can we establish the connection in MEMS...
Hi,I am currently using a STM32L476 with a LIS2MDL, I need to apply a calibration along only 1 axis for the magnetometer, as the system can not be rotated along the others axis.I was wondering if there is ready made solution/library to do it?Thank yo...