Code Monkey home page Code Monkey logo

m5stack-mlx90640-thermal-camera's Introduction

"# M5Stack-MLX90640-Thermal-Camera" M5Stack Cover MLX90640
thing:2957102

Try Thermal Imaging Camera with M5Stack & AMG8833 before, but too low resolution and detect surface temperatures range, just Offer inform me that SparkFun just release MLX90640 Arduino Example, so I designed this cover for my M5Stack

m5stack-mlx90640-thermal-camera's People

Contributors

dtomyy avatar

Stargazers

vad babushkin avatar Sean Stevens avatar Marcus avatar Rob avatar

Watchers

 avatar  avatar

m5stack-mlx90640-thermal-camera's Issues

reversePixels incorrect logic

for (int j = 0 + x, k = (COLS) + x; j < COLS + x ; j++, k--)

should be

for (int j = 0 + x, k = (COLS-1) + x; j < COLS + x ; j++, k--)

Sensor did not ack

Hello,
I use M5Fire and I cann't read the MLX90640.

I got this output in terminal:

...
15:31:55.001 -> MLX90640 IR Array Example
15:31:55.811 -> Parameter extraction failed
15:31:55.916 -> Error: Sensor did not ack
15:31:56.019 -> Loop Start Time: 2087No ack read

Without the sensor in the M5Fire, I got:

...
15:35:57.781 -> MLX90640 IR Array Example
15:35:58.169 -> No ack read       <- No sensor!!!
15:35:58.202 -> Parameter extraction failed
15:35:58.409 -> No ack read

Can you help me?
Best regards,
Uwe

Thermal image mirrored

The MLX90640 appears to be designed for selfies, such as when the lens is outward and the image is reversed from side to side, with no adjustment in the API

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.