▍1. WiFiManualWebServer
可以控制3路继电器,访问本地IP 首先用调试工具知道ip 自己设置WIFI 密码账号(3-way relay can be controlled)
可以控制3路继电器,访问本地IP 首先用调试工具知道ip 自己设置WIFI 密码账号(3-way relay can be controlled)
说明: 可以控制3路继电器,访问本地IP 首先用调试工具知道ip 自己设置WIFI 密码账号(3-way relay can be controlled)
LPC1788官方例程,包含大部分外设,如I2C/SSP/EMC/uart(LPC1788 official routine, containing most peripherals)
说明: LPC1788官方例程,包含大部分外设,如I2C/SSP/EMC/uart(LPC1788 official routine, containing most peripherals)
STM32F103ZET+LCD 7 INCI+TOUCH
说明: STM32F103ZET+LCD 7 INCI+TOUCH
基于STM32的触摸屏实验。使用TFT液晶屏。(Touch Screen Experiment Based on STM32)
说明: 基于STM32的触摸屏实验。使用TFT液晶屏。(Touch Screen Experiment Based on STM32)
基于STM32的内部温度传感器实验。使用芯片内部的温度传感器(Internal Temperature Sensor Experiments)
说明: 基于STM32的内部温度传感器实验。使用芯片内部的温度传感器(Internal Temperature Sensor Experiments)
无名飞控源码下载,包含PID,四轴,ADRC,姿态角等一系列算法(Anonymous flight control)
说明: 无名飞控源码下载,包含PID,四轴,ADRC,姿态角等一系列算法(Anonymous flight control)
experiment equipment: stm32F103 C8T6 Purpose: ADC real-time sampling shows waveforms through an anonymous host computer (virtual oscilloscope) ADC1 and serial 1 dual DMA use to speed up the transfer rate Hardware resources: 1, ADC1 channel 1 (peripheral A1) 2, serial port 1 (baud rate: 500000) Experimental phenomena: The anonymous host computer displays the waveform in real time. The sampling frequency of the ADC is about 1Mhz (the highest value of the single ADC mode has been reached, but the maximum transmission rate of the host computer is about 500000 baud. And only one byte per transfer of 14 bytes is valid (caused by the anonymous transfer protocol). It takes about 2.8ms to transfer once.
基于STM32F407 实现USB UVC摄像头主机功能功能(Implementation of USB UVC camera host function based on STM32F407)