slapplebags / Tracksoar-Firmware

revision 1 arduino based APRS tracker
GNU General Public License v2.0
4 stars 10 forks source link

SD Card SRAM usage #36

Closed slapplebags closed 5 years ago

slapplebags commented 8 years ago

Look at switching to an eeprom like the ST Micro M24M02 to resolve issues with SD card library SRAM usage.

appropriate library for the ST Micro M24M02: https://github.com/JChristensen/extEEPROM/blob/master/extEEPROM.cpp

slapplebags commented 5 years ago

ATMega32u4 has enough SRAM to handle SD card / FAT libraries to enable onboard datalogging.