国产毛片a精品毛-国产毛片黄片-国产毛片久久国产-国产毛片久久精品-青娱乐极品在线-青娱乐精品

ST M24LR64-R溫度數(shù)據(jù)無線采集解決方案~*

發(fā)布時(shí)間:2011-9-14 11:12    發(fā)布者:1770309616
ST公司的 M24LR64-R是無線存儲(chǔ)器,具有口令保護(hù)的64Kb EEPROM以及400kHz I2C串行總線和13.56MHz ISO 15693 RF協(xié)議的 雙接口的64Kb EEPROM,可實(shí)現(xiàn)智能手機(jī)的近場通信(NFC).單電源1.8V-5.5V工作,64kb EEPROM分成I2C模式的8192B和RF模式的2048x32b,無接觸接口和ISO 15693與ISO 18000-3 mode 1兼容,載波頻率13.56 MHz ±7k Hz,廣泛用于工業(yè)和消費(fèi)類電子產(chǎn)品.本文介紹了M24LR64-R 主要特性,功能方框圖,數(shù)據(jù)采集器中STM8L101K3/M24LR64-R/STTS75的通信方框圖,電路圖和溫度數(shù)據(jù)采集器元件表.

Developing your M24LR64-R datalogger application for temperature acquisition

The M24LR64-R device is a dual-interface, electrically erasable programmable memory(EEPROM). It features an I2C interface and can be operated from a VCC power supply. It is also a contactless memory powered by the received carrier electromagnetic wave. The M24LR64-R is organized as 8192 × 8 bits in the I2C mode and as 2048 × 32 bits in the ISO 15693 and ISO 18000-3 mode 1 RF mode.

I2C uses a two-wire serial interface, comprising a bidirectional data line and a clock line. The devices carry a built-in 4-bit device type identifier code (1010) in accordance with the I2C bus definition.

The device behaves as a slave in the I2C protocol, with all memory operations synchronized by the serial clock. Read and Write operations are initiated by a Start condition, generated by the bus master. The Start condition is followed by a device select code and Read/Write bit (RW), terminated by an acknowledge bit.

When writing data to the memory, the device inserts an acknowledge bit during the 9th bit time, following the bus master’s 8-bit transmission. When data is read by the bus master, the bus master acknowledges the receipt of the data byte in the same way. Data transfers are terminated by a Stop condition after an Ack for Write, and after a NoAck for Read.

In the ISO15693/ISO18000-3 mode 1 RF mode, the M24LR64-R is accessed via the 13.56 MHz carrier electromagnetic wave on which incoming data are demodulated from the received signal amplitude modulation (ASK: amplitude shift keying). The received ASK wave is 10% or 100% modulated with a data rate of 1.6 Kbit/s using the 1/256 pulse coding mode or a data rate of 26 Kbit/s using the 1/4 pulse coding mode.

Outgoing data are generated by the M24LR64-R load variation using Manchester coding with one or two subcarrier frequencies at 423 kHz and 484 kHz. Data are transferred from the M24LR64-R at 6.6 Kbit/s in low data rate mode and 26 Kbit/s high data rate mode. The M24LR64-R supports the 53 Kbit/s in high data rate mode in one subcarrier frequency at 423 kHz.

The M24LR64-R follows the ISO 15693 and ISO 18000-3 mode 1 recommendation for radio-frequency power and signal interface.

M24LR64-R 主要特性:

I2C interface

■ Two-wire I2C serial interface supports 400 kHz protocol

■ Single supply voltage:

– 1.8 V to 5.5 V

■ Byte and Page Write (up to 4 bytes)

■ Random and Sequential Read modes

■ Self-timed programming cycle

■ Automatic address incrementing

■ Enhanced ESD/latch-up protection

Contactless interface

■ ISO 15693 and ISO 18000-3 mode 1 compatible

■ 13.56 MHz ±7k Hz carrier frequency

■ To tag: 10% or 100% ASK modulation using 1/4 (26 Kbit/s) or 1/256 (1.6 Kbit/s) pulse position coding

■ From tag: load modulation using Manchester coding with 423 kHz and 484 kHz subcarriers in low (6.6 kbit/s) or high (26 kbit/s) data rate mode. Supports the 53 kbit/s data rate with Fast commands

■ Internal tuning capacitance: 27.5 pF

■ 64-bit unique identifier (UID)

■ Read Block & Write (32-bit Blocks)

Memory

■ 64 Kbit EEPROM organized into:

– 8192 bytes in I2C mode

– 2048 blocks of 32 bits in RF mode

■ Write time

– I2C: 5 ms (Max.)

– RF: 5.75 ms including the internal Verify time

■ More than 1 Million write cycles

■ Multiple password protection in RF mode

■ Single password protection in I2C mode

■ More than 40-year data retention

■ Package

– ECOPACK2® (RoHS compliant and Halogen-free)


圖1.M24LR64-R功能方框圖

Developing your M24LR64-R datalogger application for temperature acquisition

