Bonjour,
J'essaye de mettre du code sur un Arduino lilypad, elle est branchée sur un arduino UNO, j'ai cette erreur ;
.avrdude: butterfly_recv(): programmer is not responding
(Je suis un débutant sur arduino )
Merci à vous.
Bonjour,
J'essaye de mettre du code sur un Arduino lilypad, elle est branchée sur un arduino UNO, j'ai cette erreur ;
.avrdude: butterfly_recv(): programmer is not responding
Merci de prendre en compte les recommandations listées dans « Les bonnes pratiques du Forum Francophone”
Ne postez pas d’image d’un texte, c’est inutilisable… postez du texte avec les balises de code quand c’est approprié
Après l'avoir connecté, tu peux resetter le lylipad en appuyant 2 fois rapidement sur le bouton reset :
Automatic (Software) Reset and Bootloader Initialisation
Rather than requiring a physical press of the reset button before an upload, the LilyPad Arduino USB is designed in a way that allows it to be reset by software running on a connected computer. The reset is triggered when the LilyPad's virtual (CDC) serial / COM port is opened at 1200 baud and then closed. When this happens, the processor will reset, breaking the USB connection to the computer (meaning that the virtual serial / COM port will disappear). After the processor resets, the bootloader starts, remaining active for about 8 seconds. The bootloader can also be initiated by pressing the reset button on the LilyPad Arduino USB twice in quick in succession.
Voir aussi ici :
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.