-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version without particle #5
Comments
PS2Mouse-interrupt.zip `-----
|
This library is formost meant for Particle devices, but was built ontop of an old project of mine which was targeted at a Teensy 1.0. You can have a look at that code (although I don't know in what state this was when I left it) I'd have to investigate how to "backport" to Arduino, but can't promise when I'd find time for that. |
Hi, Thanks for sharing. Couple of months went past but I still haven't figured what the issue is even after using your "Arduino" version. |
Sorry, I didn't quite get the meaning of your initial post. |
|
What device are you using? |
Hi. I am using a regular PS/2 mouse with a scroll wheel. I did not modify interrupt management but judging by the code it should be no different. But maybe it's my skills that limit my understanding. Of course I read the PS2 description many times to understand how the protocol works and the code seems to match the protocol. But it did not work for me. |
I still don't know what controller you are using. |
I am using standard Arduino Nano - simplest and cheapest. If it helps, I am happy to send you the kit with the nano - that's how keen I am to complete this little project :-) so that I can finally move on |
That would definetly help. You could send me PM via https://community.particle.io for my snail mail address ;-) |
looks like I will have to register on particle.io? do you mind sending me an email please? my address: |
After messing about with the Arduino Nano I must admit that I can't get it running either. Since you are in Prague you should be able to order here for €20,50 |
Hi,
I have modified the example code but have not been able to get it working without Particle connector.
Do you have version that just connects with a mouse and passes over the data? (to Serial Print for example)
The text was updated successfully, but these errors were encountered: