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

arduino-wifi-shield-schematic

  • ArduinoTestSuite

    arduino

    标签: ArduinoTestSuite

    上传时间: 2013-10-17

    上传用户:invtnewer

  • 单片机Flash存储器坏块自动检测

    在深入了解Flash存储器的基础上,采用单片机自动检测存储器无效块。主要通过读取每一块的第1、第2页内容,判断该块的好坏,并给出具体的实现过程,以及部分关键的电路原理图和C语言程序代码。该设计最终实现单片机自动检测Flash坏块的功能,并通过读取ID号检测Flash的性能,同时该设计能够存储和读取1GB数据。 Abstract:  On the basis of in-depth understanding the Flash chips,this paper designs a new program which using the SCM to detect the invalid block.Mainly through reading the data of the first and second page to detect the invalid block.Specific implementation procedure was given,and the key circuit schematic diagram and C language program code was introduced.This design achieved the function of using the MCU checks the invalid block finally,and increased the function by reading the ID number of Flash to get the performance of the memory.And the design also can write and read1GB data

    标签: Flash 单片机 存储器 自动检测

    上传时间: 2013-10-25

    上传用户:taozhihua1314

  • 基于单片机和基站器件EM4095的手持式低频RFID读卡器

    介绍一种采用单片机技术和基站器件EM4095的手持式低频RFID读卡器方案。首先对整个系统框架进行说明,然后介绍主要功能模块的设计,给出了各模块的原理图。重点描述了基站器件EM4095的性能参数和功能原理,最后描述了该系统的主程序流程图。 Abstract:  In this paper,a handheld RFID reader based on MCU and EM4095 is introduced.At first,the configuration of this system is explained.Then the design of main modules and schematic documents are particularly presented.The parameters and principle of the chip EM4095 are introduced in detail. At last,the main software flow is given

    标签: 4095 RFID EM 单片机

    上传时间: 2013-10-18

    上传用户:windypsm

  • SBC8100单板机设计及使用指南

    SBC8100单板机设计及使用指南 SBC8100单板机为开发者使用OMAP35x系列处理器提供了完善的硬件及软件开发环境,支持linux-2.6.22操作系统及WinCE6.0操作系统,包含完善的底层驱动程序,并提供有成熟的操作系统Google Android。底板集成了WiFi/Bluetooth、GPS等功能,方便用户体验OMAP35x系列处理器强大的数据运算处理能力、设计系统驱动及其定制应用软件。

    标签: 8100 SBC 单板 使用指南

    上传时间: 2013-11-20

    上传用户:weareno2

  • CAN与RS232转换节点的设计与实现

    CAN与RS232转换节点的设计与实现 介绍将CAN总线接口与RS232总线接口相互转换的设计方法和2种总线电平转换关系,实现CAN总线与各模块的接口设计,制定了相应的软硬件设计方案,并给出软件设计流程图以及部分硬件设计原理图。为CAN总线与RS232总线互联提供了一种方法,对CAN总线与RS232总线接口设备的互联和广泛应用的实现具有重要意义。关键词:CAN总线;RS-232总线;串行通信Design and Realization of CAN and RS232 Transformation NodeZHOU Wei, CHENG Xiao-hong(Information Institute, Wuhan University of Technology, Wuhan 430070)【Abstract】This paper introduces one design method of the CAN bus interface and the RS232 bus interface interconversion, emphasizes two kindof bus level transformation relations, realizes the CAN bus and various modules connection design, formulates the design proposal of correspondingsoftware and hardware, and gives the flow chart of software design as well as the partial schematic diagram of hardware design. It providesonemethod for the CAN bus and the RS232 bus interconnection, has the vital significance to widespread application realization of the CAN busand theRS232 bus interface equipment interconnection.【Key words】CAN bus; RS-232 bus; serial communication

    标签: CAN 232 RS 转换

    上传时间: 2013-11-04

    上传用户:leesuper

  • UART 4 UART参考设计,Xilinx提供VHDL代码

    UART 4 UART参考设计,Xilinx提供VHDL代码 uart_vhdl This zip file contains the following folders:  \vhdl_source  -- Source VHDL files:      uart.vhd  - top level file      txmit.vhd - transmit portion of uart      rcvr.vhd -  - receive portion of uart \vhdl_testfixture  -- VHDL Testbench files. This files only include the testbench behavior, they         do not instantiate the DUT. This can easily be done in a top-level VHDL          file or a schematic. This folder contains the following files:      txmit_tb.vhd  -- Test bench for txmit.vhd.      rcvr_tf.vhd  -- Test bench for rcvr.vhd.

    标签: UART Xilinx VHDL 参考设计

    上传时间: 2013-11-07

    上传用户:jasson5678

  • RTL8192DU双频WiFi模块规格书

    支持2T2R基带和2.4GHz/5GHz双频段; 模块化的设计,方便很多产品的集成应用;

    标签: 8192 WiFi RTL DU

    上传时间: 2013-12-16

    上传用户:eclipse

  • Wifi_吞吐量测试

    wifi测试资料

    标签: Wifi 吞吐量 测试

    上传时间: 2013-10-15

    上传用户:tfyt

  • Android手机低功耗GPS导航软件设计与实现

    随着智能手机功能日益丰富完善以及移动互联网的迅速发展,智能手机的功耗管理就显得越来越重要了。传统的关于功耗管理都是从显示屏、网络模块(GPRS/WiFi)和处理器等入手,文中通过优化GPS软件实现低功耗。通过阐述现在导航软件的工作原理并分析手机定位导航功耗情况,最后通过对比测试当前android系统4大主流导航软件功耗情况,并结合自己提出的低功耗编程以及软件运行流程,设计并实现了一款低功耗GPS导航软件,通过测试,验证了该软件的可行性以及低功耗特性。

    标签: Android GPS 手机 低功耗

    上传时间: 2013-10-13

    上传用户:familiarsmile

  • 基于RFID油井设备管理手持机的开发研究

    介绍基于RFID无线手持终端的油井设备信息管理应用的设计,主要采用RFID芯片和毫秒P430微功耗单片机,结合基于Windows CE的嵌入式应用通过射频信号手持机自动识别电子标签,并通过WIFI无线网络实现相关设备信息的实时读取和写入,为设备监控和维护工作提供方便。通过在新疆克拉玛依市油田采油现场的实际应用,证明在油田生产现场的恶略环境下,通过RFID移动终端对油井设备进行自动化管理,不仅能够保证系统维持稳定运行,并且能够为工作人员带来极大便利。

    标签: RFID 设备管理 手持机 开发研究

    上传时间: 2013-10-09

    上传用户:yuanxiaoqiang