在全球气候变暖和石油资源短缺的形势下,推动新能源汽车的发展将成为汽车行业一种新的发展方向。在大力发展新能源电动汽车行业的同时还应兼顾电动汽车充电设施的发展,因此对电动汽车充电桩的设计与研究显得十分必要。对电动汽车直流充电桩的硬件系统进行设计,主要的硬件电路包括安全监测电路、总压采集电路、温湿度检测电路、语音电路。软件包括主要流程图和温湿度检测流程图。Under the situation of global warming and shortage of petroleum resources,promoting the DEVELOPMENT of new energy vehicles will become a new DEVELOPMENT direction for the automotive industry.While vigorously developing the new energy electric vehicle industry,we should also take into account the DEVELOPMENT of electric vehicle charging facilities.Therefore,the design and research of electric vehicle charging piles is very necessary.The hardware system of the electric vehicle DC charging pile is designed.The main hardware circuits include safety monitoring circuit,total voltage collecting circuit,temperature and humidity detecting circuit,voice circuit and CAN communication.The software includes a main flow chart and a temperature and humidity detection flow chart.
标签: 电动汽车
上传时间: 2022-04-03
上传用户:jason_vip1
1. Preface2. The concept2.2. Prescience 2.3. Reading guide 2.4. Abbreviations 2.5. Version management3. Hardware3.2. ESP32 3.3.2. Hardware schema 3.3.3. DHT22 and level shifter 3.3.4. Geekcreit® ESP32 DEVELOPMENT Board4. Software4.2. Installatie van GIT 4.3. Installatation of the ESP32 Core 4.4. Installation of the Xtensa and ESP32 Tools 4.5. Python 4.5.1. Install Python 4.5.2. Installation of pySerial and EspTool 4.6. Test the software installation5. The ESP32 IoT project 5.1.1. WiFi connection 5.1.2. Setup date and time 5.1.3. MQTT connection 5.1.4. Determining temperature and humidity 5.2. IOT_ESP32_Project source6. Test6.2. ESP32, NodeJS, MongoDB en Mosca 6.2.1. Start MongoDB 6.2.2. Start NodeJS Express serve and Mosca broker 6.2.3. Start the ESP32 6.2.4. Start an Chrome browser
上传时间: 2022-04-05
上传用户:kingwide
随着科技的发展,人们在日常生活中使用的电器越来越多,电子设备的电磁兼容性(EMC)也越来越重要。所以,人们对电子设备的电磁兼容性的要求也越来越严格,越来越规范。而在市场竞争中,如何降低成本、减少设备体积,是各电子设备制造厂家重点研究的课题。通过对开关电源的EMI滤波电路的类别和相应的技术特点进行分析,设计出一种既能提高性能,又能降低成本的滤波电路。With the DEVELOPMENT of technology, appliances people use in their daily lives, more and more electronic devices electromagnetic compatibility ( EMC ) has become increasingly important. So, people electromagnetic compatibility requirements of electronic devices have become increasingly stringent, more and more standardized. The competition in the market, how to reduce costs, reduce equipment size, is the subject of the electronic equipment manufacturer focused on research. Through the technical characteristics of the respective category and the EMI filter circuit switching power supply is analyzed both designed to improve a performance of the filter circuit can reduce the cost.
上传时间: 2022-04-23
上传用户:
CodeWarrior DEVELOPMENT Studio(开发工作室)是完整的用于编程应用中硬件bring-up的集成开发环境。 采用CodeWarrior IDE,开发人员可以得益于采用各种处理器和平台(从Motorola到TI到Intel)间的通用功能性。根据Gartner Dataquest的报告,CodeWarrior编译器和调试器在商用嵌入式软件开发工具的使用率方面排名第一。而这只是流行的CodeWarrior软件开发工具中的两个。CodeWarrior包括构建平台和应用所必需的所有主要工具 - IDE、编译器、调试器、编辑器、链接器、汇编程序等。另外,CodeWarrior IDE支持开发人员插入他们所喜爱的工具,使他们可以自由地以希望的方式工作。
标签: codewarrior
上传时间: 2022-05-09
上传用户:
说明: MSP430单片机+SI4463射频芯片开发,无线发送、接收驱动函数源码。(msp430 and SI4463 project DEVELOPMENT,willess tx and rx drivers.)
上传时间: 2022-05-27
上传用户:
This manual documents the Microcontroller profile of version 7 of the ARM® Architecture, the ARMv7-M architecture profile. For short definitions of all the ARMv7 profiles see About the ARMv7 architecture, and architecture profiles on page A1-20.ARMv7 is documented as a set of architecture profiles. The profiles are defined as follows: ARMv7-A The application profile for systems supporting the ARM and Thumb instruction sets, and requiring virtual address support in the memory management model. ARMv7-R The realtime profile for systems supporting the ARM and Thumb instruction sets, and requiring physical address only support in the memory management model ARMv7-M The microcontroller profile for systems supporting only the Thumb instruction set, and where overall size and deterministic operation for an implementation are more important than absolute performance. While profiles were formally introduced with the ARMv7 DEVELOPMENT, the A-profile and R-profile have implicitly existed in earlier versions, associated with the Virtual Memory System Architecture (VMSA) and Protected Memory System Architecture (PMSA) respectively.
标签: arm
上传时间: 2022-06-02
上传用户:
本文档的主要内容详细介绍的是NYIDE集成开发环境编译软件的用户手册免费下载 NYIDE为Nyquest Integrated DEVELOPMENT Environment缩写,是针对九齐科技NY4 / 5 / 6 / 7 / 8 / 8L / 9T / 9UB & NX1系列微控制器而研发的汇编语言和C语言综合开发工具。
标签: 集成开发环境
上传时间: 2022-06-19
上传用户:
本章参考资料《CM3 权威指南CnR2》第三章: Cortex-M3 基础,第四章:指令集。官方暂时没有《CM4 权威指南》,有关内核的部分暂时只能参考CM3,所幸的是CM4 跟CM3 有非常多的相似之处,资料基本一样。还有一个资料是ARM DEVELOPMENT Tools:这个资料主要用来查询ARM 的汇编指令。1.1 启动文件简介启动文件由汇编编写,是系统上电复位后第一个执行的程序。主要做了以下工作:1、初始化堆栈指针SP=_initial_sp2、初始化PC 指针=Reset_Handler3、初始化中断向量表4、配置系统时钟5、调用C 库函数_main 初始化用户堆栈,从而最终调用main 函数去到C 的世界1.2 查找ARM 汇编指令在讲解启动代码的时候,会涉及到ARM 的汇编指令和Cortex 内核的指令,有关Cortex 内核的指令我们可以参考CM3 权威指南CnR2》第四章:指令集。剩下的ARM 的汇编指令我们可以在MDK->Help->Uvision Help 中搜索到,以EQU 为例,检索如下:
标签: stm32
上传时间: 2022-06-23
上传用户:aben
·Overview:20 minutes-Introduction and Objectives-Motor Control DEVELOPMENT Toolbox:Library blocks,FreeMASTER, and Bootloader·Hands-On Demo:50 minutes-Motor Kit(Describe Freescale 3-Phase Motor Kit)-Convert simple model to run on Motor Kit with MCD Toolbox and use FreeMASTER·Model Based Design:10 minutes-Model Based Design Steps:Simulation,SIL,PIL and ISO 26262-SIL/PIL Hands-On Demo Step 2& 3 of MBD·Motor Control:20 minutes-FOC Sensor-less control and how to use it to turn a motor·Motor Control Hands-On Demo:80 minutes-Implement FOC Sensor-less Motor Control on Motor Kit-Run software from the model and use FreeMASTER to monitor·Summary and Q&A:10 minutes
上传时间: 2022-06-24
上传用户:
ES32产品使用“原型开发系统” (Prototype DEVELOPMENT system)是具有统一接口规范的一系列开发板。对客户学习芯片和原型开发进行支持。ES-PDS覆盖ES32全系列的芯片,essemi每款芯片都有一款与之对应的开发板,通过ES-PDS可以用户的开发以及学习做到支持。
标签: es32_sdk
上传时间: 2022-06-26
上传用户: