Hello,
I am was playing around a bit with the twi_scanner-example and I figured out, that no matter if I chose the legacy-layer with nrf_drv_twi-functions or the new nrfx_twi-functions I am always getting NRF_SUCCESS-messages on all I2C-addresses available, indicating that a device was successfully found.
Tried that with rx-/tx-functions likewise and also on the nRF52832-/nRF52840-DK including our own custom boards.
Even though I have just 1 specific sensor attached to the I2C-bus it shows possitive findings on all addresses, which makes the scanner-functionality obviously useless...
On the other hand I am able to successfully configure, read and transmit the sensor data with S132-/S140-softdevice-based-examples.
Is there anything I might be forgetting!?
Additional note: The plain twi_scanner-Example shows no results at all on the respective DKs with a sensor connected.
Kind regards,
Ray