完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好 ,
我是NFC的新手我正在使用Android st25sdk我需要使用iso15693命令读/写fom /到NFC标签。我的例子是读取电池电压(commande = 0x35) 我写这段代码: 上市 Type5Tag mType5Tag ; mType5Tag =(Type5Tag)这个 .getTag(); 字节 [] payload = mType5Tag .readSingleBlock(0x35 ); 这是真的我在做什么? 提前。 #iso-15693#nfc-tag-type-5 以上来自于谷歌翻译 以下为原文 hello , i'm new with NFC i'm using Android st25sdk i need to read/write fom/to NFC Tag using iso15693 command.my example is read battery voltage (commande= 0x35) i write this code: public Type5Tag mType5Tag ; mType5Tag = (Type5Tag) this .getTag(); byte [] payload=mType5Tag .readSingleBlock(0x35 ); is it true what i'm doing? thanx in advance. #iso-15693 #nfc-tag-type-5 |
|
相关推荐
1个回答
|
|
嗨胺,
你的命令: 字节 [] data = mType5Tag .readSingleBlock(0x35 );将读取标签EEPROM中地址0x35处包含的块的内容。 数据的第一个字节是标签返回的状态字节,如iso15693中所定义(如果没有错误,则为0x00)。 数组的其余部分是有效负载,首先以最低有效字节传递。 此有效负载阵列中包含的任何内容都特定于您的应用程序(对于您的应用程序,看起来像是电池信息)。 问候, 达米安 以上来自于谷歌翻译 以下为原文 Hi Amine, your command: byte [] data = mType5Tag .readSingleBlock(0x35 );will read the content of the block contained at address 0x35 in the tag's EEPROM. The first byte of data is the status byte returned by the tag as defined in the iso15693 (=0x00 if no error). The rest of the array is the payload, delivered with the least significant byte first. Whatever is contained in this payload array is specific to your application (for yours, looks like it is battery information). Regards, Damien |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2632 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3607 浏览 6 评论
5987 浏览 21 评论
939浏览 4评论
1315浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
582浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1302浏览 3评论
1357浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 05:40 , Processed in 1.119397 second(s), Total 77, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号