GithubHelp home page GithubHelp logo

cyberster / arduino-spi-eeprom-reader-writer Goto Github PK

View Code? Open in Web Editor NEW
22.0 4.0 7.0 604 KB

Read/Write WINBOND SPI Based EEPROM Chips Using Any Arduino board. Should work with other brands too.

Home Page: https://w3epic.com/how-to-read-write-spi-based-serial-eeprom-using-arduino-uno-e-g-winbond-w25x80a/

C++ 88.98% Python 11.02%
arduino spi eeprom eeprom-programmer eeprom-reader winbond bios arduino-uno serial

arduino-spi-eeprom-reader-writer's Introduction

Read carefully before using this project

Steps to download the content of EEPROM into a file:

  1. First, make download_rom() function only active and flash the sketch into your arduino.
  2. Configure serial port and baud rate in download_rom.py according to your arduino sketch.
  3. Press reset button in your arduino.
  4. Run download_rom.py by entering 'python2.7 download_rom.py' in your terminal/cmd window.
  5. Now press 'd' and hit enter in the prompt in your terminal/cmd window and wait for finish.

Steps to upload a file from computer to the EEPROM:

  1. First, make upload_rom() function only active and flash the sketch into your arduino.
  2. Configure serial port and baud rate in upload_rom.py according to your arduino sketch.
  3. Run upload_rom.py by entering 'python2.7 upload_rom.py' in your terminal/cmd window.
  4. Press reset button in your arduino.
  5. Enter the file path i.e. '/path/to/the/file.rom' and hit enter and wait for finish.

Schematic

Schematic can be found here: https://easyeda.com/arp14/spi-based-eeprom-reader-writer SPI-Based-EEPROM-Reader-Writer Schematic

Details about various functions with examples can be found here:

https://w3epic.com/how-to-read-write-spi-based-serial-eeprom-using-arduino-uno-e-g-winbond-w25x80a/

arduino-spi-eeprom-reader-writer's People

Contributors

cyberster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arduino-spi-eeprom-reader-writer's Issues

Scripts use python2.7

Ugh, one of the reasons I really hate python...

Seriously, these scripts need to be rewritten to python3.

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.