• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • Using the ADS8328 in Auto Trig

    This application report presents one solution for interfacing the ADS8328, configuredfor auto trigger and auto channel mode, to the TMS320C6713 DSP. The hardwaresolution comprises of the ADS8328EVM, TMS320C6713 DSP Starter Kit (DSK

    2010-06-03 14:22

  • SN74AUC17,pdf(HEX SCHMITT-TRIG

    This hex Schmitt-trigger buffer is operational at 0.8-V to 2.7-V VCC, but is designed specifically for 1.65-V to 1.95-V VCC operation. The SN74AUC17 contains six independent buffers and performs the Boolean

    2010-07-17 18:31

  • CD74ACT14,pdf(HEX SCHMITT-TRIG

    The CD74ACT14 contains six independent inverters. This device performs the Boolean function Y = A. Each circuit functions as an independent inverter, but because of the Schmitt action, the inverters have different input thresho

    2010-07-09 22:41

  • 蓝桥杯单片机CT107D 超声波测距

    蓝桥杯单片机CT107D 超声波测距首先定义一下发送和接收管脚sbit Trig=P1^0;sbit Echo=P1^1;然后uint8 get_distance(){ uint16

    2021-11-23 17:36

  • HC-SR04超声波模块的51单片机程序免费下载

    先理解超声波模块的原理,它有四个接口 Vcc Trig Echo Gnd 。 Vcc接正极 Gnd接地 Trig和Echo随便接两个IO口然后给Trig口高电平10us以上,超声波模块会自动发出8个

    2020-06-02 08:00

  • 2N6027-D pdf datasheet (Progra

    ’’ unijunctioncharacteristics such as RBB, h, IV, and IP by merely selecting tworesistor values. Application includes thyristor–trig

    2009-01-19 17:38

  • STM32F407 TFTLCD显示超声波和压力传感器模块

    ;#define Trig PFout(1) // HC-SR04 void TIM9_CH1_Cap_Init(u32 arr,u16 psc);void Trig_Init(void);#endif

    2021-11-30 11:06

  • 51单片机学习篇-- --超声波测距(HC--SR04)笔记

    ,刚开始学不在乎,重在学习原理,为了以后的开发增加经验。超声波模块**超声波长啥样?**同样,直接上图它有4个接口,VCC,Trig,Echo,GND。VCC和GND用来供电,Trig用来发送一个高电平,Echo用来等待接收

    2021-11-14 12:21

  • 51超声波测距简易代码

    51超声波测距简易代码一、基本思路1、引脚:Trig(控制端):控制发出的超声波信号Echo(接收端):接收反射回来的超声波信号2、计算公式:测试距离 = ( 高电平时间 x 声速

    2021-12-16 16:54

  • 51单片机控制超声波模块[

    电路连接超声波模块单片机备注VCCVCC电源GNDGND地线EchoP2^0接收信号TrigP2^1发射信号测量范围 2—400cmHCSR04模块有四个引脚,VCC,GND,TRIG和ECHO

    2021-11-11 18:21