hello there i want to send output of i2C sensor on ble. but how to add i2c driver for ble application???
hello there i want to send output of i2C sensor on ble. but how to add i2c driver for ble application???
Don't really understand the problem. Add the header file, add the driver .c file, use the driver. You can use one of Nordic's or write your own.
my code says it can't find nrf_drv_twi.h file.where i can find this file and add?
i add nrf_drv_twi.h and nrf_drv_twi.c manually. but i am getting error like : Error: L6218E: Undefined symbol nrf_drv_twi_rx (referred from main.o).
I am using nRF51_SDK_10.0.0_dc26b5e and using this experimental_ble_app_blinky example. i want to add i2c functions here. can you tell me how to do it??
I2C drivers are present here C:\nRF51_SDK_10.0.0_dc26b5e\components\drivers_nrf
Can anyone give me solution ? i can't find