Commit Graph

122 Commits

Author SHA1 Message Date
Léopold Gravier
7cd29b7d77 Removed unused variable key from examples 2024-02-27 18:46:36 +01:00
Brian Helterline
8458aeeddf Update ReadNUID.ino
Fixed decimal helper function
2022-06-05 16:56:01 -07:00
Rotzbua
8f9c07f84f
add link to more pin layouts
adaption of #562
2021-08-05 11:54:19 +02:00
Rotzbua
a93e0fab2f
Remove example AccessControl.ino
solves #568
closes #403
2021-07-31 14:17:34 +02:00
Rotzbua
630e8aed8f
fix typo 2020-07-24 16:51:55 +02:00
Rotzbua
7400c561e2
fix typos 2020-07-24 12:44:53 +02:00
Rotzbua
39c90621b0
fix typos 2020-07-24 12:40:45 +02:00
Rotzbua
72e1bef06c
remove duplicate comment 2020-07-24 11:50:05 +02:00
Rotzbua
d997a2d438
remove duplicate comment 2020-07-24 11:49:10 +02:00
Rotzbua
d36f9370ea
add optional delay after PCD_Init as workaround
provided by DarkiStar #476
2019-06-03 00:45:21 +02:00
Jastria Rahmat
268682dc0b Update comments in examples (#457)
It's seems not that important, but this helps the new user understand the code.
2019-03-25 15:07:44 +01:00
Poroh
fa8df2cc64 fix default_keys example for avoid skipping first key 2018-12-24 19:34:17 +03:00
Philip Kirkbride
fc3df49108
Fix typo date to data 2018-11-25 13:30:35 -05:00
Rotzbua
4623434bea
Revert "replace #define by constexpr"
This reverts commit a1d0a1313d.
2018-10-04 12:54:33 +02:00
Rotzbua
4148249807
Revert "refactor and split class"
This reverts commit 0b258bfe0f.
2018-10-04 12:52:18 +02:00
Rotzbua
9ce56d53c9
Cleanup AccessControl.ino
- unreachable code
- unused var
- simlified return
2018-01-13 13:35:54 +01:00
Rotzbua
98c43cde8f
change boolean to bool
more information: https://github.com/arduino/Arduino/issues/4673
2018-01-13 11:29:53 +01:00
Rotzbua
f11d979809
Fix AccessControl.ino - rm unused var
additional to #353
2018-01-13 11:04:37 +01:00
thoaitrieu
1e9ca23890 Fix AccessControl.ino (#353)
* Fix AccessControl.ino

The function checkTwo not work with some cards with 0-index key ID equals to 0 not found in storeCard..then they add fullstack of the same card.
2018-01-13 11:00:58 +01:00
Mads Mogensen
ae13b02342 Fix infinite loop (#346)
* Fix infinite loop

Fixed the findID function getting stuck in an infinite loop when scanning certain cards.
Loop now stops at 255.
2017-11-06 22:30:37 +01:00
Drachenfrucht1
313db9dd41 corrected translation of hex numbers to decimal numbers (#342) 2017-10-17 05:07:58 +02:00
Rotzbua
0b258bfe0f
refactor and split class
move hardware manipulation functions into new class
2017-05-22 12:25:18 +02:00
Rotzbua
a1d0a1313d
replace #define by constexpr 2017-05-22 10:52:56 +02:00
Saurabh Shandilya
507c84f4e5 update AccessControl.ino (#303)
* alterate Wipe button polling method without using other library
* updated delay functions to monitorWipeButton
* changes millis to uint_32 for compatibility
* fix bug: eeprom size erase counter from 8 to 16 bit.
2017-04-08 12:02:52 +02:00
Rotzbua
f526a42efc
upd code style of examples 2017-04-07 10:24:03 +02:00
Ryan
530f8373d2 Created rfid_read_personal_data.ino (#304)
* Create rfid_read_personal_data.ino
* Sample code to read personal data that was written by "rfid_write_personal_data.ino" in "examples".
* Add new example to .travis.yml
2017-04-07 10:08:00 +02:00
Rotzbua
f5f5788afe Update ReadUidMultiReader.ino
- description was wrong
- added warning, because many trouble with example
2017-02-08 21:49:27 +01:00
Anton Yablokov
1ea6406f35 Update rfid_default_keys.ino (#268)
try to change the order of the known keys and meet the bug described at http://arduino.stackexchange.com/a/14316
2017-01-02 21:00:17 +01:00
omersiar
1a3ac748d0 Modify int data types for cross platforms 2016-11-17 14:38:07 +02:00
omersiar
a88d7e1ce6 Fix #211 2016-11-14 10:32:32 +02:00
omersiar
cb0383e0cb Remove Servo example 2016-11-14 09:58:11 +02:00
omersiar
413f483ee8 Problematic Example Updated
http://forum.arduino.cc/index.php?topic=256260.msg2756668#msg2756668

Above forum message is indicating that the old Servo Example is problematic. For better user experience, I (Original Poster) updated the code and header to give more information what this example does. Commented most of the code.
2016-11-12 17:20:44 +02:00
Rotzbua
0ba37f39e9
Introduce stdint.h
- replace long to int32_t
- fix documentation mu-sign
- add code style to doc
2016-10-31 12:52:43 +01:00
Rotzbua
82f2074e40
Autoformat example MinimalInterrupt.ino
- auto format from arduino ide
- unsigned char ->  byte
2016-10-14 15:08:49 +02:00
Piotr Padlewski
09c5b6aa66 Add support for arduino 101
Tested with my board. Everything works.
2016-09-10 18:31:22 -07:00
Rotzbua
cd5bca80ad
upd example multireader
- comments
- reader info after init
- serial speed
2016-06-22 18:23:20 +02:00
gpancot
3503a149e2 Update MinimalInterrupt.ino 2016-04-09 19:01:27 +02:00
gpancot
2f57235c87 Added files via upload
avoid spourious interrupt
2016-04-09 19:00:12 +02:00
Rotzbua
e090099081 Merge branch 'upstream/master' 2016-02-15 17:25:41 +01:00
Rotzbua
fda5380a7a add output SAK to dump functions 2016-02-15 16:25:48 +01:00
liviu
2bfb6481c0 Interrupt example. 2016-02-03 19:14:06 +01:00
Rotzbua
7014f3dc71 fix old return type
byte -> MFRC522:::PICC_Type
2016-01-19 18:03:05 +01:00
Miguel Balboa
7c9f07cd74 Merged github.com/stefanblommaert/rfid.git 2016-01-19 08:51:36 -08:00
techied
032d806a8c Renamed files
Renamed the servo.ino file to servo_motor.ino file as per request and
updated the .travis.yml
2016-01-18 21:52:48 -08:00
stefanblommaert
4b7c52f9d6 Copy from rfid cards with standard authentication 2016-01-15 12:17:26 +01:00
techied
5710e45251 servo folder
Made servo.ino it's own folder
2016-01-14 19:05:52 -08:00
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