描述:超小的USB转TTL模块 选择无需外部晶振额CH340C 为了可扩展为自动烧录模块没有选择EN系列芯片 PCB尺寸仅 2.3CM长 1CM宽 宽度已经是芯片宽度无法更小了 可为51 Arduino 等单片机烧录程序原理图:PCB:
上传时间: 2022-01-22
上传用户:
HX711_1Kg#include "HX711.h"float Weight = 0;void setup(){ Init_Hx711(); //初始化HX711模块连接的IO设置 Serial.begin(9600); Serial.print("Welcome to use!\n"); delay(3000); Get_Maopi(); //获取毛皮}void loop(){ Weight = Get_Weight(); //计算放在传感器上的重物重量 Serial.print(float(Weight/1000),3); //串口显示重量 Serial.print(" kg\n"); //显示单位 Serial.print("\n"); //显示单位 delay(1000); //延时1s}
上传时间: 2022-03-20
上传用户:
近年来反季节种植已成火热趋势,温室大棚的普及十分迅速,而温室大棚对自动化、智能化的要求也越来越迫切,本系统将温室大棚的温湿度、二氧化碳浓度各个方面的检测,通风、浇灌、温度、喷洒农药等各个方面的控制进行综合系统研究,实现温室大棚对自动化、智能化的要求。这一系统是基于单片机控制的智能检测,控制系统包含单片机主控模块、感应检测模块、传感模块,显示、控制模块等[1]。从而提高温室大棚的种植效率,减少劳动力,提高利润等。In recent years,counter-season planting has become a hot trend featuring the rapid popularization of greenhouse and urgent requirement for the automation and intellectualization of greenhouse.This paper offers a comprehensive and systematic study of the monitoring of temperature,humidity and carbon dioxide concentration in the greenhouse and the control of ventilation,irrigation,temperature and pesticide spraying in order to achieve automation and intellectualization in greenhouse.This system is based on the intelligent detection controlled by single chip computer with the control system including the main control module,induction detection module,sensing module,display and control module of single chip computer,which is effective in improving planting efficiency of greenhouse,reducing labor force and increasing profits.
上传时间: 2022-03-27
上传用户:
随着人工智能的发展,机器人被运用到生产生活的各个方面,机器人的广泛使用增加了生产效率降低了生产成本。为了实现对不同颜色物料进行不同顺序的搬运与分区放置,设计了一种基于STC89C52单片机的智能搬运机器人,提出来搬运机器人系统的设计方案,使用Arduino nano辅助STC89C52,设计了二维码扫描、物料颜色识别、路径识别、机械手控制、电机控制等模块的外围电路,并在Keil 5中编写了系统与相应模块的控制程序。经多次试验测试,此智能搬运机器人能实现在不同二维码对应的任务目标下,对不同颜色的物料按规定顺序进行精准搬运与放置。
上传时间: 2022-03-27
上传用户:jason_vip1
静电放电(Electrostatic Discharge,ESD)是构成集成电路可靠性的主要因素之一,存在于生产到使用的每一个环节,并成为开发新一代工艺技术的难点之一,近年来,对ESD的研究也因而越来越受到重视,仿真工具在ESD领域的应用使得ESD防护的研究变得更为便利,可大幅缩短研发周期然而,由于ESD现象复杂的物理机制,极端的电场及温度条件,以及ESD仿真中频繁的不收敛现象,都使得FSD的仿真变得极为困难本文详细阐述了ESD的来源、造成的危害以及如何测试集成电路的防静电冲击能力,并基于 Sentaurus软件,对ESD防护器件展开了的分析、研究,内容包括1)掌握ESD保护的基本理论、测试方法和防护机理2)研究了工艺仿真流程的步骤以及网格定义在工艺仿真中的重要性,并对网格定义的方法进行了探讨3)硏究了器件仿真流程以及器件仿真中的物理模型和模型函数,并对描述同一物理机制的的各种不同模型展开对比分析.主要包括传输方程模型、能帶模型、各种迁移率退化模型、雪崩离化模型和复合模型4)研究了双极型晶体管和可控硅(Silicon Controlled rectifier,SCR)防护器件的仿真,并通过对仿真结果的分析,研究了ESD保护器件在ESD应力作用下的工作机理关键词:静电放电;网格;器件仿真;双极型晶体管;可控硅
上传时间: 2022-03-30
上传用户:
在传统智能小车驱动电路设计中,较多考虑使用直流电机还是步进电机,电机功率、能耗等性能参数。使用具有armCortexM4内核的STM32嵌入式平台控制四轮的4个直流电机。文章基于PWM技术及PID算法,对四轮进行精准地速度、转向及启停控制,实验表明此小车具有优越各种地形适应能力。In the traditional intelligent car drive circuit design,DC motor or stepping motor,motor power,energy consumption and other performance parameters are considered.The four DC motors with four wheels are controlled by STM32 embedded platform with arm Cortex M4 kernel.Based on the PWM technology and PID algorithm,the accurate ground speed,steering,and start-stop control of the four wheels are carried out.The experiment shows that the vehicle has the superior adaptability to all kinds of terrains.
上传时间: 2022-04-02
上传用户:
以单片机控制A/D转换器TLC549为例,对A/D转换器的主要技术指标进行了分析研究,在Proteus平台下,完成了A/D转换电路的构建,采用器件工作时序方式进行程序编写,借助仿真图表、虚拟仪器等工具对A/D转换的数据进行测量并对失调误差、增益误差、微分非线性、积分非线性和转换时间等重要参数进行了详细分析。结果表明:使用Proteus软件可对A/D转换过程进行定性分析,将抽象的A/D转换器技术指标直观化、形象化展现出来,有助于学生更好地理解A/D转换过程。The main technical indicators of A/D converter were analyzed and studied with an example from A/D converter TLC2543 which is controlled by using SCM.It was completed the construction of the A/D converter circuit under the Proteus software.The programming based on the operation sequence of the chip is put forward.With the aid of the simulation tools such as virtual instrument,simulation charts provided by Proteus,the important parameters of circuit such as offset error,gain error,differential nonlinearity(DNL),integral nonlinearity (INL) and conversion time are analyzed detailedly.Simulation results show that the A/D conversion process can be qualitatively analyzed and visualized the abstract indicators of A/D.The system can help students better to understand the SCM conversion process.
上传时间: 2022-04-04
上传用户:
此文件主要包含:1:《PS2解码通讯手册V1.5》 破解PS2通讯协议,接收器引脚功能,手柄震动实验 2:《PS2解码通讯常见问题》 3:PS2手柄-arduino资料 4:PS2例程,控制器为stm32(C语言编写,注释详细) 破解手柄震动;PS2解码串口输出;PS2遥控小车;PS2控制舵机。
上传时间: 2022-04-14
上传用户:qdxqdxqdxqdx
1846是一种用于V/U段的调频收发机芯片,与AT1846S兼容,可互换使用。支持DTMF和亚音等功能。可用于2米,1.25米或0.7米的业余频段。国外有一种使用此芯片做成的U/V段业余频段收发模块,叫做Hamshield,能够配和ARDUINO使用。由于该模块有RF PA高频功率放大电路,最大发射功率可达1W。但该芯片最大射频输出功率为8dbm。
标签: at1846s
上传时间: 2022-05-01
上传用户:
为解决移相全桥电路驱动及相角控制问题,设计了一种数字控制的移相全桥驱动电路.以TPL521为光耦隔离、IR2110为栅极驱动芯片.由DSP产生PWM信号,经过光耦隔离和逻辑电路后送至IR2110进行相角控制.文章对IR2110驱动电路原理进行分析及参数进行设计,对TMS320F28335进行设置并给出部分代码.实验结果表明:通过TMS320F28335可产生的不同相角的PWM波形,满足了移相全桥对不同相角控制的要求.In order to solve the problem of phase-shifted full-bridge circuit driving and phase angle control,a digitally controlled phaseshifted full-bridge driving circuit was designed. TPL521 optocoupler isolation,IR2110 gate driver chip. PWM signals are generated by the DSP and sent to the IR2110 for phase angle control after optocoupler isolation and logic circuits. This text carries on the analysis to the principle of IR2110 drive circuit and parameter design,set up and give out some code to TMS320F28335. The experimental results show that the PWM waveforms with different phase angles generated by TMS320F28335 can meet the requirements of phase-shifted full-bridge control for different phase angles.
上传时间: 2022-05-03
上传用户:zhanglei193