Code Monkey home page Code Monkey logo

eeprom-programmer's Introduction

Features

  • Easy EEPROM (electrically erasable programmable read-only memory) programming, thanks to user-friendly GUI;
  • Saving and opening *.csv files, containing binary data;
  • Easily save different EEPROMs with easy access to their respective Arduino firmware and datasheets

eeprom-programmer

The project is made mainly for educational purposes. It enables the user to visually experience the process of programming an EEPROM, which cannot be seen when using industrial programmers as the DIY platform allows slowing everything down and even adding LEDs showing current status of the operation. In spite of all the above, it still remains a fully functionable programmer, which I am planning to use in my further projects.

Functionality alterations

In order to use different Arduino model, there may be some changes that will have to be applied. All of those refer to Arduino sketch only, as the Java app is written in a manner, that excludes any hardware incompatibilities. Firstly, some models may have a smaller amount of digital I/O pins, which can be solved by using shift registers, such as 74HC595. Please note, that

int address [11] = {22,24,26,28,30,32,34,36,38,40,42};   //MSB to LSB
int data [8] = {23,25,27,29,31,33,35,37};   //MSB to LSB

refer to digital pins of Arduino MEGA, connected to address and data pins of AT28C16 EEPROM.

Secondly, the pinout will vary on different EEPROMs that you may use, hence the sketch will have to be modified (see respective datasheet).

Further changes

I am planning to add some new features to the app in due course, which may include *.bin files handling for improved compatibility with industrial programmers. Note, that this is purely hobbistic development and is intended to be used in such projects only.

Author

See my other projects on my Github @bartek-krk

Credits

A great library jSerialComm was used in this project.

eeprom-programmer's People

Contributors

bartek-krk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

eeprom-programmer's Issues

output voltage

Output voltage at approx. 0.7-1.1 [V] at all times. Probably loop() function in firmware continously fluctuates between H and L, which makes it unable to settle in a fixed state. Flag or conditional transition required.

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.