Nfc Smart Ring

About the project

Controlling the RGB LED's via NFC Ring

Project info

Difficulty: Easy

Platforms: NXP

Estimated time: 1 hour

License: GNU General Public License, version 3 or later (GPL3+)

Items used in this project

Hardware components

JAKCOM NFC Ring JAKCOM NFC Ring x 1
NXP LPC824 Xpresso Board NXP LPC824 Xpresso Board x 1
NXP PN7120S NFC Reader NXP PN7120S NFC Reader x 1

Software apps and online services

NFC SDK Library NFC SDK Library

Story

Hello Everyone!

This is very simple demo i recently made. I got this smart nfc ring as gift from my friend , he gave this because i will make some demo out of this.

I didn't disappoint him, and made this simple demonstration of controlling LED's via NFC Ring. Lets get into it.

NFC Ring:

This is smart ring  R3F from JAKCOM. It has two NFC segments and some health monitor sensors too (Volcanic Magnet & FIR Energy). For information you can check out the JAKCOM site.

In our demo we are interested only interested on NFC part.The ring has two antennae for both NFC segment. Using the NXP NFC Tag writter android/ios app,  set different values (string) for both segment.

In the next step, Interfacing the PN7120S (Arduino compatible ) board with LPCXpresso824 Max Board.

Here it is the setup @embeddedclub

Boards are interfaced via I2C.

PIN_P10 - SDA

PIN_P11- SCLK

Reading the NFC ring data via NXP's NFC library and comparing the results (text)  and turning ON/OFF corresponding LED's based ont he string values. for Quick demo check out here  @embeddedclub

Full working demo on Youtube:

  

Schematics, diagrams and documents

Block Diagram

Also refer LPCXpresso824 MAX Board Schematic from NXP site

Code

Main

Partial code , try to download the example from NXP site

Credits

Photo of ashokr

ashokr

Hello! I’m Ashok. I’m currently working as software engineer. passionate about doing Hobbies Projects and Animations works.

   

Leave your feedback...