Git Product home page Git Product logo

arduino-2114-sram-tester's Introduction

2114 SRAM tester

I got my hands on an old Lambda 8300 home computer, which was not working.

The only sign of life was a blinking cursor, but no keys were working on the keyboard, so I had to start fault finding.

Obviously the the first thing I checked was the connections to the keyboard, where I found a few problems, but that didn't solve the problem of the machine not working.

So next thing was to check the RAM which is often the problem on old machines.

This machine has four 2114 1024x4 SRAM chips giving it 2K of memory, but I had no way of testing these chips.

So I thought that it must be possible to create a simple tester with an Arduino, and so I did.

The source code has comments to explain what the different parts do, and how to connect the wires.

Programming the Arduino

To get the sketch into the Arduino, just open the .ino file in the Arduino IDE and select your Board and Port in the Arduino IDE Tools menu. Then Upload and the program runs.

It only runs once, so you can push the Reset button on the Arduino to make it run again.

Connections

Here is the pinout of the 2114 RAM chip

I used the following wire colors:

  • Blue for the address pins,
  • Yellow for the I/O data pins
  • Red for +5V (VCC)
  • Black for Ground
  • Green for the WE pin
  • White to connect CS to GND.

Board setup

This is how it looks in my setup.

Output

The output is shown in the Arduino IDE Serial Monitor, so you have to keep that open and set to 115200.

Here is the output from a successful run.

arduino-2114-sram-tester's People

Contributors

skjerk avatar

Stargazers

 avatar  avatar Eliza Winterborn avatar  avatar Fulcro avatar  avatar  avatar Stephen Crane avatar Mane avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

shrank

arduino-2114-sram-tester's Issues

False pass

Great project- I found this after I implemented the same thing on a breadboard and mounted the 2114 in a socket so I could swap and test them all. What I found is that leaving no chip in the socket gives me a 'pass' because (I assume) the parasitic capacitance on each port holds the pin state momentarily. Enabling internal pullups causes it to fail even with a ram chip in place on my setup but maybe all of my ram is bad.

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.