Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmuller/arduinondef

Arduino NDEF library
https://github.com/pmuller/arduinondef

Last synced: 15 days ago
JSON representation

Arduino NDEF library

Awesome Lists containing this project

README

        

# 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