All Projects → mfdogalindo → PN532-HSU

mfdogalindo / PN532-HSU

Licence: MIT license
PN532 HSU (UART) library for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PN532-HSU

rdm6300
A simple library to interface with RDM6300 RFID reader.
Stars: ✭ 46 (+58.62%)
Mutual labels:  rfid, rfid-reader
pyrfidhid
Python library to control Chinese USB HID 125Khz RFID Reader/Writer
Stars: ✭ 104 (+258.62%)
Mutual labels:  rfid, rfid-reader
Mifareclassictool
An Android NFC app for reading, writing, analyzing, etc. MIFARE Classic RFID tags.
Stars: ✭ 2,698 (+9203.45%)
Mutual labels:  mifare, rfid
android-things-rc522
Android library to communicate with RFID Module RC522
Stars: ✭ 44 (+51.72%)
Mutual labels:  mifare, rfid
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+286.21%)
Mutual labels:  mifare, rfid
sportiduino
Electronic timing system for orienteering and similar outdoor sports events on Arduino
Stars: ✭ 56 (+93.1%)
Mutual labels:  rfid
SerialTransfer
Arduino library to transfer dynamic, packetized data fast and reliably via Serial, I2C, or SPI
Stars: ✭ 273 (+841.38%)
Mutual labels:  uart
esp8266-rfid-banco-de-dados
Projeto com objetivo de autenticar/autorizar usuários a partir de Tags RFID utilizando Banco de Dados
Stars: ✭ 85 (+193.1%)
Mutual labels:  rfid
controle-de-acesso
Projeto CDA - "Controle de Acesso" utilizando Golang, VueJS, PostgreSQL e MQTT
Stars: ✭ 26 (-10.34%)
Mutual labels:  rfid
flipperzero-firmware
Flipper Zero firmware source code
Stars: ✭ 2,551 (+8696.55%)
Mutual labels:  rfid
uart
serial com api
Stars: ✭ 37 (+27.59%)
Mutual labels:  uart
ruby-nfc
NFC library for Ruby programming language
Stars: ✭ 31 (+6.9%)
Mutual labels:  mifare
barnowl
Technology-agnostic middleware for RFID, RTLS and M2M, enabling location-aware physical spaces. We believe in an open Internet of Things.
Stars: ✭ 25 (-13.79%)
Mutual labels:  rfid
Sonos RFID Controller
RFID controller for the Sonos music player
Stars: ✭ 17 (-41.38%)
Mutual labels:  rfid
Fool
Simple Russian voice assistant based on Android Things and Raspberry Pi 3
Stars: ✭ 26 (-10.34%)
Mutual labels:  rfid
blackmagic-espidf
Blackmagic Wireless SWD Debug probe hosted on esp-idf SDK (for ESP8266) with UART on Telnet port and HTTP using xterm.js
Stars: ✭ 165 (+468.97%)
Mutual labels:  uart
coap-go
Lobaro CoAP for GoLang - server and client applications
Stars: ✭ 20 (-31.03%)
Mutual labels:  uart
USB Serial Bridge
USB Serial Bridge for STM32F103C8Tx based ARM modules
Stars: ✭ 39 (+34.48%)
Mutual labels:  uart
android-nfc-http-tunnel
Android NFC HTTP Tunnel Demo
Stars: ✭ 28 (-3.45%)
Mutual labels:  pn532
usbSerialPortTools
provide read and write debugging tools between USB serial port and serial port (UART ,RS232) under Android system
Stars: ✭ 38 (+31.03%)
Mutual labels:  uart

PN532 HSU Python driver

Use PN532 Hardware on HSU mode without libnfc

Usage

Check comments on code, use readmifare.py and writemifare.py as reference.

Credits

Adafruit Industries & Seeed Studio

Adafruit PN532 SPI Python driver: https://github.com/adafruit/Adafruit_Python_PN532 Seeed-Studio PN532 HSU Arduino driver: https://github.com/Seeed-Studio/PN532

License

The MIT License (MIT) Copyright (c) 2016 Manuel Fernando Galindo

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].