登录
首页 » C51 » NFC4

NFC4

于 2016-06-26 发布 文件大小:269KB
0 146
下载积分: 1 下载次数: 6

代码说明:

  NFC协议第4部分,描述了NFC tag 4 通讯协议(NFC protocol fourth part describes the communication protocol NFC tag 4)

文件列表:

NFC Forum Type 4 Tag Operation Specification 2.0.pdf,523239,2013-12-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • IRtest
    红外遥控测试程序,简单的译码.可用在各种红外遥控器中.(Infrared remote test procedure, a simple decoding. Used in a variety of infrared remote control.)
    2013-10-06 21:32:25下载
    积分:1
  • 2401SPI3
    SPI3完整代码适用2401的2.4G通信(SPI3 complete code for 2401 of 2.4 G communication SPI3 complete code for 2401 of 2.4 G communications)
    2014-09-12 08:46:13下载
    积分:1
  • readFLASH-writeLCD
    单片机利用SPI总线从flash读取图像数据并通过SPI写入液晶屏。(Microcontroller using SPI bus to read image data from the flash and write into the LCD screen via the SPI interface.)
    2021-04-24 11:08:47下载
    积分:1
  • PWM
    msp430单片机通过产生PWM波控制舵机(msp430 microcontroller to generate the PWM wave control servos)
    2021-03-08 16:19:28下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • 智能温控风扇
    说明:  51单片机控制智能温控风扇,多档调节,pwd调速。包含源码和电路图(51 single chip computer control intelligent temperature control fan, multi-stage adjustment, PWD speed regulation. Contains source code and circuit diagrams)
    2019-04-01 17:09:03下载
    积分:1
  • printlist
    说明:  一个自写的ClistCtrl打印类,直接引用就行(a written ClistCtrl Print category applied directly on the line)
    2006-03-26 23:02:11下载
    积分:1
  • 板球系统
    说明:  能够完成板球题目,2017年全国大学生电子设计大赛国赛题,具体内容详见文件(can analyse the movement of the ball on the platform.)
    2020-06-22 00:40:02下载
    积分:1
  • SSD2828QN4_1.3
    SSD2828数据手册1.3版本, QN封装,RGB转MIPI芯片(SSD2828 QN 1.3 version datasheet, a chip transfer RGB to MIPI)
    2021-04-05 11:19:03下载
    积分:1
  • stm32 pwm输出
    TM32的高级定时器TIM1可以产生互补的PWM,并且可以通过相关寄存器的设置使能或关闭PWM的输出。在编写BLDC的驱动程序时,本人利用TIM1的channel1,2生成了三路互补的PWM波形,定时器驱动程序(The advanced timer TIM1 of TM32 can generate complementary PWM, and it can enable or close the output of PWM through the setting of related registers. When writing BLDC driver, I use TIM1 channel1,2 to generate three complementary PWM waveforms, timer driver.)
    2018-07-29 11:09:58下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载