WK2114_DS_CN_V010_,USB转串口WK2114_DS_CN_V010_,USB转串口
2023-02-23 16:23:18 477KB 原理图
1
电子密码锁-带源程序电路图和pcb.rar
2023-02-23 16:14:24 63.22MB stm32 arm 嵌入式硬件 单片机
1
该工具类是对Retrofit2+Rxjava2网络请求异常统一封装处理,将onError(Throwable e)中得异常转化成具体的错误信息。除了提示用户以外,还方便开发者准确定位Bug的所在。
2023-02-23 16:03:01 3KB Retrof 网络请求异常 Rxjava
1
原理图包含200W到2KW的PCB设计,包含控制芯片方案,采样电路,编码器信号处理电路等等,参考学习性极强。源代码包含DSP和FPGA的编写,采用工业级范例编写,可学习和参考性极强。
2023-02-23 14:53:10 44.89MB 电机驱动 伺服控制 电机FOC控制
1
Altium Designer AD 封装库 常用线路板PCB库 带3D模型 ssop芯片封装库 常用封装
2023-02-23 12:17:02 2.48MB 3d stm32 arm 嵌入式硬件
1
cadence16.2 PCB入门中文教程
2023-02-23 09:01:05 2.07MB cadencepcb
1
Preface Printed Circuit Board Design Techniques for EMC Compliance: A Handbook for Designers, Second Edition, is a significant enhancement to the first edition. The first edition was well received within the engineering community worldwide and was translated into international languages. The intent of the present volume is to expand upon concepts presented in the earlier edition, to justify why a specific design technique works, and to show when it is appropriate for use. Additional techniques based on technological changes within the last few years are also incorporated. These techniques and enhancements are based on questions, comments, and discussions received from engineers around the world. This book presents information never before published within the engineering community, dealing exclusively with printed circuit boards (PCBs). When writing the first edition, it was impossible to anticipate the amount of variations possible, or what the intended audience expected from a book directed toward nondegreed engineers. A thorough understanding of the concepts presented herein will assist during the design and layout process. Note the key word here —"concepts." Printed Circuit Board Design Techniques for EMC Compliance will help minimize the emission or reception of unwanted radio frequency (RF) energy generated by components and circuits, thus achieving acceptable levels of electromagnetic compatibility (EMC) for electrical equipment. The field of EMC consists of two distinct areas: 1. Emissions: Propagation of electromagnetic interference (EMI) from noncompliant devices (culprits) and, in particular, radiated and conducted electromagnetic interference. 2. Susceptibility or immunity: The detrimental effects on susceptible devices (victims) in forms that include EMI, electrostatic discharge (ESD), and electrical overstress (EOS). The primary goal of the engineer is to ensure proper operation and performance of a product when used within an intended electromagnetic environment. These design requirements are in addition to making a product function as desired for use within a specific, end-use environment. Information presented in this guideline is intended for those who design and layout printed circuit boards. EMC and compliance engineers will also find the information presented herein helpful in solving design problems at both the PCB and system level. This book can be used as a reference document for any design project. The focus of this book is strictly on the PCB. Containment techniques (shielding), internal and external cabling, power supply design, and other system-level subassemblies that use PCBs as a subcomponent will not be discussed. Again, as in the first edition, excellent reference material on these aspects of EMC system-level engineering is listed in the References section at the ends of chapters.
2023-02-23 06:17:28 7.19MB EMC PCB design
1
柔性电路板或者软硬结合板的制造文件 在上一期关于软硬结合印刷电路板的博客中,我谈到了制板商制造柔性板的典型工艺流程。了解制造工艺,对于设计软硬结合板或者柔性电路板是十分重要的。同时,它也告诉你成功地制造设计的板子所提供的数据。如果你还没有阅读过该系列博客的第1部分和第2部分,赶紧在这里和这里阅读,然后继续下文。 制造文件 让我们来谈谈制造文件,它们非常重要。我们是通过制造文件告诉生产商我们想要什么的,然而它们也是造成理解错误或者失误,而导致高昂代价的延误的重要因素。幸运的是,我们可以参考一些标准,来确保我们与制造厂之间沟通无碍,尤其是IPC
2023-02-22 23:06:15 321KB PCB设计之柔性电路板的制造文件
1
此为野火stm32系列单片机,ARM等所有产品的【封装库】,非常值得收藏!!!
2023-02-22 15:29:01 1.43MB PCB 封装库 AD 野火stm32
1
背景 在一些开发过程中,会在局域网内搭建webapi服务作为移动端的服务接口使用,但是每次实施人员要到客户现场安装iis等工具,还有一些web的配置,非常繁琐,所以想着把webapi封装到WindowService中,可以通过自定义的安装程序进行一键部署,岂不美哉! 这篇文章主要是记录如何将Kestrel的服务封装在WindowService中 关于WindowsServer 请参考如下这篇文章 .netcore worker service (辅助角色服务) 的上手入门,包含linux和windows服务部署 开发服务 之前做过.net5版本的处理,觉得挺简单的,但是到.net6的时候遇到了一些问题,所以下面都会记录 .NET5版本 建项目 新建一个webapi项目,如下图 添加Controller using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace WebApiNet_v5.Controllers { [Route("api/[controller]")]
2023-02-22 09:35:16 22.28MB Kestrel WindowServer
1