0Pricing
Arduino & IoT Academy · Lesson

Store a Value in EEPROM

Write and read non-volatile settings.

Memory That Forgets

Normal variables live in RAM, which wipes clean the moment power drops. To keep a setting around, you need memory that remembers.

Meet EEPROM

EEPROM is a small block of storage built into the chip that survives power loss. Think of it as a tiny notepad that stays written.

All lessons in this course

  1. Why Buttons 'Bounce'
  2. Debounce with millis()
  3. Store a Value in EEPROM
  4. Remember a Counter After Reset
← Back to Arduino & IoT Academy