资源列表
基于51单片机学习型红外线遥控器
- 提出一种基于 AT89C51 的学习型红外遥控器的设计方案,该设计的控制器,可存放十六个遥控代码,采用九键分四区域控制,每一区域对应 一种家庭电器的四种主要功能。(附带pcb原理图及源程序等)(This paper presents a design scheme of learning infrared remote controller based on AT89C51. The controller can store 16 remote control codes and adopt n
STM32F103_AS5048A-master
- 使用stm32开发的as5048a的驱动程序。(The driver of as5048a developed by stm32.)
lis2dh12_STdC
- 基于STM32的LIS2DH12三轴加速度传感器示例程序(LIS2DH12 triaxial acceleration sensor sample program based on STM32)
STM32F103上移植FreeModbus V1.6 RTU
- 在KEIL-MDK平台下,一步一步的搭建freemodbus移植到STM32F103单片机。主要讲解了哪些文件直接拷贝,不做任何修改;哪些移植的文件需要修改以及如何修改,修改过程中注意事项,最后提醒移植到MODBUS-RTU模式下应该注意的事项。(Under KEIL-MDK platform, freemodbus is built step by step and transplanted to STM32F103 single chip computer. This paper mainl
M47SP1322_4.7模组驱动资料_201902
- 相关资料可参考SSD1322-datasheet-Rev1.3,stm32f103源码(Reference to SSD1322-datasheet-Rev1.3, STM32F103 source code)
modbus控制30路下位机程序
- 单片机30路继电器双串口工控板 modbus上位机与下位机例程源码全套资料下载(MCU 30-way relay dual serial port industrial control board MODBUS upper computer and lower computer routine source code complete set of data download)
Si4730
- Si4730收音机基于STM32F103,通过按键和LCD7565屏自动搜台和手动搜台(The Si4730 radio is based on STM32F103. It searches the platform automatically and manually by keys and LCD7565 screen.)
AUTOSAR_SWS_CANNetworkManagement
- AUTOSAR 4.2.2网络管理文档,学习网络管理的好文档(AUTOSAR 4.2.2 Network Management)
逆变器
- STM43F4核心板 实现用ir2104驱动的全桥整流电路的驱动,包括PWM以及频率测量,电流电压的闭环控制(STM43F4 Core Board The drive of full bridge rectifier circuit driven by IR2104 is realized, including PWM, frequency measurement and closed-loop control of current and voltage.)
STM32F103通用工程模板V1.1
- STM32通用工程模板,直接使用,不需要新建工程。。。。。。。。。。。。。。。。。。。。。。。。(STM32 General Template)
CMT2300A_Demo
- CMT2300A芯片收发测程序,基于KEIL以及STM32F103芯片(CMT2300A chip transceiver and test program, based on KEIL and STM32F103 chip)
串口空闲中断+DMA收发(基于STM32F103ZET6)
- 功能:使用串口调试助手给单片机发送数据, 单片机利用DMA接收后再通过DMA将数据返给调试助手