Giter Club home page Giter Club logo

rf430cl330h_shield's Introduction

DNFC Tag, RF430CL330H_Shield

Dynamic Near Field Communication tag, open-source NFC tag that communicates with microcontroller.

Info

nfc tag

Connect Guide

//                  DNFC Tag                   (Host/Tester)
//                 RF430CL330H                Arduino 2560/UNO
//                  (Slave)                      Master
//             _________________            _________________
//     3.3V<--|VCC           SDA|<-------->|P20(2560)/A4(UNO)|
//            |                 |    I2C   |                 |
//            |              SCL|<-------->|P21(2560)/A5(UNO)|
//            |                 |          |                 |
//      GND<--|GND          /RST|<---------|P4               |
//            |             INTO|--------->|P3(INT1)         |
//            |                 |          |                 |
//            |                 |          |                 |
//            |                 |          |                 |
//            |_________________|          |_________________|

Start up:

  1. Connect Arduino 2560/UNO with NFC Tag
  2. Make this library to arduino IDE
  3. Use example to write Tag
  4. Use NFC Reader read it

Easy use with NDEF

You can write a NDEF message, like this:

NdefRecord records[1];
records[0].createUri("https://github.com");

Or more than one:

NdefRecord records[2];
records[0].createUri("https://github.com");
records[1].createUri("https://github.com/awong1900/RF430CL330H_Shield");

You can write data in different formats for example, URI, External, MIME, Text, even Application what can open app directly.

Recommend Reader App

Android App NFC Taginfo by NXP

Analytics

rf430cl330h_shield's People

Contributors

awong1900 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rf430cl330h_shield's Issues

Nexus 4 written tag fail when big message

I found a question. RF430 have the NDEF data, the sampe code is 0x00, 0x14, /* NLEN; NDEF length (3 byte long message) */ .
when the NDEF length more than 0x3B, the RF430 can't be writtet by nexus 4. But the galaxy note 2 can write the memory.
I know the NFC chip is different between the phones. The nexus 4 use Broadcom chip, and the note 2 use NXP PN544 .

Arduino yun compatible?

Thx for the code, but I have to use an Arduino Yun and it seems the code is not written to be compatible with the Yun. I have issues with PROGMEM etc. Is ther a chance you can make it compatible with the Yun?

What we are trying to do with the DNFC tag is pretty easy right now. We just would want to get the ID of the NFC tag whenever somone touches the tag with a nfc tag. Would you have some easy sample code for reading an nfc tags id?

thx
Sven

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.