Git Product home page Git Product logo

eeprom_programmer's Introduction

Arduino EEPROM programmer

Arduino EEPROM programmer based on https://github.com/bouletmarc/BMBurner

Tested on Arduino IDE 1.8.9 with Arduino Uno

The original sketch has been changed so I don't have a dependency on the Windows software to program the EEPROM.

First step is to run the python program to convert the binary file to a include file which is then used in the Arduino sketch. I'm using the Arduino Uno which has 32k of program storage.

python convert.py inputfile

This will create a bin_file.h with the correct formatting to be used in the Arduino sketch #include "bin_file.h"

Compile and upload to the Arduino. I've added in a menu system where you select the chip, start address and block sizes using the Serial monitor.

This is still a work in progress. The original BMBurner code only allows you to read most of the chips, however with some hardware and code modification you should be able to read/write most of the chips.

This is still a work in progress and so far I have only tested the W27C512 and 27C256

eeprom_programmer's People

Contributors

stormtrooper avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.