Close

my optimization code for the amg8833 will finally be made to work arm cpu

A project log for spi write up to 64 colors at a time on Arduino!

amg8833 equivilent sensor thermal cam is a perfect example of how to write faster with spi lcd displays. 128x128 sample fast on Arduino.

jamesdanielvjamesdanielv 09/10/2019 at 00:580 Comments

hello all, i've been busy working on getting the mlx90640 sensor working better. and it does. it works faster on arm devices, and it works reasonably well on arduino. the code from the ground up has modifications that are designed to work on multiple processors. when i did the amg8833 optimizations i only gave consideration to the atmega and the nano and uno. 

i'm going to start to modify the library within the next week or so to ensure it is compatible with arm processors. i will also take what i have learned in optimizations from the i2c and also include a terminal output graphics mode in the amg8833 code and ability to output 8x8 -128x128 data on terminal both in graphics mode and in deg c. so some exciting stuff coming up soon.

Discussions