Giter VIP home page Giter VIP logo

mlx90615-on-raspberrypi's Introduction

version 1.0 initial version

Copyright (c) 2017 Paul van Haastrecht [email protected]

Background

The MLX90615 is like an Infra_Red ( I.R.) temperature sensor. Having seen a commercial IR temperature meter, I wanted to better understand how it works.

The MLX90615 is available at low cost as part of the GROOVE family from Seed-Studio. There is a great, detailed, data-sheet available on-line that provide a lot of insights. I was, and I am, impressed by the possibilities and flexibility of the sensor.

I saw a number of libraries and programs available for the Arduino, but I did not find a good programs for the Raspberry Pi. Hence I to created a program that makes use of the complete capabilities.

My focus of interest is the area ”where hardware meets software” and the program developed is focused on exactly that. The learnings have been documented in the MLX90615.odt and provides good reading on some the errors in de data-sheet.

It does not have a fancy interface, but it does work and is able to explore the complete capabilities of the MLX90615. A next step could be the expansion with a graphical interface.

Software installation

Make yourself superuser : sudo bash

BCM2835 library Install latest from BCM2835 from : http://www.airspayce.com/mikem/bcm2835/

  1. cd /home/pi
  2. wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.50.tar.gz
  3. tar -zxf bcm2835-1.50.tar.gz // 1.50 was version number at the time of writing
  4. cd bcm2835-1.50
  5. ./configure
  6. sudo make check
  7. sudo make install

Install the MLX utility

  1. cd /home/pi
  2. tar -xzvf mlx90615.1.tar.gz
  3. cd mlx
  4. ./mmlx.sh

To run the software you MUST be root/super user given the Linux permission: sudo ./mlx

mlx90615-on-raspberrypi's People

Contributors

paulvha avatar

Stargazers

 avatar

Watchers

 avatar

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.