User Activity

Posted on May 23, 2017 at 06:01Hey guys, I am doing single and double click interrupt generate for LIS3DH accelerometer. I have a question, it is possible single click will generate interrupt when set both single&double click. I found out the accele...
Posted on May 19, 2017 at 10:50Hey guys, it is possible to configure single and double click at the same time? When I enable double and single click at the same time, it seems that the accelerometer only detect double click. Any solution to this ?#a...
Posted on May 15, 2017 at 10:32Hey guys, I dunno what I add but seems I can't generate interrupt after I click on LIS3DH, here what I do.void Acc__EnableClickDetect(void){  LIS3DH_SetAxis(LIS3DH_X_ENABLE  |LIS3DH_Y_ENABLE | LIS3DH_Z_ENABLE );  LIS3D...
Posted on May 09, 2017 at 11:40Hey guys, I am trying to do click detection for my LIS3DH accelerometer. For single click, what I should add inside my code? Here is my code, please help me. void Acc__EnableClickDetect(void){  LIS3DH_SetAxis(LIS3DH_X_...
Posted on April 27, 2017 at 08:02Hi guys, I am using the BlueNRG GUI to play with the BlueNRG motherboard with daughter board on it. I set the GAP role to peripheral and observer, my question is, can I scan device and advertise data at the same time...