搜索资源列表
HidTest.rar
- usb hid调试软件,能自动设备hid设备并与之建立通信,实现数据回环操作,debugging software usb hid, hid equipment to automated equipment and establish communications, data loopback operation
GradProj_SerialPort_NVIC
- 在STM32 上通过中断方式实现串口的通信 STM32f103VC的微处理器芯片-STM32 USART
STM32uartDEMOV2
- MDK3.5开2发环境,STM32硬件库为2.0,实现串口1,2串口通信-MDK3.5 opened two hair environment, STM32 Hardware Library 2.0, serial communication Serial 1,2
Serial_comunication_by_ARM
- 这是一个ARM stm32蕊片的串口通信程序,使用该程序,可以实现ARM与电脑等的串口通信。-This is an ARM of stm32 Ruipian the serial communication program, to use the program, you can achieve the ARM and the computer serial port communications.
usart_communicate
- STM32型ARM处理器程序,用以实现串口通信功能 ,开发环境:keil2-STM32 type ARM processor program for serial communication functions, the development environment: keil2
STM32_SIM900
- STM32控制SIM900实现与远程服务器的GPRS通信-STM32 achieve control SIM900 GPRS communication with the remote server
My_Demo2
- 应用STM32对HMC830PG6E实现模拟SPI通信,读写寄存器设置等。-achieve SPI communication with HMC830PG6E according to STM32 and IAR.
21ic下载_基于STM32的CAN总线收发程序
- 实现can通信,经本人验证完全可以使用,拿去吧。(#include "can.h" #include "led.h" #include "delay.h" #include "usart.h" #include "led.h" #include "delay.h" #include "key.h" #include "sys.h&qu
i2c_ee
- STM32-IIC 配置解说(原创)STM32 - I2C 简介 :I2C 总线接口连接微控制器和串行 I2C 总线。它提供多主机功能,控制所有 I2C总线特定的时序、协议、仲裁和定时。支持标准和快速两种模式,另外 STM32的 I2C 可以使用 DMA 方式操作。本文主要以一个实例来介绍 STM32-I2C 的配置方式和具体在工程中通过调用哪些库函数来实现 I2C 器件的通信。实例:写入数据到器件 AT24C02 并将存入的数据读出好,我们先来讲讲 STM32 I2C 模块的端口基本配置,由
串口通信(无svn)
- STM32基础串口通信实现,紫薯布丁,紫薯布丁,紫薯布丁,紫薯布丁(Implementation of serial communication based on STM32)
【05】红牛板_USART(2016.05.04)
- 基于stm32单片机串口实现功能详细介绍里面有具体的代码实现方法(Detailed introduction of the function of the serial port based on STM32 microcontroller)
wireless
- 基于STM32开发板,采用C++语言进行程序编码,实现无线通信(Based on the STM32 development board, the C++ language is used to code the program to realize the wireless communication)
STM32_ADC_PWM_四色调光_2017-12-26-15
- STM32串口实现上下行通信,RGBW四色调光(STM32 serial port to realize up and down communication, RGBW four color dimming)
STM32F103C8T6 NRF24L01
- 经测试,此代码可以实现2.4G(NRF24L01)的通信。 内有大量的注释,初学者可以看注释弄明白 其中还有其他的代码,软件SPI通信方式、串口、GPIO口、延时。(After testing, this code can implement the communication of 2.4G (NRF24L01). There are a lot of annotations, and the beginners can see the annotations to understand
STM32 串口
- 串口通讯协议,STM32F103系列的源码,实现简单的串口通信(Serial communication protocol, STM32F103 series of source code, to achieve a simple serial communication)
实验24 485实验
- STM32,采用485总线,实现双机通信(485 realizes the two-machine communication.)
USART1—USART1指令控制RGB彩灯
- STM32串口实现与上位机软件通信,上位机发数字,单片机收到后执行相应的命令(Communication between STM32 serial port and host computer software)
modbus rtu
- STM32 modbus RTU 调试成功,能够利用STM32单片机实现modbus通信(STM32 modbus RTU debugging)
基于LED可见光音频通信系统程序
- 可见光通信的音频传输系统,该系统通过基于STM32单片机的LED可见光通信系统硬件电路板,通过调试发送端LED灯与接收端之间的距离,来验证LED可见光通信。系统由两大部分组成:发射模块和接收模块。在发送模块的末端,由有源扬声器等输出设备通过音频线将信号发送到发送模块,再由LED灯进行发送;在接收模块,LED灯将接收的光信号转换为电信号,再经一系列放大处理电路和滤波电路,使扬声器能够播放清晰的音乐。测试结果表明,系统实现了可见光音频通信的功能,具有很好的实用性。