I2C Master to BLE bridge

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Our project involves 2 PSOC controller, both are connected via I2C. I need one PSOC to act as I2C master BLE peripheral bridge; can i use the i2c slave BLE peripheral bridge example from 100days and replace it with equivalent master code to get the bridge working? In that equivalent code i can only find status clear in master but slave have separate status clear for both read and write status. i have used SBM_I2CMasterWriteBuf(0X08, wrbuf, 3u, SBM_I2C_MODE_COMPLETE_XFFR): 

0 Likes
1 Reply
Anonymous
Not applicable

You can check the "SCB_I2cCommMaster" example project in PSoC Creator and use it as reference.

0 Likes