开源软件名称(OpenSource Name):monkeyboard/Wiegand-Protocol-Library-for-Arduino开源软件地址(OpenSource Url):https://github.com/monkeyboard/Wiegand-Protocol-Library-for-Arduino开源编程语言(OpenSource Language):C++ 100.0%开源软件介绍(OpenSource Introduction):Wiegand 4 bit, 8 bit, 24 bit, 26 bit, 32 bit and 34 bit library for ArduinoThe Wiegand interface is a de facto standard commonly used to connect a card reader or keypad to an electronic entry system. Wiegand interface has the ability to transmit signal over long distance with a simple 3 wires connection. This library uses interrupt pins from Arduino to read the pulses from Wiegand interface and return the code and type of the Wiegand. Different Wiegand libraries comparison
RequirementsThe following are needed
InstallationCreate a folder named Wiegand in Arduino's libraries folder. You will have the following folder structure:
Arduino SketchExecute Arduino IDE, select Example-->Wiegand-->WiegandTest Example
Contributorssoftwarefoundry added library.properties Francesco Uggetti (ugge75) improved this version of library to support multiple readers for ATMEGA2560. Please check out his version of multiple wiegand readers library here Apollon77 improved interrupt safety and removed sysTick from global paulfurley added 4 bit code PaulStoffregen added Use digitalPinToInterrupt on newer Arduino software, if present tholum Simpler Instructions zanhecht Recognize 24- and 32-bit luckymallari Simplified begin(D0, D1) for ESP(8266/32) devices. Written by JP Liew Project home: http://www.monkeyboard.org/tutorials/82-protocol/24-wiegand-converter This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论