awong1900 / RF430CL330H_Shield

NFC that Interacts with Microcontroller

Home Page:https://www.indiegogo.com/projects/dnfc-tag-nfc-that-interacts-with-microcontroller#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino yun compatible?

awong1900 opened this issue · comments

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

Try change this: NdefRecord.cpp line 8 : #define STORED_IN_RAM FLASE 改为 #define STORED_IN_RAM TRUE
Because of UNO's RAM is too small, so use ROM. But Yun may be have enough RAM.

I don't have a YUN, Thanks if someone can help me test it.