The M24LR64-R is a Dual interface EEPROM. Since it has both an 13.56 MHz ISO 15693 RFID and a 400-kHz I2C interface, the device is a good solution for RF-enabled sensors for which ST has developed a reference design. One of the main benefits brought by the M24LR64-R is that the sensor data can be accessed in read and write mode without consuming any on-board power.

This application note presents a practical useful application for the M24LR64-R datalogger.

It describes an autonomous battery-powered datalogger able to record and store 64 Kbits of temperature data using the M24LR64-R Dual interface EEPROM (I2C and RF). The datalogger microcontroller is an STM8L101K3. It communicates with the M24LR64-R using its serial interface and controls an STTS75 digital temperature sensor. An on-board demonstration firmware,

the M24LR64-R_Datalogger_application_firmware, stored in the STM8L101K3 memory selects and controls the temperature acquisition through a RFID reader connected by a USB cable to a PC.

The application is delivered with a PC software, the M24LR64- R_Datalogger_application_software, to configure and control the datalogger, as well as download and display the temperature values.

ST provides all the resources required to develop your own datalogger application and PC software:

● Source files of the data logger firmware (M24LR64-R_Datalogger_application_firmware): they allow implementing I2C communications between the M24LR64-R, the STTS75, and the STM8L101K3.

● Source files of the PC software (M24LR64-R_Datalogger_application_software): they control RF communications between the M24LR64-R and an RFID reader.Basic information about the M24LR64-R, STTS75, and STM8L101K3 component characteristics, as well as a description of the algorithms for the datalogger firmware and PC software are provided in this document.


圖2.數(shù)據(jù)采集板外形圖(正面)

圖3.STM8L101K3/M24LR64-R/STTS75 通信方框圖


圖4.STM8L101K3功能方框圖

圖5.STTS75溫度傳感器方框圖

圖6.溫度數(shù)據(jù)采集器電路
溫度數(shù)據(jù)采集器元件表:

詳情請(qǐng)見:
CD00217247[1].pdf (961.7 KB) 以及
CD00271422[1].pdf (822.35 KB)
本文地址:http://m.qingdxww.cn/thread-76142-1-1.html     【打印本頁】

本站部分文章為轉(zhuǎn)載或網(wǎng)友發(fā)布,目的在于傳遞和分享信息,并不代表本網(wǎng)贊同其觀點(diǎn)和對(duì)其真實(shí)性負(fù)責(zé);文章版權(quán)歸原作者及原出處所有,如涉及作品內(nèi)容、版權(quán)和其它問題,我們將根據(jù)著作權(quán)人的要求,第一時(shí)間更正或刪除。
您需要登錄后才可以發(fā)表評(píng)論 登錄 | 立即注冊

廠商推薦

  • Microchip視頻專區(qū)
  • 使用SAM-IoT Wx v2開發(fā)板演示AWS IoT Core應(yīng)用程序
  • 使用Harmony3加速TCP/IP應(yīng)用的開發(fā)培訓(xùn)教程
  • 集成高級(jí)模擬外設(shè)的PIC18F-Q71家族介紹培訓(xùn)教程
  • 探索PIC16F13145 MCU系列——快速概覽
  • 貿(mào)澤電子(Mouser)專區(qū)

相關(guān)視頻

關(guān)于我們  -  服務(wù)條款  -  使用指南  -  站點(diǎn)地圖  -  友情鏈接  -  聯(lián)系我們
電子工程網(wǎng) © 版權(quán)所有   京ICP備16069177號(hào) | 京公網(wǎng)安備11010502021702
快速回復(fù) 返回頂部 返回列表
主站蜘蛛池模板: 91高清国产经典在线观看 | 日韩一级片在线观看 | 大伊香蕉精品一区视频在线 | 91天堂视频 | 亚洲精品毛片久久久久久久 | 日韩精品不卡 | 人人干综合 | 久久在视频 | 日韩1区2区3区 | 91露脸 | a天堂影院 | 日日射视频 | 国产美女白丝袜精品_a不卡 | 日韩在线一区视频 | 99热国产免费 | 99热手机在线观看 | eeuss影院在线奇兵区1页 | 亚洲操穴 | 色黄网站aaaaaa级毛片 | 四虎免费影院ww4164h | 在线看片黄 | 成年人免费在线视频 | 婷婷色图| 九色视频在线看 | 国产成人亚洲合集青青草原精品 | 久久精品成人一区二区三区 | 99久久精品免费精品国产 | 91精品亚洲 | 久久国产热这里只有精品8 久久国产热这里只有精品 久久国产热视频 | 欧美在线免费 | 中文字幕欧美日韩 | 4虎影院永久地址www | 男人天堂社区 | 狠狠色综合网站久久久久久久 | 九色视| 综合五月婷婷 | 国产在线每日更新 | 欧美精品国产日韩综合在线 | 四虎新网站 | www天堂网| 色黄网站aaaaaa级毛片 |