Hello everyone, I am trying to work on a project where I have to get my Adafruit MLCX90640 IR sensor running on Raspberry Pi 5 and then later I have to calibrate it and get it running on LabVIEW software for GUI real time monitoring and saving for post analysis,
I have two links to follow of people that did similar projects (excluding LabVIEW) and I am unable to get my code working.
https://www.instructables.com/MLX90640-IR-Thermal-Camera-Working-With-Raspberry-/
https://learn.adafruit.com/adafruit-mlx90640-ir-thermal-camera/python-circuitpython
Trying to follow Adafruit link step by step...
I am trying this on Windows and struggling with installing the two libraries:
adafruit_mlx90640.mpy
adafruit_bus_device
and I get this error:
Exception has occurred: NotImplementedError
Adafruit-PlatformDetect version 3.60.0 was unable to identify the board and/or
microcontroller running the Windows 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.
File "C:\VS_code_Mecha\examples\CircuitPython 8.x\termal camera code.py", line 5, in <module>
import board
NotImplementedError:
Adafruit-PlatformDetect version 3.60.0 was unable to identify the board and/or
microcontroller running the Windows 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.