drivers: Added support pn532 driver for NFC communication#2692
drivers: Added support pn532 driver for NFC communication#2692berbecche wants to merge 8 commits intoRIOT-OS:masterfrom
Conversation
9f184dd to
45554bf
Compare
|
Does anyone plan to continue to work on this? |
|
Will take a look at it. |
|
@berbecche I'm sorry I missed this one. Could you elaborate why this should only be usable with the sam3x CPU's? Maybe we can get it working with all of RIOT's supported MCUs. |
|
Hi. I'm pretty sure it works with sam3x CPU's because I tested it. I'm not Il 24/ago/2015 21:31, "Thomas Eichinger" [email protected] ha
|
|
Ok, I will take a look to see what has to be done. |
|
@berbecche I discussed this with other maintainers offline. I will take a look what has to be done to get your code usable by more RIOT supported boards and will open PR against your repo. This is of high value for us so we would then merge it, after some testing, and open an issue to fix styling and debugging messages as a newbie task. |
|
Of course. Whatever to make more usable for RIOT. 2015-09-01 17:51 GMT+02:00 Thomas Eichinger [email protected]:
Dott. Simone Pecora |
|
@berbecche Please consider berbecche#1 |
|
@thomaseichinger, would you be willing to adopt this apparently abandoned PR? |
|
I'm so sorry about it, but I'm too busy this period. 2016-03-11 10:43 GMT+01:00 Oleg Hahm [email protected]:
Dott. Simone Pecora |
|
Thanks, @thomaseichinger. Won't make it for the release though. |
|
Feature freeze -> postponed. |
|
@thomaseichinger, could you bring your fixes upstream please? @lebrush, would you be willing to see if you can merge the SPI support into your PR? |
|
Postponed due to feature freeze |
|
Closing this one in favour of #5573 |
This library is for pn532's chips via SPI communication.
Library is developed for your udoo board, you should be able to interactively use any Adafruit PN532 Shield right connected to ICSP header and CS on pin 23. It should work with any SAM3X8E mcu.
It should also work with other boards connected to this device but I haven't tried it out yet due to the lack of time.