You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.
This has to be changed on the MFRC522 library (tested on my NFC module and working for Amiibomb):
Edit MFRC522.cpp Arduino library and find
PCD_AntennaOn(); // Enable the antenna driver pins TX1 and TX2 (they were disabled by the reset)
before the line PCD_AntennaOn(); add this line
PCD_WriteRegister(RFCfgReg, (0x07<<4)); // Set Rx Gain to max
...then save MFRC522.cpp and recompile the AmiiBomb.ino
The text was updated successfully, but these errors were encountered: