User Activity

Hi,I'm developing a power meter bicycle using the LSM6DSOTR with NRF52832 microcontroler. In my project I defined that 3 minutes without moviment, the system is turned off and wake up when the LSM6DSOTR detect the movement. Below, the code to init my...
Hi,I'm developing a custom board that using the LSM6DSOTR with NRF52832 microcontroler. In my project I defined that 3 minutes without moviment, the system is turned off and wake up when the LSM6DSOTR detect the movement. Below, the code to init my s...
Hi, I'm trying to implement sleep and wake-up function in my project. I read the AN5192 Interrupt generation, but doesn't work. My project use nrf52832 with I2C and init my gyroscope/accelerometer following the procedure below: write_register(LSM6DS0...
Hi,I'm trying to implement a relative tilt function using lsm6dso with nrf52832 processor.Following the AN5192, the procedures to enable tilt detection are:1.Write 80h to FUNC_CFG_ACCESS// Enable access to embedded functions registers2.Write 10h to ...