Implementing eeprom page write

This page summarizes the projects mentioned and recommended in the original post on /r/beneater

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • TommyPROM

    Simple Arduino-based EEPROM programmer

  • That's pretty much it. You set each address/data value and toggle WE and then check for the value of the last byte after all of the writes are complete. I have code here with some good comments. Look at burnBlock. https://github.com/TomNisbet/TommyPROM/blob/master/TommyPROM/PromDevice28C.cpp

  • nanoprom

    EEPROM Programmer for Arduino Nano without needing other components

  • If you remove the shift registers and connect the pins directly to the EEPROM then it can be done just using PORT writes. This worked well for me in NanoPROM, see here: https://github.com/gfoot/nanoprom

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts