Code Monkey home page Code Monkey logo

flir-lepton-calibration's Introduction

FLIR-Lepton-Calibration

A basic calibration for FLIR Lepton with MLX90614 sensor.

Based on the document, the ambient temperature of the lepton itself will always be referred as the raw value 8192. The difference of the raw value and 8192 is kind of linear to the final temperature calculated. Once we know the actual temperature of the lepton itself and the slope of the function, we can calculate the temperature with a given raw value.

In order to get the temperature of the lepton, I use the MLX90614 temperature sensor and assume that its ambient temperature is the same as the lepton. We will need a box to provide a stable environment for the sensors so that their temperatures will not vary a lot when the outside temperature changes. Therefore, we can use the equation below:

Temperature T = slope * (raw - 8192) + ambTemp

According to Max Ritter's work, the slope he calculated is 0.0217. I recorded the temperature of the difference between raw data and 8192 and the temperature measured by the MLX90614 to apply a polyfit using Matlab and I found the slope I got was 0.026. The result might vary when the environment temperature changes.

To simply calibrate, I also try the DS18B20 sensor since it is cheaper and smaller than the MLX90614. If well calibrated and put in a sealed space, the temperature of the sensor and the camera should be similar and therefore we don't need to know the temperature of an object via the temperature sensor.

flir-lepton-calibration's People

Contributors

funnytao avatar

Stargazers

Brandon Curtis avatar

Watchers

James Cloos avatar  avatar

Forkers

icprog l4es

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.