-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Agilent HDNS-2000 mouse sensor dumps.
- Loading branch information
1 parent
cd6ca95
commit 126c5d5
Showing
5 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
------------------------------------------------------------------------------- | ||
Agilent HDNS-2000 | ||
------------------------------------------------------------------------------- | ||
|
||
This is set of examples of the communication of the Agilent HDNS-2000 | ||
optical mouse sensor. | ||
|
||
Details: | ||
http://www.iammp.org/design/files/h2000.pdf | ||
|
||
|
||
Logic analyzer setup | ||
-------------------- | ||
|
||
The logic analyzer used was a Saleae Logic (at 1MHz): | ||
|
||
Probe Avago ADNS-2051 pin | ||
------------------------------- | ||
0 (black) PS2_C | ||
1 (brown) MODE/XA | ||
2 (red) RB/XB | ||
3 (orange) MB/YB | ||
4 (yellow) LB/YA | ||
5 (green) XY_LED | ||
6 (blue) NRESET | ||
7 (purple) PS2_D | ||
|
||
|
||
Data | ||
---- | ||
|
||
The sigrok command line used was: | ||
|
||
sigrok-cli --driver fx2lafw --config samplerate=1mhz \ | ||
-p 0=PS2_C,1='MODE/XA',2='RB/XB',3='MB/YB',4='LB/YA',\ | ||
5=XY_LED,6=NRESET,7=PS2_D --time <time> -o <file> | ||
|
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.33 KB
mouse_sensors/agilent_hdns_2000/agilent_hdns_2000_move_mouse_left_right.sr
Binary file not shown.
Binary file added
BIN
+5.35 KB
mouse_sensors/agilent_hdns_2000/agilent_hdns_2000_move_mouse_up_down.sr
Binary file not shown.