Hello all,
This is my first post here and I hope you can guide me thru a "little" project that came into my hands recently.
First, i'll give you a few insights of my background in this area: I've been fiddling with electronics all my life just as a hobby, designing amplifiers and other small signal devices, mostly analog electronics.
My experience in arduino until now is the "blinkin led" sketch. I understand the language and if i open a sketch, depending of its purpose, i can make sense of 50% of what's going on.
Done!
Now with the project..
I came across this unusual multimeter, Tekelec Airtronic Microdigit TE 924. its unusual beacause it can read uV, nA and GOhms, and also beacause there is no service manual that can be found!
The panel meter is a module inside the multimeter ref: TA 305, there is a manual on the web.
The panel meter receives an analog signal from the equipment and translates it to digital thru some sort of ADC, then outputs it to the LCD display. Along the way, it has a serial BCD output and also a clock signal on the rear connector that i was able to decode in my scope, but i can't make any sense of it. It has an option board installed that converts the serial data into parallel data.
Now, the original LCD is melting digits and malfunctioning, randomly displaying all the decimal points and polarity signals and i hope to create something modern with some LED digits i have.
I might be inclined to use multiplexing for the display, since i already got a chip for it (Maxim ICM7218A) and i've been experimenting with a ready made sketch, but i may not have all the pins available in the arduino for implementing some kind of interface to read BCD serial data from the multimeter, converting it, and displaying it on a multiplexed display.
At this point, i just need guidance to seek the optimal way to do this.
Should i take the serial output and clock from the original panel meter and program the arduino with SPI to interface it? Should i go parallel? Or maybe get the analog signal before it enters the panel meter?
The next step would be to convert BCD (binary) to something to be displayed. So feel free to throw me some pieces of sketches to experiment with.
Is this something i would be able to pull with my level of knowledge. Or is this something considered "expert"?
Thank you all in advance




