简体   繁体   English

PN532传感器输入,无微控制器

[英]PN532 Sensor Input without Microcontroller

I am attempting to build a component that will be able to transmit simple sensory data input (eg temperature) over NFC without the use of a microcontroller. 我正在尝试构建一个无需使用微控制器就能通过NFC传输简单的感官数据输入(例如温度)的组件。 In other words, just an NFC module and sensors powered by a battery. 换句话说,只有NFC模块和传感器由电池供电。 I am interested in the PN532 NFC module (specifically this board ) since it is quite popular, and I was wondering if anyone has had experience with this hardware and knows if my goal is possible? 我对PN532 NFC模块(特别是该板 )很感兴趣,因为它非常流行,我想知道是否有人对这种硬件有经验,并且知道我的目标是否可行?

I know NFC is capable of transmitting simple stored data when acting as a "card", but I would like to transmit a few bytes of dynamic data. 我知道NFC充当“卡”时能够传输简单的存储数据,但是我想传输一些字节的动态数据。 I also know that this PN532 chip is capable of working in "card emulation" mode, but I believe this only allows the device to transmit information programmed in ROM. 我也知道该PN532芯片能够在“卡仿真”模式下工作,但是我相信这仅允许该设备传输ROM中编程的信息。

If anyone can provide advice or point me towards another NFC module that would serve my purposes better, that would be greatly appreciated. 如果有人可以提供建议或将我指向另一个可以更好地满足我的目的的NFC模块,将不胜感激。

I worked with that board, however you will need a microcontroller, cause you will need to create the NDEF messages that you would like to send, like your temperature. 我在那块板上工作,但是您将需要一个微控制器,因为您将需要创建要发送的NDEF消息,例如温度。 I used it together with a netduino and arduino boards, that specific module you have linked is a shield ment for just put on top of those types of devices and you could use an interface like SPI to communicate with it, it has 2 more interfaces however i forgot what those are. 我将它与netduino和arduino板一起使用,您链接的特定模块只是用于放置在这些类型的设备之上的屏蔽,并且您可以使用SPI之类的接口与之通信,但是它还有2个接口我忘记了那些。 Only really used the SPI part. 仅真正使用了SPI部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM