New day, lets see if we can crack this.
Ok, I have downgraded the BSP to 2.9.2 from 2.9.3. The a non-mbed BSP wont work because the nfc library is part of that BSP. I have also bought the same molex andriandreo was using, to make it EXACTLY the same. So I’m now using the MOLEX 1462360051 with 1.4uH inductance. I am not tuning, as andriandreo was able to make it work without tuning with this antenna. STILL WONT LET ME UPLOAD IMAGE!! (although i promise is exactly the same as adrian image)
Code-wise, I am flashing the exact code from the wiki, using arduino IDE. Here is the code:
#include <NFCT.h>
void setup() {
// set the NFC message as first parameter and the language code as second
NFC.setTXTmessage(“Hello World!”, “en”);
// start the NFC module
NFC.start();
}
void loop() {
}
I am then using two nfc reading apps on two phones to see if I can read the hello world from the tag.
Still no luck!!!
Elliott
p.s. thanks for all your help