{"id":16732709,"url":"https://github.com/lucaong/elixir_mlx90640","last_synced_at":"2025-04-10T11:27:07.790Z","repository":{"id":139002184,"uuid":"155632795","full_name":"lucaong/elixir_mlx90640","owner":"lucaong","description":"An Elixir library to interface with the MLX90640 Far Infrared Thermal Sensor Array.","archived":false,"fork":false,"pushed_at":"2023-09-27T15:34:55.000Z","size":47,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T10:12:26.440Z","etag":null,"topics":["elixir","iot","nerves","raspberry-pi","thermal-camera"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucaong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-31T22:47:51.000Z","updated_at":"2023-10-24T16:38:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb8997e3-3409-42a2-95f4-fbba45e2a5e0","html_url":"https://github.com/lucaong/elixir_mlx90640","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaong%2Felixir_mlx90640","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaong%2Felixir_mlx90640/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaong%2Felixir_mlx90640/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucaong%2Felixir_mlx90640/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucaong","download_url":"https://codeload.github.com/lucaong/elixir_mlx90640/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248208666,"owners_count":21065203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","iot","nerves","raspberry-pi","thermal-camera"],"created_at":"2024-10-12T23:46:19.567Z","updated_at":"2025-04-10T11:27:07.762Z","avatar_url":"https://github.com/lucaong.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixir MLX90640\n\n[![Build Status](https://travis-ci.org/lucaong/elixir_mlx90640.svg?branch=master)](https://travis-ci.org/lucaong/elixir_mlx90640)\n\nAn Elixir library to interface with the MLX90640 Far Infrared Thermal Sensor Array.\n\nAn example of a project using this library is [Nerves Thermal\nCamera](https://github.com/lucaong/nerves_thermal_camera).\n\n## Installation\n\nThe package can be installed by adding `elixir_mlx90640` to your list of\ndependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:elixir_mlx90640, \"~\u003e 0.1.13\"}\n  ]\nend\n```\n\nThe I2C driver needs to be installed for this library to compile (e.g.\n`libi2c-dev` on Debian).\n\n## Usage\n\n```elixir\nreceiver = self() # a process that will receive the data frames\nMlx90640.start_link(receiver, [ frame_rate: 2 ])\n\n# On each frame, the receiver will receive messages like:\n#\n#   %Mlx90640.Frame{ data:\n#     [\n#       [ 23.83, 24.12, 20.69, ... ],\n#       [ 20.36, 20.74, 20.71, ... ],\n#       ...\n#     ]\n#   }\n#\n# Where data is a list of 24 rows, and rows are lists of 32 temperature\n# measurements\n```\n\nFor more information, read the [API documentation](https://hexdocs.pm/elixir_mlx90640).\n\n## Acknowledgements\n\nThis project contains low-level code derived from the [device library provided\nby Melexis](https://github.com/melexis/mlx90640-library), as well as the generic\n[Linux port by Pimoroni](https://github.com/pimoroni/mlx90640-library)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucaong%2Felixir_mlx90640","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucaong%2Felixir_mlx90640","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucaong%2Felixir_mlx90640/lists"}