Hi,
I am working on custom Board with nrf52382, I am using the mma8652 accelerometer for different functionality(prior is single and double tap detection).
Initially On an interrupt raised for double tap detected I am setting different advertising packet for 20 sec if not connected at that moment it again advertise with the older information. the board is continuously advertising by keeping APP_ADV_TIMEOUT_IN_SECONDS to zero. On disconnect also I am setting older information(returning success).
This setting also gives success, but after disconnect/or app kill say about 10 min later to disconnect, i am unable to get data from the accelerometer as no interrupt is raised. I am setting pin 16 as SCL and pin 14 as SDA.
There is no loose connection.
There is a possibility that after disconnect these pins are not working. In which part of GAP_EVENT app kill disconnect reaches. OR after disconnect accelerometer is not getting supply.
Any Suggestions.