Is there any simple sample application utilizing i2c communications for nrf52805?
In Visual Studio Code with installed nrf connect SDK 2.0.0 doesn't show up any code sample.
Googling I came up with twi_scanner and a couple more of them, but I can't find them.
I found in the forum a tw_scanner.zip file, but still I face a hard time to wire up the configuration to make include files accessible (none of #include "boards.h", #include "app_util_platform.h", #include "app_error.h", #include "nrf_drv_twi.h") are found, although in a subdirectory it shows up that it is available for pca10040 and I have this DK and try to program an external board with nrf52805 (I managed to flash other bleutooth projects).