Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

li0ard/eeprom_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Li0ard EEPROM - Simple EEPROM reader on Arduino with Programm for PC

Support EEPROM list:

24C01, 20C02, 24C04, 24C08, 24C16, 24C64

How connect

EEPROM 1 (A0)  to GND
EEPROM 2 (A1)  to GND
EEPROM 3 (A2)  to GND
EEPROM 4 (GND) to GND
EEPROM 5 (SDA) to Arduino Analog Pin 4
EEPROM 6 (SCL) to Arduino Analog Pin 5
EEPROM 7 (WP)  to GND
EEPROM 8 (Vcc) to Vcc (5 Volts)

How use

  1. To start, download the firmware (reader.ino) to your Arduino, and connect the EEPROM according to the scheme.

  2. Install modules for working with a PC program:

Windows: pip install -r requirements.txt
Linux: sudo pip3 install -r requirements.txt
  1. Run the program (Windows - python main.py, Linux - python3 main.py), and if you have done correctly, the device name will be displayed in the list.
  2. To read the memory, make sure that you have connected the EEPROM according to the schema, click "Connect" and click "Read"

Test's

Programm was test on Ubuntu 18.04 LTS

Contacts

If you have error/answer please DM Me - CLICK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published