Tagged Questions
7
votes
6answers
2k views
Arduino: Lightweight Compression Algorithm to store data in EEPROM
I want to store a shitload of data onto my Arduino whith ATmega168/328 Controller, but unfortunately there's only 256KB / 512KB of EEPROM storage.
My idea is to make use of an compression algorithm ...