• GPIOTE freezes on pin value change

    I currently have a problem with the gpiote setup. I'm using it to detect an interrupt from mma8652 accelerometer. here is an annotated version with the key portions of the code. pin_event_handler() { NRF_LOG_INFO("\r\n PIN 26 triggered \r\n"…
  • Problems with I2C & mma8652fc

    Hello, we developed a custom board using the nRF52832. We are having problems communicating with the mma8652fc accelerometer using I2C. We also have a Rigado BMD-200 EVAL board (based on nRF51822), which has the same accelerometer on. With the Rigado…