Week 4
In this week, our group worked on the ardiuno program, which could control the color and brightness of the LED lights according to the data provided by the D6T. The program is almost worked, but there are still some problems, which are needed to be solved to make this program perfect. We have designed out two different programs about how to present the properties of the output data on the LED matrix. First program: The first program presents the changing of the temperature by comparing the temperature in each section with the average temperature of all of the sixteen temperatures. Algorithm design: This program is designed base on the libaray <FastLED.h> [1]. 1.Divided the 8*8 LED matrixes into 16 parts according to the corresponding detection area of D6T. 2.Put the 16 temperature data into a 4*4matrix. 3.Calacutlate the average value of the 16 temperature data, and compare the average value with that of the last group of data. If the average ...