ToneMalone
Active member
I hacked together something abominable today and it worked!
I followed this excellent guide and used an Arduino Uno instead.
Some things weren't exactly clear for the layman like me, so I'd like to share the hurdles i encountered.
- This code is for Arduino's based off the ATmega328p, I initially tried this with my Nano Every but I don't have the experience to rewrite the code to make it compile.
- the pinouts in this guide are correct but the numbers are wrong on the screenshot.
I drew up this cheat sheet to help with assembly. (I swapped the ground to the one by pin 13 after some glitches, this smoothed a lot of syncing issues for me)
-Not all PS/2 devices work! I had a dud mouse, and a dud keyboard, they work on other systems but not here. I had one mouse work briefly, then fail! This is a hacky setup (could be my wiring lol!) It took a while to get things stable.
-Lastly I experienced a very glitchy mouse, clicking all over the place on its own and acting bewitched, in the tutorial he mentions spamming keys, this actually syncs things up rather quickly and fixed the mouse and keyboard!
I own a Wombat from BMOW and it works great, all the time. Offers more features like scroll and right click. There are also open source adapters available with PS/2 or USB input. This was fun to put together and a good learning project!
As always be careful when hooking up strange devices to your Macintosh.
I followed this excellent guide and used an Arduino Uno instead.
Some things weren't exactly clear for the layman like me, so I'd like to share the hurdles i encountered.
- This code is for Arduino's based off the ATmega328p, I initially tried this with my Nano Every but I don't have the experience to rewrite the code to make it compile.
- the pinouts in this guide are correct but the numbers are wrong on the screenshot.
I drew up this cheat sheet to help with assembly. (I swapped the ground to the one by pin 13 after some glitches, this smoothed a lot of syncing issues for me)
-Not all PS/2 devices work! I had a dud mouse, and a dud keyboard, they work on other systems but not here. I had one mouse work briefly, then fail! This is a hacky setup (could be my wiring lol!) It took a while to get things stable.
-Lastly I experienced a very glitchy mouse, clicking all over the place on its own and acting bewitched, in the tutorial he mentions spamming keys, this actually syncs things up rather quickly and fixed the mouse and keyboard!
I own a Wombat from BMOW and it works great, all the time. Offers more features like scroll and right click. There are also open source adapters available with PS/2 or USB input. This was fun to put together and a good learning project!
As always be careful when hooking up strange devices to your Macintosh.