Circuitpython PlatformDetector doesn't detect new jetson orin nano super

When I run Detector from adafruit_platformdetect I get board = None. Therefore I cant connect I2C devices like PCA 9685. i2cdetect works fine on bus 1

from adafruit_platformdetect import Detector

detector= Detector()
print ("chip id: ", detector.chip.id)
print ("board id:", detector.board.id)

Terminal output:

chip id: T234
board id: None

It is broken, we are not able to get it running. Only i2c that works is on the pins at the top of the header.

Please consult with vendor for it.

Thanks

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