搜索资源列表
STM32-Cuangkou
- 基于STM32-CORTEX3处理器的开发板实验列程-串口实验程序-STM32-CORTEX3 processor based development board test out process- Serial experimental procedure
USART-IARban
- arm stm32开发板上的串口实验程序,实现串口数据的接收与发送,开发环境为IAR-arm stm32 development board serial experimental procedures, Serial data reception and transmission, development environment for the IAR
STM32-uart
- stm32单片机开发,请在keil 4.0环境运行, STM32 串口输出实验(库函数),解压完app文件有c程序代码-Stm32 SCM development, please in keil 4.0 environmental operation, stm32 serial ports output experiment (library function), unpack the app file have c program code
ADC
- DQ-STM32开发板试验程序 ADC实验 通过串口输出采样值 通过学习板电位器调节电压 端口分配详见原理图-DQ-the STM32 development board test procedures, experimental ADC serial output sample value by the study board potentiometer to adjust the voltage port assignments refer
ucOS-II-V2.86-uCGUI-3.9-DEMO
- 通杀所有STM32实验,内含LCD,LED,key、蜂鸣器、串口、UCOS、QT、FLASH等多功能于一体的综合程序-failed to translate
STM32-camera
- 本实验将实现如下功能:开机后,初始化摄像头模块(OV7670),如果初始化成功,则在LCD模块上面显示摄像头模块所拍摄到的内容。我们可以通过KEY0设置光照模式(5种模式)、通过KEY1设置色饱和度,通过KEY2设置亮度,通过WK_UP设置对比度,通过TPAD设置特效(总共7种特效)。通过串口,我们可以查看当前的帧率(这里是指LCD显示的帧率,而不是指OV7670的输出帧率),同时可以借助USMART设置OV7670的寄存器,方便大家调试。DS0指示程序运行状态。-The experiment
ALIENTEK-MINISTM32-_UART
- STM32串口实验程序,程序源代码完整。直接可编译使用-STM32 serial port test program, program source code integrity. Can be compiled directly use
stm32_uart
- stm32的测试程序,串口实验,以中断的方式进行数据收发,波特率为115200。-stm32 test program, serial experiments to interrupt the way data transceiver, the baud rate to 115200.
wiless
- 实验器材: 战舰STM32F103开发板V3版本 实验目的: 学习NRF24L01 2.4G无线模块的使用. 硬件资源: 1,DS0(连接在PB5) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A10接RS) 4,KEY0按键(连接在PE4)/KEY1按键(连接在PE3)
STM32-RC522
- 这是是基于STM32的RFID实验,采用STM32F103ZET6和MFRC522,花了一上午改出来的,绝对可用。 程序正常运行时,LED0一闪一闪 读到卡片时,LED1灯点亮,并串口打印卡片类型和UID-This is based on the STM32 RFID experiments using STM32F103ZET6 and MFRC522, spent the morning changed out, is absolutely available. Progr
SD卡_SDIO实验
- 学习STM32的SDIO使用,并驱动SD卡. 本实验开机的时候先初始化SD卡,如果SD卡初始化完成,则提示LCD初始化成功。按下KEY0,读取SD卡扇 区0的数据,然后通过串口发送到电脑。如果没初始化通过,则在LCD上提示初始化失败。同样用DS0来指示 程序正在运行。(Learn the STM32 usage of SDIO and drive SD card)
stm32虚拟串口驱动1.4
- Windows下STM32 USB虚拟串口驱动程序。本人经多次实验发现,必须在开发时,设置CDC的PID和VID两个参数与驱动程序中stmcdc.inf中的数字相同。否则,系统将不可识别STM32的USB口为串口。(STM32 USB virtual serial port driver under Windows. I have many experiments found that must be in development, set the CDC PID and VID, two pa
zigbee与stm32通信例子
- 程序1:stm32程序串口2接收串口1发送程序 ,改自扩展实验11 ATK-HC05蓝牙串口模块实验程序。 程序2:zigbee串口通讯-发送字符串。 连接方式:cc2530的P02连接stm32的PA2,P03连接stm32的PA3 程序2串口一直发送“hello zigbee”字符串 mini版stm32程序1串口2接收后转发串口1原样输出。(Program 1:stm32 program serial port 2 receive serial 1 send program, c
ALIENTEK MINISTM32 实验3 串口实验
- 一个基于STM32103的串口传输实现程序(A serial transfer program based on STM32103)
ALIENTEK MINISTM32 实验3 串口实验
- 本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换 行结束)后,原原本本的返回给上位机。下载后,DS0闪烁,提示程序在运行,同时每隔一定时间,通过串口1输出一段信息到电脑。(In this experiment, STM32 through the serial port 1 and host computer dialogue, STM32 received the host computer sent to the string (in return
实验48 串口IAP实验
- STM32的串口IAP程序。内有详细的注释和文档。很好的学习资料。(STM32's serial port IAP program. There are detailed notes and documentation. Good study materials.)
3:STM32_串口实验
- STM32F10x开发的串口应用程序,可进行发送和接收数据(STM32F10x developed a serial port application to send and receive data)
串口IAP实验
- 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:460800,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 实验现象: 本实验开机的时候先显示提示信息,然后等待串口输入接收APP程序(无校验,一次性接收
实验47_2 DSP FFT测试
- 测试STM32F4的DSP 库的FFT函数,程序运行后,自动生成1024点测试序列,然后,每当KEY0按下后,调用DSP库的FFT算法(基4法)执行FFT运算,在LCD屏幕上面显示运算时间,同时将FFT结果输出到串口,DS0用于提示程序正在运行。(Test the FFT function of the DSP Library of STM32F4. After the program runs, the 1024 point test sequence is automatically gen
28. 红外遥控实验
- 红外遥控器发射红外键值的编码信号,通过红外接收头进行解码,并将解码后的数据通过串口打印(Infrared remote controller emits a coded signal of infrared key value, decodes it through an infrared receiver, and prints the decoded data through a serial port.)