Portenta IC2 with vision shield attached

Hi trying to expand the capabilities of the portenta + vision shield by using the 5 pin I2C connecter to attach an APDS9960 (proximity sensor) in combination with an additional external pwm IR LED. Seems like the library GitHub - liske/python-apds9960: Python APDS-9960 Library should do the trick but I’m at bit at a loss with how to connect the LED when the vision shield is attached.
Do the 80 pin connectors use all of the available pins or is there still a way to connect a led?

Would I be able to use the I2C connecter to slave a nano 33 sense?
Can the nano 33 be powered via the charging connecter?

Sorry for all the varied and potentially dumb questions, new to this board and appreciate any help or guidance available as the documentation seems sparse.

Here is my I2C part of my library of examples. Hope it helps

https://github.com/hpssjellis/portenta-pro-community-solutions/tree/main/examples/d-portenta-breakout-board/a-mbed/e-serial-I2C

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.