CYBT - 343026 as I2C Slave

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

cross mob
SKUK
Employee
Employee
10 sign-ins 10 questions asked 5 questions asked

I am looking for some I2C Salve examples for this module. The application is to use this BLE device as Prxomity detector using RSSI from a tranmitter. So i want to configre this module more like a EzI2C slave which we do in capsense. I see some examples for I2C master with CYBT - 343026, but non on I2C slave.

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The CYBT-343026 is based on CYW20706 device. It only support as a I2C master. If you need a I2C slave function, you need to accomplish it with the GPIO to emmulate it. Or you can use the UART port.

View solution in original post

3 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

The CYBT-343026 is based on CYW20706 device. It only support as a I2C master. If you need a I2C slave function, you need to accomplish it with the GPIO to emmulate it. Or you can use the UART port.

Do we have any bit banging examples?

0 Likes
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

Sorry, there isn't bit banging examples. You may check the GPIO example for reference.

0 Likes