登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:C++
  2. 代码类别:单片机开发
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 2.Temple_MDK5.0_ADC_Interrupt_4CHs

  STM32 使用ADC4个通道检测电压值,DMA依次输出。(ADC4 STM32 channel DMA output.)

5
下载
63
浏览
2021-04-08发布

2. adc1_pa6_pa7_usart_stm32

  利用stm32的adc1,实现规则转换,检测通道pa6和pa7的电压值,并把他们的值放在数组中。串口显示数据方便调试。(Use stm32 the adc1, implement rules conversion, detection channel pa6 and pa7 voltage value, and put their values ​ ​ in an array. Serial display data to facilitate debugging.)

7
下载
57
浏览
2021-04-07发布

3. adc1_pa6_pa7_usart_stm32

  利用stm32的adc1,实现规则转换,检测通道pa6和pa7的电压值,并把他们的值放在数组中。串口显示数据方便调试。(Use stm32 the adc1, implement rules conversion, detection channel pa6 and pa7 voltage value, and put their values ​ ​ in an array. Serial display data to facilitate debugging.)

7
下载
66
浏览
2021-04-07发布

4. LPC2138RTC

  LPC2138日历时钟,IAR代码+Proteus仿真(LPC2138 calendar clock, IAR code +Proteus simulation)

9
下载
72
浏览
2021-04-07发布

5. PT100测温AD显示 荐_

说明:  PT100测温AD显示 用ADC0809实现,内有Keil C 源文件,仿真通过的Proteus电路原理图(DSN)(Ad display of Pt100 temperature measurement is realized by ADC0809, with keil c source file inside, and Proteus circuit schematic diagram (DSN) through simulation)

4
下载
99
浏览
2021-04-07发布

6. proteus-simulation-DC-power-supply

  proteus仿真+程序关于数控直流稳压电源,毕业设计的,也可用于课程设计(proteus simulation program on+ NC DC power supply, graduation design can also be used for curriculum design)

20
下载
71
浏览
2021-04-06发布

7. Proteus_PWM_Boost_circuit

  proteus仿真,以LPC2138芯片为核心生成PWM波,控制升压斩波电路(PWM),实现稳定的高电压输出。包含AD转换、串口通信。(proteus simulation. This design use PWM wave generated by LPC2138 to control boost circuit and realized a steady high voltage output. ADC and serial port communication are involved in the design.)

26
下载
111
浏览
2021-04-06发布

8. MiniBalanceV5.0

  基于STM32的平衡小车源码(精简入门版),可实现小车的直立平衡。(Balanced car source code based on STM32 (streamlined entry version) can achieve vertical balance of the car.)

2
下载
68
浏览
2021-04-06发布

9. MiniBalanceV5.0

说明:  基于STM32的平衡小车源码(精简入门版),可实现小车的直立平衡。(Balanced car source code based on STM32 (streamlined entry version) can achieve vertical balance of the car.)

4
下载
58
浏览
2021-04-06发布

10. icm20602

说明:  通过STM32的spi接口读取陀螺数据和加计数据,并对寄存器数据进行温补(Through the SPI interface of STM32, the data of gyro and add-on are read, and the data of register are compensated)

6
下载
95
浏览
2021-04-06发布

11. CD4051

  CD4051驱动,可使用不同单片机平台,根据文件中的说明可直接在不同平台上使用(CD4051 Deriver C Code)

12
下载
128
浏览
2021-04-06发布

12. BLDC_33f506

  dspic33系列单片机,直流无刷电机控制程序,程序有注释,已调试修改(dspic33 series microcontroller, brushless DC motor control procedures, program notes, have been debug modification)

5
下载
78
浏览
2021-04-06发布

13. dsPIC33EP512MU810

  基于 dspic33 的 bldc 直流无刷电机 pwm 调速控制(BLDC PWM motor speed control based on dsPIC)

77
下载
68
浏览
2021-04-06发布

14. i2c_slave_V1.2

  在stm32单片机上,用IO口的上升沿和下降沿中断设计的I2C从机代码。测试通过。所有过程用状态机来控制,没有cpu空延时。 核心代码和单片机相关代码分开,方便移植。 主要用在项目验证和学习交流!(On stm32 microcontroller, with rising and falling IO port interrupt design of I2C slave code. The test. All the process is controlled by a state machine, no cpu empty delay. Microcontroller core code and related code separate, easy to transplant. Mainly used in the project validation and exchange of learning!)

225
下载
91
浏览
2021-04-06发布

15. DS3231PTM1650P15L104

  STC12L104+DS3231+TM1650数码管时钟(STC12L104+DS3231+TM1650 LED timer)

60
下载
82
浏览
2021-04-05发布

16. ILI9242C

  独家!ILI9342C TFT-LCD驱动芯片初始化程序,适用于STM32单片机。(ILI9242C TFT-LCD driver IC initial program for STM32 MCU.)

31
下载
108
浏览
2021-04-05发布

17. 基于OV7725的stm32实时图像采集工程

  通过串口采集OV7725摄像头像素数据,可发送至PC端进行解析。(Through the serial port to collect OV7725 camera pixel data, it can be sent to the PC terminal for parsing.)

29
下载
73
浏览
2021-04-05发布

18. AD-DMA

  STM32同步注入模式进行AD转换,功能已经实现,有需要的大家拿来用,可以让你少走很多弯路,希望对大家有用。(STM32 synchronous injection mode, AD conversion, functionality is implemented, we use them in need, can let you walk a lot less detour, hope useful for everyone. )

120
下载
75
浏览
2021-04-05发布

19. SX1278_Driver1.3_STM8L

  基于STM8L101单片机对sx1278的驱动,工程完整,函数封装以及变量声明都具有中文说明,一看就懂,本人已经在开发板上实验成功。(Based on STM8L101 sx1278 single-chip driver, engineering integrity, function packaging and variable declarations with Chinese description, a look to understand, I have been successful in the development board experiment.)

800
下载
51
浏览
2021-04-04发布

20. STM32F103ZET6_IIC_7针OLED(SPI)

说明:  用IIC实现基于STM32F103ZET6点亮七针OLED(Realization of lighting seven pin OLED based on stm32f103zet6 with IIC)

5
下载
69
浏览
2021-04-04发布