8000 i have made this code work on Arduino. examples for testing use less than 800 bytes ram. · Issue #7 · sparkfun/SparkFun_MLX90640_Arduino_Example · GitHub
[go: up one dir, main page]

Skip to content
i have made this code work on Arduino. examples for testing use less than 800 bytes ram. #7
Open
@jamesdanielv

Description

@jamesdanielv

this isn't really an issue , except for the mlx90460 mlx90640 code provided does not work on Arduino.

hello, i have code that i'm working on using the mlx90460 mlx90640 sensor. the link is here:
https://github.com/jamesdanielv/thermal_cam_mlx90640

i'm taking advantage of the fact that the mlx90460 mlx90640 sensor has built in ram and can store data.
what the code the link above does is read 1 line of ram at a time (up to 32 sensors) . it currently does not calibrate temp data but that will be easy enough to do on the fly using eeprom to store sensor calibration eprom. and read it from eeprom, or preload it and load it into flash instead of ram (progmem)

any way the examples i have currently work,
there is a sketch to see if mlx90460 mlx90640 is can be detected
a sketch that reads 1 page and 16 sensors and outputs to terminal so you can see it working
a sketch that reads and shows on the terminal an entire output of 768 sensors with 5 levels of output characters. ((space), .,+,o,O)

https://github.com/jamesdanielv/thermal_cam_mlx90640

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0