background image

18

Appendix F:  USB data reporting format

The USB report has two formats, depending whether boot or report protocol is enabled. The following format is the 
boot protocol, and is understood by a USB aware BIOS.

 

Bit 

       Bit 

0

Byte 

0 0 0 0 0  Middle 

Right 

Left 

Byte 

X X X X X  X X X 

Byte 

Y Y Y Y Y  Y Y Y 

The following is the USB report protocol format allowing the additional wheel movement information in the fourth 
byte. When the wheel is moved forward, the fourth byte reports a 0x01. When moved backward, the fourth byte reports 
0xFF. When the wheel is idle, then this byte is assigned 0x00.

 

Bit 

       Bit 

0

Byte 

0 0 0 0 0  Middle 

Right 

Left 

Byte 

X X X X X  X X X 

Byte 

Y Y Y Y Y  Y Y Y 

Byte 

R R R R R  R R F/R

Appendix G:   PS/2 reporting format

The PS/2 portion of the fi rmware handles the following requests and commands listed in the table below.

Hex Code 

Command 

Action

0xFF 

Reset 

Resets mouse to default states 

0xFE  

Resend  

Resends last data to host 

0xF6 

Set Default 

Sets mouse to use default parameters 

0xF5 

Disable 

Disables the mouse 

0xF4 

Enable 

Enables the mouse 

0xF3 

Set Sampling Rate 

Set sampling rate to 10,20,40,60,80,100,200/second 

0xF2 

Read Device Type 

Returns 0x00 to host, indicating the device is a mouse 

0xF0 

Set Remote Mode 

Sets remote mode so data values are only reported after a read data command

0xEE 

Set Wrap Mode 

Set wrap mode until 0xFF or 0xEC is received 

0xEC 

Reset Wrap Mode 

Reset to previous mode of operation 

0xEB 

Read Data 

Responds by sending a mouse report packet to host 

0xEA 

Set Stream Mode 

Sets stream mode 

0xE9 

Status Request 

Returns current mode, en/disabled, scaling, button, resolution, and sampling

 

 

rate information to the host. 

0xE8 

Set Resolution 

Sets resolution to 1,2,4,8 counts/mm 

0xE7 

Set Scaling 2:1 

Sets scaling to 2:1 

0xE6 

Reset Scaling 

Resets scaling to 1:1 

0xAA  

Completion Code 

Command completion code 

0xFA 

Peripheral ACK 

Sent to acknowledge host requests 

Содержание ADNK-3083

Страница 1: ...load a full array of pixel values from a single frame To learn more about sensor s technical information please visit the Avago web site at http www semiconductor Avago com Introduction This design gu...

Страница 2: ...D and Optical Encoder combination Mouse Buttons Mouse buttons are connected as standard switches These switches are pulled up by the pull up resistors inside the microcontroller When the user presses...

Страница 3: ...0 asm listing The following statements are the pin definitions as they exist today The firmware will use these definitions to read and configure the GPIO pins without any other modifications Communica...

Страница 4: ...in Figure 3 below ADNK 3083 Designer s Kit Optical Mouse The ADNK 3083 optical mouse unit allows users to evaluate the performance of the Avago s Optical Tracking Engine sensor lens LED assembly clip...

Страница 5: ...r IGES drawing Sensor Lens Object Surface 2 40 0 094 To Disassemble the ADNK 3083 Unit The ADNK 3083 comprises of the plastic mouse casing printed circuit board PCB lens buttons and USB cable See Figu...

Страница 6: ...lopment Kit and the CY3654 P05 Personality Board Programming support and programmer adaptors for the Cypress CY7C63743 PXC can be found through Cypress CY3649 xxxV CY3083 SC28 CY3083 08 or through mos...

Страница 7: ...c product Note 3 MaxPower value should be changed as per specific circuit s current draw 4 Post Enumeration Operation Once communication between the host and mouse is established the mouse now has the...

Страница 8: ...D sampled high disable the USB connect resistor and Delay 100 S If D and D are both 0 detect a USB interface else detect a PS2 interface SPIInit This routine is called in the try_download to enable t...

Страница 9: ...ep0InReceived This routine is entered whenever an IN packet is received on endpoint 0 ep0OutReceived This routine is entered whenever an OUT packet is received on endpoint 0 setDeviceConfiguration Thi...

Страница 10: ...l Map DualMain GetMouseType USB Main PS2 Interface System Initialization USB Initialization USBTaskLoop ProcessButtons ProcessOptics ReadMotionReg ReadDeltaX ReadDeltaY Read ZWheel Load new mouse pack...

Страница 11: ...mand from the host The PS 2 mode is then set to remote mode PS2SetWrapMode This routine is called in response to a SET WRAP MODE command from the host It then sets the mouse mode to wrap mode See the...

Страница 12: ...es and jumps to usbMain for the USB initialization Dual1msTimer This ISR reads the current status of the buttons Therefore every one millisecond the button state is updated the button status informati...

Страница 13: ...sePacket HostRequestToSend PS2Receive GetBit send0 ReadMotionReg PS2SendResponseByte PS2Send Send_1 Send_0 ResetInterval PS2SetScaling SetWrapMode SetDefault PS2StatusRequest SetRemoteMode CheckWheel...

Страница 14: ...ons L M QA QB Vcc GND V DD 19 16 GND 1K REFB 14 P0 3 7 NPD 4 P0 7 3 SCLK 21 P0 6 2 MISO 22 9 GUARD NC NC 11 18 20 P1 1 R 20 K 20 K 1 NCS LP2950ACZ 3 3 3 1 2 Vo Vin GND 4 7 F 0 1 F 0 1 F MMBT2222A 13 R...

Страница 15: ...S 1 R16 Chip resistor 20K 1 0805_CUS 2 R8 R10 Chip resistor 240R 1 0805_CUS 1 R4 Resonator 24MHz XTAL4 1 X1 Transistor 2N2222 TO92C 1 Q3 Ceramic cap 2 2uF 16V 1206 1 C5 Tant cap 4 7uF 16V 1206 2 C2 C4...

Страница 16: ...16 Figure C1 PCB Schematic Bottom Layer Figure C2 PCB Schematic Top Overlay Appendix C PCB Layout HLMP EG3E Figure C3 PCB Schematic Bottom Overlay...

Страница 17: ...tional view of PCB assembly highlighting all optical mouse components optical mouse sensor clip lens LED PCB and base plate Clip LED PCB Sensor Lens Light Pipe Surface Base Plate Appendix D Base Plate...

Страница 18: ...e Command Action 0xFF Reset Resets mouse to default states 0xFE Resend Resends last data to host 0xF6 Set Default Sets mouse to use default parameters 0xF5 Disable Disables the mouse 0xF4 Enable Enabl...

Страница 19: ...dicate that this is a Microsoft compatible three button wheel mouse the wheel report format is enabled After this initialization sequence the PS 2 wheel reporting format is enabled The fourth byte rep...

Страница 20: ...ADNS 2220 001 Assembly Clip Data Sheet d HLMP EG3E xxxxx Red LED Data Sheet Hardware Support Files a ADNK 3083 BOM List b ADNK 3083 Schematic c 3D Model IGES Files d Gerber File Software Support Files...

Отзывы: