Hello
I'm trying to communicate with an sensor over the TWI HW interface during a BLE connection with the S110 soft-device, and every time I try to use the TWI bus the nRF51 goes into reset. I've tried many different variations of edited TWI libraries that are here on Devzone but all have failed, what is the correct and most up to date version to use?
I'm using version S110 V8.0, along with version 8.0 of the SDK. The nRF51 module I'm using is based off a revision 2 silicon package (CE AA) .
I've tried the libraries included in the following devzone posts, all of which cause a system reset when I engage the TWI bus:
I have also tried simply using the SW library, but the sensor always returns 0 if the BLE is active.
And why hasn't a working library been added to the SDK yet?
Thanks