If you still have an old computer, the problem is to connect to it modern mouse may be familiar to you. Old mechanical mouse, sooner or later come into disrepair - cable wear, buttons do not work, etc. In general, modern laser mouse is usually much nicer than the devices of the last century like this
The PS/2 interface actively used in branded computers starting with 286 (IBM PS/2), but the COM-port for a long time remained the standard for connecting a mouse and actively used until the early 2000s (until the "second Pentiums" inclusive). Because the serial mouses are no longer produced, then the for PC without a PS/2 port is still two options: adapt the PS/2 or USB mouse. With PS/2 mouse everything is much easier - this protocol can be implemented in almost any microcontroller, such as ATMega8. In the case of USB mouse you have to use more serious chips with hardware support for USB in the host mode. Yes, sooner or later, a PS/2 mouse will be a rare antique, but because now they are also available without a problem, this option seems most appropriate to me.
The adapter is built on ATMega8 microcontroller and uses MAX232 to match the TTL signal levels with a serial port levels. The microcontroller receives data from the PS/2 mouse and transmits them via the UART.
Adapter circuit:
On the PCB can be installed either a DB-9 plug (allowing to stick adapter card in a computer instead of a mouse), and IDC-10 connector (for connecting directly to the motherboard or multicard via cable). In the second case, the adapter can be installed inside the computer box.
The adapter requires +5V supply for themselves and connected mouse. Alas, powered adapter from COM-port is not possible because optical mouse eating electricity more than their mechanical tribesmen. Power supplied by the COM-port for this is not enough. I did not place on board a separate power connector, for this purpose you can use the 6-pin ISP-connector.
Additionally on board are three jumpers:
D1 LED lights when data is received from the PS/2 mouse, ie, when it is moved or key is pressed (or wheel rotation). But for this the logic level on the PWR input must be high.
Unfortunately, on the first version of the PCB, there is one error in connecting the capacitor C3. To fix the problem it is necessary to connect the capacitor to a single pad, and the second its output connected via a small wire to the pin number 16 of MAX232 (this fix can be seen on the pictures above).
The error was fixed in PCB v1.1 (blue soldermask). Also I added one connector for external PS/2 socket and the second led (that indicates the presence of power on the mouse).
Fuses configuration:
Source code and firmware on github
You can buy from us the empty PCB or fully assembled and tested device with worldwide shipping.
The cost of device: 20 USD (shipping is paid for separately)
To make the order please use the site feedback form.