Jetson Orin Nano not working with Adafruit

I am new to using the Jetson Orin Nano development kit, and I am testing a simple Python script to read data from a BME280 temperature sensor. However, when I run it, the board module returns the following error message:

raise NotImplementedError(
NotImplementedError:
Adafruit-PlatformDetect version 3.77.0 was unable to identify the board and/or
microcontroller running the Linux platform. Please be sure you
have the latest packages by running:
‘pip3 install --upgrade adafruit-blinka adafruit-platformdetect’

    If you are running the latest package, your board may not yet be supported. Please
    open a New Issue on GitHub at https://github.com/adafruit/Adafruit_Blinka/issues and
    select New Board Request.

I have already tried running 'pip3 install --upgrade adafruit-blinka adafruit-platformdetect', but the issue persists. I would appreciate any guidance on how to properly configure my Jetson Orin Nano to work with the BME280 sensor. Thank you!

You may need consult to vendor for your problem.

Thanks

Hi, thanks for your response. Could you let me know where I can do that? Please correct me if I’m wrong, but based on the box, the vendor should be Nvidia.

Please consult with adafruit the device vendor.
We don’t handle the driver and software for the peripheral.

Thanks

As suggested here:

You can try adding the lines mentioned above for your board in the adafuit platform detect library.

1 Like