Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PN532 + Ethernet #103

Open
OnJuanTrack opened this issue Jun 29, 2020 · 1 comment
Open

PN532 + Ethernet #103

OnJuanTrack opened this issue Jun 29, 2020 · 1 comment
Assignees
Labels
PN532 Label for PN532 UAY Unassigned yet

Comments

@OnJuanTrack
Copy link

Hi! At this moment I'm working on a project that needs a NFC module with Ethernet communication, I'm using the ESP8266 as a central microcontroller.

I've selected the PN532 as a NFC module because with this module I can read the UID of credit card, bus pay card, passport and more ... As my microcontroller is the ESP8266 I only can use the SPI communication with the PN532 because the I2C is not supported.

The Ethernet module that I'm using is ENC28j60, with this module I can query web services and it works ok.

Each module works okay with my microcontroller, but the problem is when I try to use both modules in the same code.

If I initialize first the Ethernet (ENC28j60) module and after the NFC module (PN532) then in the loop I can read NFC tags but I can't send petitions to the web service.

When I initialize first the NFC module (PN532) and after the Ethernet module (ENC28j60) I can sent petitions to the web service but I can't read NFC tags.

I think that maybe the PN532 modify the SPI communication o something like this and this is the reason why I can use the ethernet after initilize the PN532.

Thanks.

@MatthewJeffson MatthewJeffson added UAY Unassigned yet PN532 Label for PN532 and removed UAY Unassigned yet labels Oct 9, 2024
@Cincinnatu
Copy link

Is this issue currently resolved? If not, you need to provide more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PN532 Label for PN532 UAY Unassigned yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants