I'm trying to program Avago A6090 (Gaming Laser Mouse Sensor) with Arduino (to get the delta x & y values).
How do I program/burn a SROM file (ancii file provided by Avago) to A6090 chip using Arduino? The provided file (2 KB) have SROM tables with hexadecimal values.
Note: I'd stored the hexadecimal values from these SROM tables in PROGMEM memory in Arduino. Then, I tried to write those values with an array of values in a loop. But seems that it's not working as I don't receive ANY values. Without programming, I'm getting at least the product ID and other values. Delta x & Y could only be got after the SROM program burned to A6090.
Thanks