Ligne 18 : |
Ligne 18 : |
| == Utiliser un Arduino Leonardo et Yun == | | == Utiliser un Arduino Leonardo et Yun == |
| | | |
− | {{ambox-stop|text=The IRQ pin is tied to Digital pin #2 by default. However, on the Arduino Leonardo and Yun, digital #2 is used for I2C which will not work. If using with a Leonardo or Yun, cut the trace beween the IRQ pin and Digital #2 and solder a wire from IRQ pin to Digital #4 or higher. Then change the example code so the the IRQ pin is declared as the new pin (say #6) not #2 }} | + | {{ambox-stop|text=La broche d'interruption (IRQ) est liée à la brocghe #2 par défaut. Cependant, sur un Arduino Leonardo et Arduino Yun, la broche digital #2 est utilisée pour le bus I2C (gloups)! Si vous utilisez un Arduino Leonardo ou Yun, coupez la piste entre la ligne d'interruption (IRQ) et la broche digital 2 PUIS souder un fil depuis la broche IRQ vers la broche digitale #4 (ou supérieur). |
| | | |
− | Here are some photos of setting the IRQ pin to digital 6. First, use a sharp hobby knife to cut the trace from IRQ to 2
| + | Pour finir, modifiez le code d'exemple de sorte que la broche d'IRQ soit déclaré la nouvelle broche d'IRQ (par exemple #4) et non plus la broche #2 }} |
| + | |
| + | Sur les photos ci-dessous, le signal d'interruption est "redirigé" vers la broche digitale #6. |
| + | |
| + | Pour commencer, utilisez un cutter pour sectionner la piste IRQ afin qu'elle ne soit plus raccordée sur la broche digital #2 (c'est le bus I2C sur un Yun et Leonardo). |
| | | |
| | | |
| {{ADFImage|PN532-RFID-NFC-Brancher-Shield-10.png|640px}} | | {{ADFImage|PN532-RFID-NFC-Brancher-Shield-10.png|640px}} |
| | | |
− | Solder a wire from IRQ to #6
| + | Puis soudez un fils entre IRQ et #6 |
| | | |
| {{ADFImage|PN532-RFID-NFC-Brancher-Shield-11.png|640px}} | | {{ADFImage|PN532-RFID-NFC-Brancher-Shield-11.png|640px}} |