Cool! thanks! Let's try out my soldering skills
Do you have to install device drivers for the Nano V3.0 in Windows 7 ?
I don't know... If you have problem uploading stuff check first that you are absolutely sure you have selected correct board. If that does not help then check out:
http://www.circuitattic.com/home/5-site-news/2-nanodriverfix...
Here are the general instructions:
http://arduino.cc/en/Guide/Windows
LINK
This is the board I have :D ahh there is some info .. let's read it :D
Ah .. I installed the DRIVER for WIndows 7 64 bits .. I have a COM8: Now! ..
Question is now .. how do I upload the MSXmouse.ino file to the CHIP
Ok .. I installed the drivers.. and it's on COM8 .. also I installed the Arduino 1.5.6-R2 software. I loaded the MSXmouse.ino file and the I used file upload.. but I got compile errors:
MSXmouse:49: error: 'PS2' does not name a type
MSXmouse.ino: In function 'void mouse_init()':
MSXmouse:87: error: 'mouse' was not declared in this scope
MSXmouse.ino: In function 'void loop()':
MSXmouse:217: error: 'mouse' was not declared in this scope
MSXmouse.ino: In function 'void MouseSpeed(char)':
MSXmouse:429: error: 'mouse' was not declared in this scope
MSXmouse.ino: In function 'char getmstat()':
MSXmouse:437: error: 'mouse' was not declared in this scope
I see in the comments:
// As of Arduino 1.0 ps2.zip should be unpacked into arduino/libraries.
// In ps2.h replace "WProgram.h" with "Arduino.h".
but I don't get it
// As of Arduino 1.0 ps2.zip should be unpacked into arduino/libraries.
// In ps2.h replace "WProgram.h" with "Arduino.h".
but I don't get it
The errors indicate you do not have the ps2 library in the path of the Arduino compiler.
1 Download ps2.zip form the arduino website
2 Unzip in arduino.libraries
3 In ps2.h replace "WProgram.h" with "Arduino.h".
Where can I download the ps2.zip from the website.
Here is a list of all the libraries, I see ps2keyboard but no mouse..
Oh wait! NYYRIKKI send me a link .. I got it.. lets found out!