Posts

Showing posts from February, 2023

LOG SENSOR DATA FROM ESP32 TO AT24C256 I2C EEPROM

Image
In this tutorial, you will learn how to log sensor data from several sensors -MPU6050 and BMP 180- to an EEPROM module from an ESP32 module This tutorial assumes prior working knowledge with Arduino IDE or Platform IO 1.1 Introducing EEPROM EEPROM (Electrically Erasable Programmable Read Only Memory) is a Electrically Erasable Programmable Read-Only Memory (EEPROM) is a steady, non-volatile memory storage scheme that is used for storing minimal data quantities in computer and electronic systems and devices, such as circuit boards. By applying a higher-than-normal voltage, data can be erased and be reprogrammed to it.  Electrically Erasable Programmable Read Only Memory (EEPROM) is a type of user modifiable ROM that  can be erased and reprogrammed (written to) repeatedly by applying an electrical voltage that is higher than normal. It enables individual bytes of data to be erased and reprogrammed.  EEPROM need not be taken out of the computer or electronic device of which it is part whe