登录
首页 » 嵌入式系统 » AM2321 for 51

AM2321 for 51

于 2022-02-24 发布 文件大小:76.50 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

应用背景AM2321是广州奥松电子生产的数字式温湿度传感器。虽是国产品牌,其精度也可以与国外的主流温湿度传感IC媲美。美中不足:与国外同精度产品相比,AM2321的重复性和漂移指标偏大;只能手动焊接,量产时会很不方便。关键技术 AM2321支持5V工作,将电源、地、SCL、SDA四个管脚直接与开发板子的对应管脚相连。对于Arduino UNO,I2C总线的SDA信号线对应A4管脚,SCL时钟线对应A5管脚。之后,SCL、SDA线需要通过上拉电阻连接到5V电源,电阻值可取4.7k或10k。 IIC总线 LCD1602显示,uart串口上传

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

发表评论

0 个回复

  • ISE最常用的FPGA、CPLD开发软件教程,对代码的编绎、下载等环节十分有用。...
    ISE最常用的FPGA、CPLD开发软件教程,对代码的编绎、下载等环节十分有用。-ISE the most commonly used FPGA, CPLD development software tutorials, code editing and Sounds, download links, such as very useful.
    2023-06-27 17:10:03下载
    积分:1
  • 3280Led点阵时钟,08接口
    应用背景3280led点阵时钟,08接口,支持市面上大部分08接口的双色点阵,3264可以相应修改关键技术3280 led 点阵时钟,08接口。淘宝有很多相似的点阵版,基本都能用。。。
    2023-02-08 14:25:03下载
    积分:1
  • uclinux在ARMSYS上的使用说明书,基于44box
    uclinux在ARMSYS上的使用说明书,基于44box系统-ARMSYS Basis in the use of brochures, based on the system 44box
    2022-05-05 06:47:12下载
    积分:1
  • 用Proteus显示一个从0
    用Proteus显示一个从0-9的由数码管构成的键盘(用开关按键控制数字显示)-Proteus and asm
    2022-03-21 12:33:34下载
    积分:1
  • 步进电机驱动
    平稳的马达驱动的单极步进电机使用 pic 16f628 或 16f84a,它具有微步 cablity 第 16 和第 8 细分,它可以驱动到 2A stpeer 电机。
    2023-07-06 05:20:04下载
    积分:1
  • 蓝牙下的检测工具,扫描其他设备。用蓝色的…
    Linux下蓝牙探测工具,扫描其他设备。配合bluez-lib使用。-Bluetooth under Linux detection tool to scan other devices. With the use of bluez-lib.
    2022-04-19 04:49:28下载
    积分:1
  • 51单片机PID算法
    应用背景51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法51单片机PID算法关键技术没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景没有背景
    2023-03-31 02:20:04下载
    积分:1
  • Modbus C#
    对于 C#,Modbus 协议用于 RFID 项目,通过网络处理数据。示例:公共静态字符串 ParseModbusResponsePacket (字节 [] 数据包){试着{int dataLength = 包 [2]-6 ;字节 [] 然后 = 新字节 [dataLength] ;Array.Copy (数据包,9,然后为 0,dataLength) ;字符串数据 = BinaryToString(dataByte) ;返回的数据 ;}捕捉 (ex 的异常){投掷 (ex) ;}}从服务器获取数据并进行分析。
    2022-09-28 14:35:03下载
    积分:1
  • DE2 练习源码2-4
    Part IV In part II we discussed the conversion of binary numbers into decimal digits. It is sometimes useful to build circuits that use this method of representing decimal numbers, in which each decimal digit is represented using four bits. This scheme is known as the binary coded decimal (BCD) representation. As an example, the decimal value 59 is encoded in BCD form as 0101 1001. You are to design a circuit that adds two BCD digits. The inputs to the circuit are BCD numbers A and B, plus a carry-in, cin. The output should be a two-digit BCD sum S1S0. Note that the largest sum that needs to be handled by this circuit is S
    2022-03-18 00:20:50下载
    积分:1
  • 利用xc167单片机上的双口can,实现canopen通讯。
    利用xc167单片机上的双口can,实现canopen通讯。-Xc167 on the use of single-chip dual-port can, to achieve CANopen communications.
    2022-03-24 19:26:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载