Doing fix_fft on an attiny with a mic, and control 8 rgb led via an ws2812 module. Sampling rate should be arround 1ms, which is achieved, by overclocking the attiny.
Go to file
2024-03-01 20:49:59 +01:00
light_ws2812_AVR first init 2024-02-27 13:12:18 +01:00
avr_adc.c fix different bug, not zeroing rgb, not manipulating over each datapoint 2024-02-29 21:32:26 +01:00
avr_adc.h first init 2024-02-27 13:12:18 +01:00
fix_fft.c first init 2024-02-27 13:12:18 +01:00
fix_fft.h fixed internal clock to 16Mhz 2024-02-27 21:29:54 +01:00
main.c increased spectrum wideness 2024-03-01 20:49:59 +01:00
makefile fix different bug, not zeroing rgb, not manipulating over each datapoint 2024-02-29 21:32:26 +01:00