ok, i've been working on a precision ohm meter for about a month. After i finished routing the traces it came to me, since the display, the keys, power, and logic are all on one side of the board i could use it as the base for a wide range of projects.
All the parts are available on digikey (even the nice handheld case)
here's a quick preview of the board if you guys want more just ask.
This is pretty cool, and is something I have been thinking about for a while. In my case, I was actually thinking a graphical LCD (one of those single color 128x64 LCDs out there), and coupled to its own ATMega processor, as well as a third ATMega for sound. Basically the same idea, but something that could be used for anything from a simple all-in-one microcontroller experimenter's board to a piece of test equipment, to a hand-held game system...
BigBoy - do you have a write up on how it works? Maybe a sketch to share? I would be very interested in a precision ohm meter. What values does it read?
Was there a special reason to use the I2C port expander to drive the LCD?
in a precision ohm meter - what function do the UP, DOWN, RIGHT, LEFT pushbuttons serve?
Sorry for some many simple (dumb?) questions, I'm very much a noobie on programming stuff -
I don't have much of a write up, i'm still working on it as part of my ohm meter, and i've only started to work on the code.
the way it works is wverything goes over the I2C bus to save space,
the lcd is a 8x2 alpha-numeric that has an onboard driver,
It has 5 buttons(up down left right and select) which all have latches,
the buttos are there so you can navigate an on scree menu,
both the buttons and lcd are connected by 12c bus extenders so as soon as i get the code running it should be a simple function call to deal them,
the whole thing is run off a 9 volt battery that has a 700ma 5 volt regulator.
sorry if this is breif but most of the work i've done is on the analog part, which i'm still tinkering with.
part numbers
lcd - NHD-0208BZ-FL-GBW
regulator - lt1129-5
bus extender - PCA8574
case - hammond manufacturing 1553D-BAT
This sounds like an interesting project - please do keep us updated on status. As it gets to completion with some code, I'd sure like to see it. as I mentioned before, I'm very interested in a precision ohm meter - do you have any feel yet for accuracy goals?