Products > Programming

Good learning resources for using I2C SRAM (I'm using a Bus Pirate) for a noob?

(1/2) > >>

TERRA Operative:
I'm currently working on a project to read and write calibration data directly into the SRAM in a Tek AM503B Current Probe Amplifier using a Bus Pirate and IC clip, as the parts needed to do it the 'proper' way are no longer available.
I am a complete and utter noob at this sort of thing so I'm looking for some decent ground up info on talking to an SRAM chip over I2C.

Does anyone have any good links to info on this sort of thing that assume very little prior knowledge, or is anyone willing to teach me some stuff to get me going? My expertise in programming is primarily using solder so I have ALL the dumb questions to ask..... :)

Thanks!

ledtester:
I would get an Arduino and learn how to program it to talk to an I2C device.

There will be a lot more resources available to you -- i.e. examples, people, forums -- if you use an Arduino. Here, for instance, is some example code to talk to an SRAM chip:

https://arduino-related.livejournal.com/1414.html

Post your progress here, and I'm sure we can solve whatever problem you run into.

Oh, and of course buy an SRAM chip to experiment on before attempting to modify the AM503B.  :)

TERRA Operative:
I already have the Bus Pirate and (with a big stretch of my skills) a batch file to talk to it, but no Arduino's to hand.
I just need to learn how to talk to the SRAM chip over I2C, I'm at a fundamentals level here..... :) I have it hooked up and I seem to be able to send some commands and get something in return, but not much more than that.

I'm not just out of my element here with software stuff, I'm completely off the periodic table. :D

Doctorandus_P:
I haven't used a bus pirate, but frwom what I've seen you can connect to wit via a terminal emulator from your PC and then type in commands send to or read from I2C or other supported protocols.
I think it's also common to write some scripts (in for example python) to control the bus pirate

There must be a manual and even tutorials and youtube vid's which explain more details.
Is there important (battey backed up?) data in your RAM? If so, then start by playing around with your Bus pirate and some other I2C Chips untill you have a bit more experience, and even then, the first thing you should do with your I2C Ram is to read-out all data and back it up.

TERRA Operative:
The data in the RAM is battery backed, but it is no problem to be erased etc as it was already gone because the battery was flat and leaking (I have repaired the damage). So this poking at things with the Bus Pirate is my feeble attempt to figure out how to write new calibration values.

The RAM chip is a PCF8570 (Datasheet below), and while I've been successful in sniffing the bus, using the Bus Pirate to successfully read and write to the RAM eludes me.

Most of the few guides I've seen around assume a level of knowledge that I don't have. A common thing I've seen in a lot of this sort of stuff is it's either hand holding how to connect wires to pins on a breadboard for a specific example application, or it's all assumed knowledge 'just sent these commands and bingo!' stuff. I'm in the middle so I don't need to be told about pullups and what to connect where, but I don't know enough to 'just send a few hexadecimal values to read an address'..

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod