hello
hi
I connect AT24C02 EEPROM with nrf52dk.
I connect SCL to 27 pin ,and SDA to 26 pin.
I open twi_master_with_twis_slave sample code and make some changes(i2c pins and address) and its work fine.
Screenshot was attached.
now if i want to read particular only one address of my EEPROM and sent to BLE.
1st i want to do this only.
Is there any sample code with BLE + twi for NRF52DK kit.