GithubHelp home page GithubHelp logo

daniel-dk / sm125-125khz-rfid-arduino-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from harvestgardener/sm125-125khz-rfid-arduino-library

0.0 2.0 0.0 119 KB

An Arduino library for the SonMicro SM125 125khz RFID Reader/Writer IC

Processing 6.99% C++ 80.95% C 12.07%

sm125-125khz-rfid-arduino-library's Introduction

/** Arduino library to interact with SonMicro SM125 RFID Reader
 *
 * SM125-IC supports Manchester modulation. The supported tags are Atmel / Temic T55xx(Q5, T5551, T5552, 
 * T5554,T5555,T5557) and the industries’ most popular 125 KHz read-only EM4102 tag from the EM Micro.
 *
 * 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.
 *
 * You should have received a copy of the GNU Lesser General Public License along with this library; 
 * if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  
 * 02110-1301  USA
 *
 * @copyright 	(C) 2011 HarvestGardener, All rights reserved.
 * @license 	GNU Lesser General Public License v2.1 or later
 * @version 	0.4b
 * @date		30 March 2011
 * @contact		hrvstgardener [at] gmail [dot] com
 * @link 		https://github.com/HarvestGardener/SM125-125khz-RFID-Arduino-Library
 * @ref			SM125 Datasheet        	- http://www.sonmicro.com/en/downloads/125/ds_SM125_V30.pdf 
 *				SM125 Manual	       	- http://www.sonmicro.com/en/downloads/125/um_SM125.pdf
 *				EM4102 Datasheet		- http://www.sonmicro.com/en/downloads/125/H4102_C.pdf
 *				T5555/Q5 Datasheet		- http://www.sonmicro.com/en/downloads/125/Q5B.pdf
 *      		T55x7 Datasheet  		- http://www.sonmicro.com/en/downloads/125/t5557.pdf
 **/ 
 
Note: This library requires rev 12 of the NewSoftSerial library slightly modded to make write a public function. 
It is required for proper operation of the SM125 library. The modded library is included @ github.

30 March 2011 - The library is mostly complete although there are some functions I have not tested yet. Additionally, there are undocumented 
commands for the SM125 I am not sure how to use. I will try to contact SonMicro to see if they are willing to describe them so I can put them
in the library. 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.