mqtt-io icon indicating copy to clipboard operation
mqtt-io copied to clipboard

Support for PN532 NFC module

Open rdehuyss opened this issue 6 years ago • 2 comments

Hi,

Love this software. Is it possible to support PN532 NFC module via UART?

Thanks, Ronald

rdehuyss avatar Jun 12 '19 09:06 rdehuyss

Hey, glad to hear it!

What type of functionality would be required from this? Would it just be to read a presented RFID tag and publish that over MQTT?

I'm not sure the architecture at the moment would easily support that, but I'm writing an asynchronous version that could probably handle it.

In other words, it's a no at the moment (unless someone comes up with a PR, but it'd have to involve some non-trivial multithreading/processing stuff), but I'll certainly try to include this type of functionality in the asynchronous version. Please don't expect that to be released very soon though.

flyte avatar Jun 14 '19 13:06 flyte

Hi, it indeed would just be to read the presented RFID tag and publish that over MQTT. Management of all the tags would be handled somewhere else (homeassistant).

Glad that you would consider this!

rdehuyss avatar Aug 04 '19 19:08 rdehuyss