08/28/2026
If you need to log environmental data for an IoT project, your first instinct is probably to grab a microSD card module. But if you are just recording temperature and humidity readings every few minutes, an SD card is actually a terrible choice. They consume a ton of power and demand complex SPI wiring.
We just published a new Tinker Thoughts guide on how to ditch the SD card entirely and use an I2C EEPROM instead.
We walk through setting up a completely solderless, low power data logger using the I2Connect AHT20 sensor and 2Mbit EEPROM. By daisy chaining them with Qwiic cables, you keep your GPIO pins totally free. Even better? A 2Mbit EEPROM can store over 113 days of continuous data if you sample every 5 minutes.
We’ve included all the hardware diagrams and the exact C++ library code you need to get it running in minutes.
Read the full breakdown here: https://ptsolns.com/blogs/tinker-thoughts/how-to-log-temperature-data-without-sd-card-using-i2c-eeprom
What is your go to method for storing sensor data on your embedded projects? Let us know below! 👇