MikroE Shied for FEZ

In your documentation, the Arduino shield is presented as compatible with the FEZ board
Today I was trying to start some I2C communication and could not get it working…

to finally realize that the I2C output of the FEZ is not connected to the shield …

This is to follow the latest Arduino standard. Your shield is not following the standard.

The good news is that you can use software i2c on any pins. Which shield are you using?

1 Like

Hi Gus,
I use the one shown on the documentation. (MIKROE) this is the only one I know that support the click board.
But you are right, i did post too fast. (tired)
i was using the I2cController.FromName and didn’t look at the I2cController.FromProvider

thanks

Hopefully mikro will update the shield in the future to have the correct pins. But thanks to your post, we will update the documentation around this.

Hopefully mikro will update the shield in the future to have the correct pins. But thanks to your post, we will update the documentation around this.

my pleasure :slight_smile: