Commit Graph

398 Commits

Author SHA1 Message Date
Rotzbua
f02e3c0917 Add security notice about UID 2018-02-11 15:46:31 +01:00
Rotzbua
7a986cc5ba add troubleshooting encrypted cards
close  #356
2018-01-18 00:38:25 +01:00
Rotzbua
a23f5511bc Update changes.txt 2018-01-14 13:06:00 +01:00
heziegl
feda7b55f9 fix #293 #324 #347, hang of PCD_Init() on ESP8266 boards (#354)
On the Wemos D1 mini ESP8266 board the RST pin was LOW all the time and the MFRC522::PCD_Init() didn't reset the MFRC522 because of a non working digitalWrite, resulting in a endless loop.
2018-01-14 13:04:01 +01:00
Rotzbua
9ce56d53c9 Cleanup AccessControl.ino
- unreachable code
- unused var
- simlified return
2018-01-13 13:35:54 +01:00
Rotzbua
767408134c add fixme for unused var, see #301 2018-01-13 13:34:58 +01:00
Rotzbua
04dc9e97c9 Update changes.txt 2018-01-13 13:27:08 +01:00
tuyethoa08041997
764cb6c251 Fix wrong var names in PICC_Select, MFRC522.cpp (#301)
fix issue #238
2018-01-13 12:15:12 +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
3ef2f1a2f8 Update changes.txt 2018-01-13 11:07:23 +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
Rotzbua
fdb1090516 update link to esp port @mmmmar 2018-01-11 15:53:28 +01:00
Rotzbua
19461b34d3 Update README.rst
add cold solder joints hint
2017-12-03 11:30:31 +01:00
Rotzbua
269625fe58 Update changes.txt 2017-11-06 22:31:04 +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
Anna
97ac8d389d Grammar (#345)
Fixed slight grammar mistakes
2017-11-05 17:54:01 +01:00
Rotzbua
99747195f9 Revert "workaround build script"
This reverts commit 01f3c6143a.
2017-10-20 17:48:52 +02:00
Rotzbua
5167d634d0 Update changes.txt 2017-10-17 05:08:30 +02:00
Drachenfrucht1
313db9dd41 corrected translation of hex numbers to decimal numbers (#342) 2017-10-17 05:07:58 +02:00
Rotzbua
2c4dd4306a Create PULL_REQUEST_TEMPLATE.md
add template for pull requests
2017-09-14 11:03:27 +02:00
Bill2462
3def3ab000 Add power control functions (#334)
* Update MFRC522.h
Add new power control functions : 
PCD_SoftPowerDown
PCD_SoftPowerUp
2017-09-10 13:58:49 +02:00
Rotzbua
616a9b1a69 Update ISSUE_TEMPLATE.md
hide not relevant hint
2017-08-17 15:00:02 +02:00
Rotzbua
60e054d814 Update changes.txt
just add merge commits
2017-08-17 14:11:47 +02:00
Jose Riha
e08a2dd53c Add Fritzing file for another version of the RC522 reader (#332) 2017-08-12 13:26:54 +02:00
mmone
d4aa80d88e Added Wemos D1 mini pinout (#333) 2017-08-04 17:11:15 +02:00
Rotzbua
e71a86b7e0 fix wrong init order 2017-06-19 14:36:11 +02:00
Rotzbua
22dacb86fa Delete Makefile
refactor and cleaning #311
2017-06-13 13:06:09 +02:00
Rotzbua
57eb6b9a3b optimise functions 2017-05-22 15:01:56 +02:00
Rotzbua
0b258bfe0f refactor and split class
move hardware manipulation functions into new class
2017-05-22 12:25:18 +02:00
Rotzbua
9c221e59ee changeable spi class and settings 2017-05-22 11:30:25 +02:00
Rotzbua
f82bcc4046 Replace NULL by nullptr
correct c++11
2017-05-22 10:58:23 +02:00
Rotzbua
a1d0a1313d replace #define by constexpr 2017-05-22 10:52:56 +02:00
Rotzbua
f07049c24e remove some constructors
Optional soft reset was added before, this can confuse ppl by default
set ss and not set rst pin. To clearify this change is made. Maybe
brakes some implmentations.
2017-05-22 10:51:47 +02:00
Rotzbua
5b77ff7c6a Bump Version to 1.3.6 2017-05-22 10:40:45 +02:00
Rotzbua
8db7e2ba4f add deprecate and compiler warnings 2017-05-22 10:30:37 +02:00
Rotzbua
7f0f9e7317 Update README.rst
add note for incompatible Intel Galileo gen2 #310
2017-04-29 10:13:34 +02:00
Rotzbua
c5781e7559 Bump Version to 1.3.5 2017-04-08 12:30:12 +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
9e48c308da Update README.rst
- add notice to port for esp8266 @mmmmar
2017-04-07 17:06:37 +02:00
Rotzbua
e691dd1d26 Bump Version to 1.3.4 2017-04-07 10:28:58 +02:00
Rotzbua
f526a42efc upd code style of examples 2017-04-07 10:24:03 +02:00
Rotzbua
01f3c6143a workaround build script
temp remove teensy from build script, because it fails all time
2017-04-07 10:12:47 +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
6fb3869bd6 Bump Version to 1.3.3 2017-03-26 17:00:14 +02:00
Rotzbua
69f3482618 fix several bugs after splitting class
- make old hidden functions available
- explicit override
2017-03-26 16:49:12 +02:00
Rotzbua
e394dc17d9 fix #298
add missing constructor
fix comment
2017-03-26 16:49:12 +02:00
Rotzbua
dc25caf783 fix #292
fix missing UINT8_MAX
2017-03-25 15:18:02 +01:00
Rotzbua
5b6231d277 Bump Version to 1.3.2 2017-03-15 21:39:06 +01:00
Rotzbua
288ec59b7f Bump Version to 1.3.1 2017-03-15 00:43:50 +01:00