#include<Adafruit_MLX90640.h>#include"Adafruit_Arcada.h"Adafruit_Arcada arcada; Adafruit_MLX90640 mlx;floatframe[32*24];// buffer for full frame of temperatures//low range of the sensor (this will be blue on the screen)#defineMINTEMP 20//high range of the sensor (this will be red on ...
importtimeimportboardimportbusioimportadafruit_mlx90640i2c=busio.I2C(board.SCL,board.SDA,frequency=800000)mlx=adafruit_mlx90640.MLX90640(i2c)print("MLX addr detected on I2C", [hex(i)foriinmlx.serial_number])# if using higher refresh rates yields a 'too many retries' exception,# try decreasing...
类型:Thermal Camera 工具用于评估:MLX90640 接口类型:I2C 工作电源电压:3.3 V to 5 V 最小工作温度:- 40 C 最大工作温度:+ 85 C 商标:Adafruit 尺寸:25.8 mm x 17.8 mm x 10.5 mm 产品类型:Camera Development Tools 工厂包装数量:1 子类别:Development Tools ...
adafruit_mlx90640.mpy adafruit_bus_device Before continuing, make sure your board'slibfolder has theadafruit_mlx90640.mpy,andadafruit_bus_devicefiles and folderscopied over. Python Installation of MLX90640 Library You'll need to install theAdafruit_Blinkalibrary that provides the CircuitPython support...
Re this thread: https://forums.adafruit.com/viewtopic.php?t=204722 Poster is using Airlift version. Seeing same thing on non-Airlift (PID 5600) version: Adafruit CircuitPython 8.2.6 on 2023-09-12; Metro MIMXRT1011 with IMXRT1011DAE5A >>> import board >>> import adafruit_mlx90640 >>...
#ifdef MLX90640_DEBUG Serial.printf("ready status: 0x%x\n", dataReady); #endif }while(dataReady != 0 && cnt < 5) { { error = MLX90640_I2CWrite(slaveAddr, 0x8000, 0x0030); if(error == -1) { @@ -74,48 +76,48 @@ int Adafruit_MLX90640::MLX90640_GetFrameData(uint8_t sl...