资源列表
en.stsw-stm32077
- Modbus guide for stm32f4
HighTest
- 采用arduino连接超声波模块检测高度,输出到显示屏(Ultrasonic module testing highly connected by arduino output to the screen)
stm32f2x串口driver
- STM32串口底层驱动程序,实测通过,移植性强。(STM32 serial port underlying driver, strong portability)
7、超声波测距实验
- 该程序在百科荣创的嵌入式开发平台实现超声波传感器测试功能,该车主控为STM32系列芯片(The program realizes the testing function of ultrasonic sensor on the embedded development platform of Encyclopedia Rongchuang. The main control unit is STM32 series chips.)
6、光照强度测试
- 该程序在百科荣创的嵌入式开发平台实现光强度测试功能,该车主控为STM32系列芯片(The program realizes the function of light intensity test on the embedded development platform of Encyclopedia Rongchuang. The main controller of the program is STM32 series chips.)
4、循迹实验
- 该程序在百科荣创的嵌入式开发平台实现智能小车循迹功能,该车主控为STM32系列芯片(This program realizes the tracing function of intelligent car on the embedded development platform of Encyclopedia Rongchuang. The owner control of the program is STM32 series chips.)
智能空气检测仪
- 实现与DHT11 光照传感器 粉尘传感器通信(Communication with Dust Sensor of DHT11 Light Sensor)
OLED 0.96 方屏 使用硬件SPI驱动
- 0.96寸的oled,方屏,使用stm32的硬件spi进行驱动,使用的是HAL库(0.96 inch OLED, square screen, using STM32 hardware SPI driver, use the HAL database)
基站定位测试温湿度数据代码
- STM32采集基站定位经纬度,并采集测试温湿度(STM32 collects the longitude and latitude of base station location, and collects and tests temperature and humidity.)
keil 8.16汉化
- 51单片机开发工具,keil,汉化版,C语言开发工具(51Development Tool of Single Chip Microcomputer)
51定时器0中断实验
- 汇编语言编写,有proters仿真,P3.2输入,P1输出8位二进制
在液晶上显示从PC机串口上下发的数据,屏满后自动清屏。
- 1.用下串口0模式,实现数据的移位输出 2.用定时器实现波特率的计算,单片机与PC通信。 3.实现多机通信。 4.高级串口功能的应用,请参看Keil的print等串口输出函数。