Posted on May 22, 2014 at 14:11Hi ST guys,On NDEF spec, the Read and Write access byte is 0x00 and 0xFF.The 0x80 is ST proprietary ? any other company can use it ?Thanks.--Ten #ndef
Posted on July 31, 2014 at 05:48Hi ahmadi,Write the ndef message to nfc tag. Then the Microcontroller will get the message to excute the job.I have a app demo on github:https://github.com/nfcwormhole/NFC-FlowerLet me know if you have any questions.
Posted on June 20, 2014 at 03:12Hi Eduardo,Yes, use 0x56 is correct in Arduino.You can refer to stsw-m24sr001 onhttp://www.st.com/stonline/stappl/productcatalog/app?page=partNumberSearchPage&levelid=SS1812&parentid=1871&resourcetype=SW.I also portin...
Posted on June 17, 2014 at 03:25 Hi, Yes, If the SRAM is not enough. UNO will crash. I use 2560 to test. You can find the I2C address with I2C_scanner. The code here:http://playground.arduino.cc/Main/I2cScanner Ten ...
Posted on June 16, 2014 at 04:50 Hi, I also do this with arduino. I use#define M24SR_ADDR 0x56 /*!< M24SR address 7-bit*/ It works. And I think the UNO's SRAM is not enough for ST NFC tag. Thanks Ten