Hi!
I am trying to use Grove - NFC (SKU: 113020006) with Intel Edison using Sparkfun’s stackable I2C block for Intel Edison. The libraries available for Grove NFC is for Arduino only and doesn’t work with Edison. I am using Eclipse C++.
Does anyone have any suggestions on how to make Grove NFC work with Edison using Sparkfun’s I2C block on Eclipse C++?
I do have the I2C block detecting the NFC reader on bus 1 judging by the output of i2cdetect -y -r 1, on Edison:
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- 24 -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Thanks!