Bonjour,
après avoir essayé de charger le fichier exemple BLINK j'ai le message suivant:
problème de téléversement,avrdude : stk500-rev() programmer is not responding
Je précise que je suis sous MAC OSX
Merci pour votre aide. XD
First off, I don't speak French, but I read it a little.
Basically you are saying that you installed Arduino on your Mac OSX and you get an error message.
That message usually actually means that the Arduino IDE has not established communications with the Arduino board.
The first thing I would do is check the Arduino IDE configuration. (Under the 'Tools' menu check both the Board and Port Settings. See if the Board is set to the type of board you have. ) Then check to see if the Port setting is set to the proper port. On a PC, when Arduino is installed, it installs a driver that it allows it to use a USB port as kind of a virtual serial port. If you can look at your com port drivers, and see that one of them has something about Arduino in the name, that is the port to use.
BTW, I also don't know anything about Macs or the Mac implementation of Arduino.
That's the best I can do, though. Maybe a few others will chime in now.
Thank you very much. Now all is OK. Bye