Hello everyone
I am trying to interface a TDS test pen with arduino. It has a 12 pin custom LCD. I want to get its LCD readings on serial monitor. I have no data sheet of the device under question. Kindly help.
Hello everyone
I am trying to interface a TDS test pen with arduino. It has a 12 pin custom LCD. I want to get its LCD readings on serial monitor. I have no data sheet of the device under question. Kindly help.
Is there any other interface available on that device? Maybe an unpopulated connector on the PCB?
Or do you know what microcontroller is used, and what pins of that controller go to the LCD?
If the LCD has a driver IC, it may be (kind of) doable, because the signals will be digital.
If the controller has the driver embedded (rare), the voltages on the interface pins may invert. Check that first with an oscilloscope.
If you confirmed that the driver signals are digital 0/1 lines, you can start with the next activity:
- use a digital analyser to capture communication, and try to relate it to what appears on the LCD. If you manage to solve that, you could build a gizmo, and write software to decode the LCD data into ascii and stream it over a serial.
This one has 12 pin lcd there is no any specification on main ic. A 8 pin another ic having marking ATMLH904 is also present
ATMLH904
EEPROM
Can I read data from its EPROM chip
Without doubt, yes.
I connectd scl and sda and run I2C scanner on arduino i2c device foun at 0*50. when I run eprom read code
Address 0x3: Data 0xA0
Address 0x4: Data 0xA0
Address 0x5: Data 0xA0
Address 0x6: Data 0xA0
Address 0x7: Data 0xA0
Address 0x8: Data 0xFF
Address 0x9: Data 0xFF
Address 0xA: Data 0xFF
I checked on PCB that eprom is connected with HOLD button to hold readings