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!