How to use the USB-I2C Bridge by pyhton at windows 10

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

cross mob
UlMo_4589691
Level 1
Level 1
First like given

Hello,

the Bridge Control Panel works to communicate with my Cy8kit via I2C on my windows 10 PC. Now I want to use python for the communication to my Cy8kit via I2C .

I cannot find an example. Do you have any hint?

0 Likes
1 Solution
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

I don't think there are any prominent python I2C libraries developed for Windows. The most popular i2c python library I see is the SMBus but it is only available for Linux hosts. There are no examples of Python I2C implementations with the PSoC which we can provide.

Please find a reference example here: https://projects-raspberry.com/psoc-4-pioneer-kit-community-project083-raspberry-pi-integration/

Regards,

Dheeraj

View solution in original post

0 Likes
2 Replies
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi

You can find the Examples on bridge control panel in its installation folder. The path may look something like this:

C:\Program Files (x86)\Cypress\Programmer\Bridge Control Panel\1.20.0\Examples

Please check and update if it helps or not.

Thanks

Ganesh

0 Likes
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

I don't think there are any prominent python I2C libraries developed for Windows. The most popular i2c python library I see is the SMBus but it is only available for Linux hosts. There are no examples of Python I2C implementations with the PSoC which we can provide.

Please find a reference example here: https://projects-raspberry.com/psoc-4-pioneer-kit-community-project083-raspberry-pi-integration/

Regards,

Dheeraj

0 Likes