Hi
My requirement is make BLE pairing using FSCI I2C serial protocol.
Kindly Some one help me or suggest me any example.
Thanks in advance.
Thanks
AjayK
Hello @Ajay1202,
You can use the ble_fsci_black_box (inside wireless_examples > bluetooth > ble_fscibb) application from the KW38 SDK as base. FSCI should support UART, SPI and I2C.
Although I2C should be supported by FSCI, it may not be implemented for usage with Serial Manager (FSCI module uses the Serial Manager on top of a serial interface for communication), and you may need to develop your own implementation of I2C.
For more information on FSCI, you can refer to the following documentation (inside KW38 SDK docs folder > docs > wireless > Bluetooth):
KW38 SDK documentation can be downloaded from the MCUXpresso SDK Builder, after building the SDK and when download dialog is shown:
Regards,
Eduardo.