搜索资源列表
OLED-STM32
- STM32 OLED显示,显示时间,内部RTC-The STM32 OLED display, the display time, the internal RTC
STM32--radio
- 通过芯片STM32以实现一般录音机功能,详情可看内部文件-STM32 through the chip in order to achieve the general recorder function, the details to see internal documents
STM32-DAC
- 使用软件: keil5 硬件资源: 1,DS0(连接在PA8) 2,串口1(波特率:9600,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过GPIO驱动,连接关系见lcd.h) 4,按键KEY0(PC5)/KEY_UP(PA0,也称之为WK_UP) 5,DAC(STM32内部DAC通道1,通过PA4输出) 6,ADC(STM32内部ADC1_CH1,连接
STM32_FOC_PMSM
- 实现同步电机的FOC控制,二电平控制技术,运用了ST公司内部的电机库。程序加上了详细的注释。(To achieve synchronous motor FOC control, two-level control technology, the use of ST's internal motor library. The program adds a detailed note.)
22. 内部温度传感器实验
- stm32利用内部自身传感器实现温度显示,大家可以修改下,方便移植(STM32 using internal sensors to achieve temperature display, we can modify, easy to transplant)
rguji
- Constituting the modulated signals of different frequencies, Much posture, multi-angle, have different light, The IMC - PID is using the internal model control principle for PID parameters is calculated.
light_control_blind
- 基于stm32的智能小车,充分利用了stm32内部的定时器,ADC,DMA等硬件资源,来实现小车的智能性(Intelligent car based on STM32, make full use of the STM32 internal timer, ADC, DMA and other hardware resources, to achieve the intelligence of the car)
实验18 内部温度传感器实验
- STM32的内部温度传感器程序,亲测可用。内有详细注释和说明文档,很好的参考资料。(STM32 internal temperature sensor program, pro - test is available. There are detailed notes and documentation, good references.)
ADC
- STM32在片上集成的ADC外设非常强大,我使用的奋斗开发板是STM32F103VET6,属于增强型的CPU,它有18个通道,可测量16个外部和2个内部信号源。各通道的A/D转换可以单次,连续,扫描或间断模式执行,ADC的结果可以左对齐或右对齐方式存储在16位数据寄存器中。(The ADC peripherals integrated on the STM32 are very powerful. The struggle development board I use is STM32F103