Hi,
I tried to upload simple program in my freeduino uno,but it shows some java error in my desktop.when i tryed it with my friends laptop it worked.What will be the problem?
Hi,
I tried to upload simple program in my freeduino uno,but it shows some java error in my desktop.when i tryed it with my friends laptop it worked.What will be the problem?
Most likely reason (you did not post an error here) if I guessed is missing some Java classes. Go back to your instructions (you do follow them right?) and try to find the missing piece.
Clem
PS. element14jamie can you move to Arduino please. Thanks always
Hi...
My problem still continues.
My freeduino has the following error while i tryed to upload the example blink program
Arduino: 1.6.5 (Windows 7), Board: "Arduino Uno"
Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xeb
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
The board works with my friends laptop and not in my desktop.
And my .inf files are not installing.when i did it said that this file cant be installed in this method.
My port option in tools is also disabled.
Did you check out https://www.arduino.cc/en/Guide/Troubleshooting#upload. There is a good guide to find out why the board is not recognized on your computer. Do you see it under Devices in Windows? Do you have zone alarm?
Clem
Which version of the IDE are you using? There has recently been a fork. I recommend downloading the latest version from arduino.cc.