Commit Graph

76 Commits

Author SHA1 Message Date
techied
77b6581bfe Add servo.ino file
This file will control a servo instead of a relay.
2016-01-05 16:55:31 -08:00
Rotzbua
29cc669a68 code format
use 2 space for 1 tab like arduino ide
2016-01-05 11:57:36 +01:00
Rotzbua
f9da64e844 fix compile error #163 2016-01-05 11:40:37 +01:00
Miki Balboa
fa913d07fc Merge pull request #163 from sophiekovalevsky/kn-features
Add new example. store NUID of a different PICC.
Perfecto! Gracias @sophiekovalevsky
2016-01-04 22:50:15 -08:00
Kiara Navarro
e1a7948560 Change comments to english. 2016-01-04 13:29:10 -05:00
Kiara Navarro
14f00d518a Add comment to the NUIDRead. 2016-01-04 13:05:29 -05:00
Rotzbua
b73457cad1 upd codestyle example
- make examples more equal
2016-01-04 07:03:24 +01:00
Rotzbua
f7f2d5d02d add dump firmware version to serial 2016-01-04 05:53:23 +01:00
Rotzbua
51a38a04de Merge branch 'master' into upd-readme 2016-01-04 04:58:20 +01:00
Kiara Navarro
16255a1596 Create example to store NUID of a different PICC. 2016-01-03 22:51:17 -05:00
Rotzbua
4d83339d96 codestyle
autoformat ntag example
2016-01-04 04:40:47 +01:00
Miguel Balboa
e19b9a97d4 Ntag216_AUTH.ino own directory 2016-01-03 17:00:39 -08:00
Miguel Balboa
a9d8172a92 Added Ntag216_AUTH.ino to .travis.yml 2016-01-03 16:59:43 -08:00
Gargantuanman
33b20a8c33 Example for Ntag216 authentication 2016-01-01 17:04:38 -06:00
Rotzbua
bafa2faead renew example firmware_check.ino
- add some comments at performselftest()
2015-12-08 12:31:15 +01:00
Rotzbua
2284940b58 Merge branch 'miguelbalboa/master' 2015-12-08 11:07:21 +01:00
Mahdi Abdinejadi
60833a7f6a Added (MFRC522::StatusCode) type cast to avoid compilation error 2015-12-07 19:10:55 +01:00
Rotzbua
8016aa7c98 typechange: byte -> PICC_Type 2015-12-05 22:32:57 +01:00
Rotzbua
5c502136b3 upd examples 2015-12-05 20:26:26 +01:00
liviu
118a03cde0 Better implementation of the PCD_Init() method. Thanks to Rotzbua
to point this out.
2015-12-05 10:50:34 +01:00
liviu
dd3bd76f5d New constructor and PCD_Init() method to allow defining arrays of readers. 2015-12-01 21:25:01 +01:00
Rotzbua
da57844188 upd firmware_check example 2015-09-04 12:54:23 +02:00
Rotzbua
f54971647e Merge branch 'master' into example_firmware_check 2015-09-04 11:40:28 +02:00
Adrian Nistor
ecb509a0d6 Fix invalid escape sequence 2015-06-13 19:36:07 +03:00
Rotzbua
7da08d8fd8 add firmware version to ShowReaderDetails 2015-04-14 02:16:36 +02:00
Rotzbua
956df8e434 add comment 2015-04-11 23:48:48 +02:00
Rotzbua
b49790d40c example for firmware check 2015-04-03 19:47:11 +02:00
rotzbua
d4092ba6dc Update example rfid_write_personal_data.ino
Update pin layout hint like other examples
2015-02-23 16:14:02 +01:00
rotzbua
0ccfb06aa5 Update examples, use F() macro
Saves a lot of memory, examples now run at a arduino uno
2015-02-23 16:07:08 +01:00
Miki Balboa
cd1bc210e2 Merge pull request #74 from UnKnoWn-Consortium/patch-7
Update ReadAndWrite.ino
2015-01-26 09:09:16 -06:00
Miki Balboa
32058130f2 Merge pull request #73 from UnKnoWn-Consortium/patch-6
Update MifareClassicValueBlock.ino
2015-01-26 09:09:09 -06:00
Miki Balboa
c435d3de05 Merge pull request #72 from UnKnoWn-Consortium/patch-5
Update rfid_default_keys.ino
2015-01-26 09:08:51 -06:00
Miki Balboa
95e9eccfd3 Merge pull request #71 from UnKnoWn-Consortium/patch-4
Update FixBrickedUID.ino
2015-01-26 09:08:36 -06:00
Miki Balboa
47d5c96b04 Merge pull request #70 from UnKnoWn-Consortium/patch-3
Update ChangeUID.ino
2015-01-26 09:08:28 -06:00
UnKnoWn-Consortium
5657a16e15 Update MifareClassicValueBlock.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:11:04 +00:00
UnKnoWn-Consortium
af323a12ab Update ReadAndWrite.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:09:20 +00:00
UnKnoWn-Consortium
0627e6e9df Update rfid_default_keys.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:07:26 +00:00
UnKnoWn-Consortium
4a58153fd5 Update FixBrickedUID.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:06:41 +00:00
UnKnoWn-Consortium
70bff5c128 Update ChangeUID.ino
Updated code to account for serial behavior change in ATMEGA32U4
2015-01-25 00:04:30 +00:00
UnKnoWn-Consortium
499e13d33c Update ReadAndWrite.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:51:13 +00:00
UnKnoWn-Consortium
993076a0c8 Update MifareClassicValueBlock.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:49:43 +00:00
UnKnoWn-Consortium
dde29687c2 Update rfid_default_keys.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:47:53 +00:00
UnKnoWn-Consortium
e4a25489b2 Update FixBrickedUID.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:46:18 +00:00
UnKnoWn-Consortium
43209541ee Update ChangeUID.ino
Added new pin layout info; standardizing format and info
2015-01-24 23:44:43 +00:00
UnKnoWn-Consortium
9072987401 Update DumpInfo.ino
Added pin layouts for ATMEGA32U4-based Arduinos in comment; code updated to account for serial behaviors of ATMEGA32U4-based Arduinos
2015-01-24 22:03:45 +00:00
UnKnoWn-Consortium
19ada3f64a Update DumpInfo.ino
Added pin layouts for ATMEGA32U4-based Arduinos in comment; code unchanged
2015-01-24 01:08:05 +00:00
Miki Balboa
cba5551e53 Merge pull request #64 from tjclement/master
UID changeable card support
It is useful, thank you.
2015-01-05 12:28:41 -06:00
Tom Clement
df1e6fa6df Implemented functionality to write to sector 0 on UID changeable MIFARE cards, using Chinese 'magic sequence' commands. 2015-01-03 02:31:59 +01:00
Tom Clement
b1240e9024 Implemented functionality to write to sector 0 on UID changeable MIFARE cards, using Chinese 'magic sequence' commands. 2015-01-03 02:30:23 +01:00
Miki Balboa
1692254857 Merge pull request #61 from mdxs/patch-1
Fixed typos in example
2014-11-27 10:00:01 -06:00