Skip to main content

No project description provided

Project description

Arduino EEPROM Programmer

This is a utility to turn your Ben Eater style Arduino EEPROM programmer into a general-purpose EEPROM programmer.

Unlike the original design you only have to program your Arduino once and then you can read and write any data to the EEPROM via the serial interface. This is especially useful if you plan to build a 6502 computer and use your EEPROM to hold your programs.

Installation

Recommended (using pipx):

pipx install eepromino

Alternatively:

pip install eepromino

Usage

eepromino write mydata

Write from standard input:

cat /dev/urandom | eepromino write -

Read the EEPROM:

eepromino read

Notes

This has only been tested on Linux and with my Arduino Nano.

You need this on your Arduino: https://github.com/georgek/arduino

Ben Eater's video on how to make the EEPROM programmer on a breadboard: https://www.youtube.com/watch?v=K88pgWhEb1M

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eepromino-0.1.4.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

eepromino-0.1.4-py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page