虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Arbitration

  • Adaptive Splitting Protocols for RFID tag Collision Arbitration 防碰撞算法的程序

    Adaptive Splitting Protocols for RFID tag Collision Arbitration 防碰撞算法的程序

    标签: Arbitration Splitting Protocols Collision

    上传时间: 2014-01-25

    上传用户:hongmo

  • I2C slave routines for the 87L

    The 87LPC76X Microcontroller combines in a small package thebenefits of a high-performance microcontroller with on-boardhardware supporting the Inter-Integrated Circuit (I2C) bus interface.The 87LPC76X can be programmed both as an I2C bus master, aslave, or both. An overview of the I2C bus and description of the bussupport hardware in the 87LPC76X microcontrollers appears inapplication note AN464, Using the 87LPC76X Microcontroller as anI2C Bus Master. That application note includes a programmingexample, demonstrating a bus-master code. Here we show anexample of programming the microcontroller as an I2C slave.The code listing demonstrates communications routines for the87LPC76X as a slave on the I2C bus. It compliments the program inAN464 which demonstrates the 87LPC76X as an I2C bus master.One may demonstrate two 87LPC76X devices communicating witheach other on the I2C bus, using the AN464 code in one, and theprogram presented here in the other. The examples presented hereand in AN464 allow the 87LPC76X to be either a master or a slave,but not both. Switching between master and slave roles in amultimaster environment is described in application note AN435.The software for a slave on the bus is relatively simple, as theprocessor plays a relatively passive role. It does not initiate bustransfers on its own, but responds to a master initiating thecommunications. This is true whether the slave receives or transmitsdata—transmission takes place only as a response to a busmaster’s request. The slave does not have to worry about Arbitrationor about devices which do not acknowledge their address. As theslave is not supposed to take control of the bus, we do not demandit to resolve bus exceptions or “hangups”. If the bus becomesinactive the processor simply withdraws, not interfering with themaster (or masters) on the bus which should (hopefully) try toresolve the situation.

    标签: routines slave I2C 87L

    上传时间: 2013-11-19

    上传用户:shirleyYim

  • This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C

    This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or Arbitration) // - Timer4 used by SMBus for SCL low timeout detection // - SCL frequency defined by <SMB_FREQUENCY> constant

    标签: demonstrates communicate C8051F06x interface

    上传时间: 2016-04-12

    上传用户:hanli8870

  • The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co

    The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control and data transfer communication between ICs. Some of the features of the I2C bus are: • Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A 12V supply line (500mA max.) for powering the peripherals often may be present. • Each device connected to the bus is software addressable by a unique address and simple master/ slave relationships exist at all times masters can operate as master-transmitters or as master-receivers. • The I2C bus is a true multi-master bus including collision detection and Arbitration to prevent data corruption if two or more masters simultaneously initiate data transfer systems. • Serial, 8-bit oriented, bidirectional data transfers can be made at up to 100 KBit/s in the standard mode or up to 400 KBit/s in the fast mode.

    标签: bus bidirectional primarily designed

    上传时间: 2013-12-11

    上传用户:jeffery

  • 基于有蓝牙共存情况下的WiFi射频模块设计

    移动通信网络由于带宽和技术的限制,远远不能满足人们不断高涨的无线上网需求。Wi-Fi作为无线接入技术MLAN的主流标准口益成熟,它能够随时随地高速连接到Internet,极大地满足了用户对无线上网需求,受到消费者的青睐。因而越来越多的移动终端都集成了Wi-Fi功能,Wi-Fi和蓝牙样成为移动终端的标配。随之而来的是wi-Fi和蓝牙都工作在2.4CHZz ISM频段而引发的互相 扰问题,导致数据吞吐量下降,语音质量恶化失真,极端状况下甚至导致链路断开而不能正常工作。因此,必须寻求有效的措施和方法,实现两种技术在近距离的和谐共存,这已成为非常迫切的技术需要,也成为人们研究的一个热点和难点。近距离WiFi和蓝牙互相1扰的问题,目前已经形成了非常多的有效解决机制,包括基于Wi-Fi的PTA(Packet Traffic Arbitration)、AWMA(Alternating Wireless Medium Access)和DSE(Deterministic Spectral Excision),其中PTA和AWMA机制在Wi-Fi側MAC层实现,通过协调Wi-Fi和蓝牙的帧发射时间来避免相互干扰:而DSE是在Wi-Fi侧物理层PHY实现,通过一个可编程带阻滤波器(Notch Filter)来阻止来白蓝牙的窄带干扰。还有基于蓝牙侧的AFH(Adaptive Frequency Hopping),它通过跳频,自动避开被干扰的频点,从而大大提高了蓝牙传输性能。

    标签: 蓝牙共存 wifi 射频模块

    上传时间: 2022-06-20

    上传用户:zhanglei193