CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - stm32 模块程序

搜索资源列表

  1. CH376_test

    0下载:
  2. 基于STM32内部的SPI模块通过CH376芯片进行与U盘进行数据交换,通过该程序可以了解文件系统知识。-Based on STM32 internal CH376 chip SPI module to exchange data with the U disk, through the program can understand the file system knowledge.
  3. 所属分类:SCM

    • 发布日期:2017-05-22
    • 文件大小:6913005
    • 提供者:刘春艳
  1. tft_and_485

    0下载:
  2. stm32 控制串口通信模块及tft屏幕显示模块,经测试此程序可用。-stm32 control serial communication module and tft screen display module, tested the program available.
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2840194
    • 提供者:孟祥禹
  1. uCOSPuCGUI(FSMC)2.8N

    0下载:
  2. stm32 中应用ucos系统的应用模块,程序主要是测试,显示能够主要完成的任务。-stm32 ucos application system application modules, the program is mainly to test, showing that the main task.
  3. 所属分类:uCOS

    • 发布日期:2017-06-11
    • 文件大小:18142988
    • 提供者:孟祥禹
  1. Wireless_Module

    0下载:
  2. 无线模块发送程序,基于stm32,实现无线发送功能-Wireless module to send the program, based on stm32, sending wireless
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:3917033
    • 提供者:邵波
  1. Wireless_Module_RX

    0下载:
  2. 无线模块接收,基于stm32,简单的测试程序。-Wireless receiver module, based on stm32, simple test procedure.
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:4021196
    • 提供者:邵波
  1. main

    0下载:
  2. STM32_ADC_DMASTM32的每个ADC模块通过内部的模拟多路开关,可以切换到不同的输入通道并进行转换。STM32特别地加入了多种成组转换的模式,可以由程序设置好之后,对多个模拟通道自动地进行逐个地采样转换。-STM32_ADC_DMASTM32 Each ADC module through an internal analog multiplexer switch, you can switch to different input channels and convert. STM
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:3202
    • 提供者:赵连睿
  1. connect_pc

    0下载:
  2. STM32的模块代码,演示了串口,NVIC,GPIO,EXTI等相关程序-STM32 module code that demonstrates serial, NVIC, GPIO, EXTI and other related procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2778
    • 提供者:曾传杰
  1. connect_pc_test

    0下载:
  2. STM32的模块代码,演示了串口,NVIC,GPIO,EXTI等相关程序-STM32 module code that demonstrates serial, NVIC, GPIO, EXTI and other related procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:8611
    • 提供者:曾传杰
  1. NRF_

    0下载:
  2. 改程序是基于STM32和NRF无线模块的无线通信程序-The program is based on STM32 NRF wireless module and wireless communication program
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3495595
    • 提供者:hg
  1. STM32PDA

    0下载:
  2. 这个基于stm32的PDA,里面包含加速度感应模块、TFT液晶等程序。当初师兄就是靠着这个进华为的。-THIS IS A PDA CODE BASED ON STM32,INCLUDING A MODULE OF SPEED , CODE OF TFT AND SO ON
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4787169
    • 提供者:collins
  1. 003_CanTest

    0下载:
  2. STM32 3.5库的Can模块测试程序,要注意时钟设置和端口映射。-Can module testing procedures of the STM32 3.5 library, pay attention to the clock settings and port mapping.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1034452
    • 提供者:邓磊
  1. Tstm32_adch

    1下载:
  2. 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个Hal -This procedure is based on the STM32 AD appli
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-21
    • 文件大小:4096
    • 提供者:linguokai
  1. test

    0下载:
  2. stm32 无线通信 。本实验将实现如下功能:开机的时候先检测NRF24L01模块是否存在,在检测到NRF24L01模块之后,根据KEY0和KEY1的设置来决定模块的工作模式,在设定好工作模式之后,就会不停的发送/接收数据,同样用DS0来指示程序正在运行。-In this study, the following functions will be realized: it will detect NRF24L01 module when you start the machince.After
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1430
    • 提供者:huanggang
  1. STM32PNRF24L01TXaRX

    0下载:
  2. 基于STM32平台的NRF无线模块的发射与接收程序。绝对可以用。-NRF wireless module based on the STM32 platform, launching and receiving procedures. Can definitely use.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-22
    • 文件大小:6992321
    • 提供者:张晨
  1. STM32PSIM900

    1下载:
  2. 在单片机stm32上驱动gsm/gprs模块SIM900A的代码,模块的驱动同时也包括了gprs的部分功能。本程序是在rt-thread实时系统的基础上编写的,主程序实现了定位器的功能。-Gsm/gprs the module SIM900A the code in microcontroller stm32 drive drive module also includes some of the features of the gprs. This program is prepared on
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:
    • 文件大小:5076676
    • 提供者:杨南风
  1. AD_DAtest

    0下载:
  2. STM32系列单片机AD模块和DA模块测试程序-STM32 family MCU the AD Module and DA module test procedures
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:698668
    • 提供者:于飞
  1. GPRS

    0下载:
  2. 本程序是电脑(上位机)和基于stm32系列开发板的GPRS无线通讯模块之间进行数据传输交互的代码,包括对传输数据的校验以及Oracle数据库的存储过程,并且支持多线程-This program is a computer (PC) and code data transfer interaction between the GPRS wireless communication module based on the the stm32 series development board, inc
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:49921
    • 提供者:李本立
  1. Dormitory-intelligent-system

    2下载:
  2. 宿舍智能防火防盗系统的设计,利用STM32作为核心处理器,热释电、红外对管、磁卡标记作为烟、人数、物品的检测,并且利用无线收发模块作为远程监控。并带有12864液晶显示、蜂鸣器、led等报警程序。-The dormitory intelligent fire alarm system design, the use of STM32 on the tube as the core processor, pyroelectric infrared, magnetic card marked as
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2013-08-25
    • 文件大小:802788
    • 提供者:卢夏衍
  1. nrf24l01

    0下载:
  2. 24L01无线模块芯片的驱动程序,STM32控制发送接收-24L01 wireless chip driver module, STM32 control the transmission and reception
  3. 所属分类:SCM

    • 发布日期:2017-12-04
    • 文件大小:69784
    • 提供者:ruanweiwen
  1. sim900A_gprs

    0下载:
  2. SIM900A GSM模块采用STM32微控制器的驱动程序源代码-SIM900A GSM module using STM32 microcontroller driver source code
  3. 所属分类:Other Embeded program

    • 发布日期:2017-10-31
    • 文件大小:2487
    • 提供者:qiuning
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com