This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

QFAC project not backwards compatible with QFAA?

Working on my first project in mbed using the Nordic nrf51-dk.

The project utilises a TMP112 temperature sensor and attaches the reading to the service data to make it available over BLE (using SoftDevice). I have had success getting things running on the nrf51-dk, and porting over to a custom board using the QFAC chip. However, due to supply issues, the other boards have QFAA chips on.

Frustratingly the compiled hex will run on the other board, but does not seem to read the I2C bus. Any ideas around this?

Related