Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 891 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 891 Bytes

Arduino NDEF Library

Overview

This library provides comprehensive support for handling NFC Data Exchange Format (NDEF) on Arduino platforms. It's designed to offer an easy and efficient way to serialize and deserialize NDEF records and messages, adhering closely to the NDEF specification. The library is a work in progress but is approaching a stable release.

Features

  • Comprehensive NDEF Support: Supports most of the NDEF specifications, making it suitable for a wide range of NFC applications
  • Serialization & Deserialization: Efficiently converts between NDEF messages and their binary representations
  • Arduino Compatible: Designed specifically for Arduino platforms, ensuring seamless integration with your existing projects
  • Memory Management: Rigorously tested with Valgrind to ensure proper memory handling, minimizing leaks and errors