Android:如何在 Nexus S 上写入 NFC-V (ISO15693) 标签?

发布于 2024-12-05 11:54:43 字数 329 浏览 7 评论 0原文

我正在尝试使用 NFC-V 技术在 Nexus S(Android 2.3.4)上编写 RFID 标签。将 transceive() 与写入单块命令 (0x21) 一起使用总是会导致 java.io.IOException: 收发失败

读取多个标签 (0x22) 和保持安静 (0x02) 都可以完美地工作。我确信该标签是可写的,因为其他设备可以更新它。 我尝试了寻址和非寻址模式、选项标志设置/取消设置、高/低数据速率,但没有成功。

有人成功在 Nexus S 上写入 ISO15693 标签吗?任何帮助将非常

谢谢你!

I'm trying to write a RFID tag on a Nexus S (Android 2.3.4) using the NFC-V technology. Using transceive() with a write single block command (0x21) invariably leads to a
java.io.IOException: transceive failed

Both read multiple tags (0x22) and stay quiet (0x02) work flawlessly. I'm sure the tag is writable, since other devices can update it.
I tried both addressed and un-addressed mode, option flag set/unset, high/low data rate, but had no success.

Has anyone succeded in writing ISO15693 tags on the Nexus S? Any help would be really appreciated.

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱已欠费 2024-12-12 11:54:43

我有一个正在运行的应用程序,可以读取和写入符合 ISO15693 标准的自定义 RFID 标签。

以下是一些需要查看的提示:

  • 您是否正确设置了标志?我正在使用 0x22(寻址和高速)
  • 使用寻址模式时您是否包含 UID?

另外,您能否发布您尝试发送的整个字节数组?

I have a working app reading and writing custom ISO15693-compliant RFID-Tags.

Here are some hints to look into:

  • Did you set the flags correctly? I am using 0x22 (addressed and high-speed)
  • Did you include the UID when using addressed mode?

Also, could you please post the whole byte-array your are trying to send?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文