Last active
January 2, 2016 21:08
-
-
Save blackymetal/8361014 to your computer and use it in GitHub Desktop.
Setting Arduino pro mini generic version from Deek_Robot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Select on Arduino tools | |
Tools > Board > Arduino Pro or Pro mini | |
Tools > Processor > ATmega328 (5V, 16MHZ) | |
Tools > Programmer > AVR ISP | |
When uploading a sketch first press reset button on the arduino then select Upload, once 'Uploading...' text appears realease the button. | |
NFC RFID-RC522 | |
*Ardunio Uno, Arduino Pro, Arduino Pro mini | |
Module......*Uno.......Mega | |
SDA(SS)......D10.......D53 | |
SCK..........D13.......D52 | |
MOSI.........D11.......D51 | |
MISO.........D12.......D50 | |
GND..........GND.......GND | |
RST..........D9........D9 | |
3.3V........3.3V.......3.3V |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment