Go to file
walhi 4827cdb805
Update README.md
2020-05-06 14:04:26 +03:00
eagle Исправления схемы. 2019-07-25 01:08:41 +03:00
gui Checkpoint. Начало переноса кода работы с ардуинёй в отдельный класс. Вроде бы работает чтение. Остальное как нибудь потом... 2019-12-22 02:02:53 +03:00
imgs Исправления схемы. 2019-07-25 01:08:41 +03:00
sketch Checkpoint. Начало переноса кода работы с ардуинёй в отдельный класс. Вроде бы работает чтение. Остальное как нибудь потом... 2019-12-22 02:02:53 +03:00
.gitignore Import code from local repository. 2019-03-11 00:41:37 +03:00
README.md Update README.md 2020-05-06 14:04:26 +03:00

README.md

Programmer for EPROM 27 series (16-512) based on Arduino

You can download the stable version on the "Releases" tab. It guarantees a working version of the source code, compiled by the GUI for Windows and a sketch for arduino.

Compatible Chips List (not all chips are tested):

  • 27C16 (connects from 3 to 26 leg DIP28 socket)
  • 27C32 (connects from 3 to 26 leg DIP28 socket)
  • 27C64
  • 27C128
  • 27C256
  • 27C512

Before write, check programming voltage in datasheet!

Schematic

Based on the project: https://github.com/bouletmarc/BMBurner

Schematic

PCB divorced using autotracer. Not yet tested, but the prototype is working properly.

Resistors R1 and R2 are indicated in the Arduino firmware. By default, the values are 10 kOhm and 1.5 kOhm.

Software

Software for PC written by Qt5.

Functions:

  • Read chip
  • Write chip
  • Verify and check for write (no bits to be set to 1)
  • Programming voltage control (for AVR in TQFP case)

GUI on Windows 10

Requared Windows 7 or later.

GUI on Ubuntu Mate