I use Arduino Uno and Arduino Ethernet shield.
With the Arduino IDE 1.0 installed from Mageia it is unable to compile, code error.
I the installed Arduino IDE 1.6.3 in a my own direktory ( /home/jan/Program1) and started the IDE wich lauched OK.
I the choosed the WebServer sketch.
Port = /dev/ttyACM0
Programmer = AVRISP mkII
Then I tried to upload the sketch. As I think it compiles OK but couldn't load to Arduino.
I get the following message:
Sketch uses 12612 bytes (39%) of program storage space. Maximum is32 256 bytes.
Global variables use 552 bytes (26%) of dynamic memory, leaving 1496 bytes for local variables. Maximum is 2 048 bytes.
averude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
averude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
When I do this with th Arduino connected to Raspberry Pi it works OK.
But for my comfort I whish to use my PC with Mageia to do the work.
What do I have to do to?