Coder Social home page Coder Social logo

xp-eeprom-28c-programmer's Introduction

EEPROM 28C Programmer eXPerience

This is a home project for a simple parallel EEPROM programmer based on Raspberry PI (model 3). It currently supports 28C16 (2Kx8), 28C64 (8Kx8) and 28C256 (32Kx8) EEPROMs, but it will probably work with all 28C-family (having all the necessary address-bus pins).

eeprom-28C-programmer_built

Specifications

The need of model 3 of Raspberry is only for the number of usable GPIOs (but it may be possible to save a lot of pins using serial-to-parallel shift registers for the address bus). The different voltages between Raspberry GPIOs (3.3V) and EEPROM pin (5V) is managed by a TXS0108 (8-bit bidirectional voltage-level translator). The software currently supports single-byte reads/writes, write operation is followed by hard-coded delay to complete a write cycle.

Hardware

Schematics and PCB layouts are designed with ExpressPCB free CAD software.

Schematic:

board-schematic

Software

The software is written in C and uses WiringPI for GPIO access, and the GNU Getopt function to automate the parsing of command-line options.

Below is the list of options with the relative allowed params, as shown in the help:

eeprom-28C-programmer_usage

Warn! The software, in this release, does not check the value of the parameters, be careful.

Changes

See file CHANGES for the project resources change logs

Future Plans

See file TODO for the project future plans

About

Author : Alessandro Fraschetti (mail: [email protected])

License

This project is licensed under the MIT license

xp-eeprom-28c-programmer's People

Contributors

gom9000 avatar

Stargazers

 avatar

Forkers

ilgrim

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.