Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuller/arduinondef
Arduino NDEF library
https://github.com/pmuller/arduinondef
Last synced: 15 days ago
JSON representation
Arduino NDEF library
- Host: GitHub
- URL: https://github.com/pmuller/arduinondef
- Owner: pmuller
- Created: 2024-01-25T08:09:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T10:42:34.000Z (11 months ago)
- Last Synced: 2024-11-24T01:27:56.763Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 697 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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