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

搜索资源列表

  1. STM32_OLED

    0下载:
  2. STM32F103C8T6模拟IIC驱动OLED屏幕-STM32F103C8T6 simulation IIC drive OLED screen
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2382
    • 提供者:huangcheng
  1. STM32F103C8T6(lanya)

    1下载:
  2. stm32c8t6型号的单片机程序,加了蓝牙程序,连上蓝牙就会向手机端发送信息-stm32c8t6 models of SCM procedures, plus Bluetooth program, even on the Bluetooth will send information to the mobile terminal
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5122371
    • 提供者:LinGu
  1. CAN-Test(Well)

    0下载:
  2. CAN总线通讯成功,非回环测试。主控芯片STM32F103C8T6,下载即可用。注意硬件120欧姆电阻要连接上-CAN Communication success
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-26
    • 文件大小:8817217
    • 提供者:汪家元
  1. air-detection

    2下载:
  2. STM32F103C8T6作为系统控制器,传感器收集环境中的空气质量信息(温度和湿度,甲醛甲苯浓度和pm2.5浓度)。LCD液晶屏显示空气质量和实时时钟、日历。 当空气质量超过一定指标时,蜂鸣器报警,LED亮。 液晶屏通过按钮实现切换。- The sensor collect ambient air information (temperature and humidity, concentration of formaldehyde, toluenepm and 2.5 ), and th
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:3879936
    • 提供者:nuanan
  1. STM32F103C8T6_serial_send_receive

    0下载:
  2. STM32F103C8T6串口收发字符串.-STM32F103C8T6 serial send and receive.
  3. 所属分类:SCM

    • 发布日期:2017-05-20
    • 文件大小:5273682
    • 提供者:文欣
  1. UART_Printf

    0下载:
  2. STM32F103C8T6微控制器为核心的物联网节点的设计与实现-Design and implementation of the STM32F103C8T6 microcontroller as the core of the Internet of things
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1526456
    • 提供者:赵磷月
  1. 15)STM32F103C8T6---RC2

    1下载:
  2. 四旋翼飞行器主控程序,飞控的程序另外上传-Four axis aircraft control code
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:410502
    • 提供者:Junge
  1. 5110_CAN

    0下载:
  2. stm32f103c8t6 Work CAN 5110
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:249656
    • 提供者:Anton
  1. SHT20P3231

    0下载:
  2. stm32 模拟3个IIC口操作2个SHT20和1个DS3231,串口输出数据。-STM32F103C8T6 MCU READ SHT20 AND DS3231 BY IO PORT.
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:329735
    • 提供者:qqwin
  1. TIME

    0下载:
  2. 基于STM32F103C8T6的定时器2控制LED闪烁-The Timer 2 control LED blinks based on the STM32F103C8T6
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2327727
    • 提供者:付先生
  1. RFID-Reader-THM3070

    5下载:
  2. RFID 13.56M高频读卡器源码,包含ISO14443A、ISO14443B和ISO15693三种标准的代码,本源码硬件平台为:单片机stm32f103c8t6、射频IC THM3070.-13.56 M RFID card reader source, including ISO14443A, ISO14443B and ISO15693 three standard code, the source hardware platform for: SCM stm32f103c8t6, rf
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:912223
    • 提供者:YangRong
  1. stm32f103ceshichengyu

    0下载:
  2. stm32f103c8t6单片机的测试程序-stm32f103c8t6singlechip test
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:348088
    • 提供者:Johnsy
  1. EXTI_Configuration(void)

    0下载:
  2. STM32F103C8T6自编简单中断程序,以及中断优先级,每行代码都有中文注释,十分好理解-void EXTI_Configuration(void) { EXTI_InitTypeDef EXTI_InitStructure EXTI_ClearITPendingBit(EXTI_Line8) GPIO_EXTILineConfig(GPIO_PortSourceGPIOB, GPIO_PinSource8) EXTI_InitStructure
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1923517
    • 提供者:owlcity
  1. GPIO_Configuration(void)

    0下载:
  2. STM32F103C8T6自编简单GPIO程序,引用库函数-void RCC_Configuration(void) { SystemInit() RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENABLE) } void GPIO_Configuration(void) { GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStruc
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-07
    • 文件大小:1487877
    • 提供者:owlcity
  1. I2C_Configuration(void)

    0下载:
  2. STM32F103C8T6,GPIO端口模拟I2C通讯,简单易行-void I2C_SDA_OUT(void) { GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStructure.GPIO_Pin I2C_SDA GPIO_InitStructure.GPIO_Speed GPIO_Speed_50MHz GPIO_InitStructure.GPIO_Mode GPIO_Mode_Out_PP
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2203802
    • 提供者:owlcity
  1. SPI_Configuration(void)

    0下载:
  2. STM32F103C8T6,自编SPI通信程序,适合初学者-void SPI_Configuration(void) { SPI_InitTypeDef SPI_InitStructure GPIO_InitTypeDef GPIO_InitStructure GPIO_InitStructure.GPIO_Pin GPIO_Pin_5|GPIO_Pin_6|GPIO_Pin_7 GPIO_InitStructure.GPIO_Speed GPIO_Speed
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-11
    • 文件大小:2203816
    • 提供者:owlcity
  1. STM32_485_MOBUS

    2下载:
  2. 基于STM32F103C8T6单片机的串口485通讯(MODBUS协议)实现多块板子间的开关量采集与控制采集-Based on STM32F103C8T6 single-chip serial communication 485 (MODBUS protocol) to achieve a number of boards between the switch acquisition and control acquisition
  3. 所属分类:ELanguage

    • 发布日期:2017-05-13
    • 文件大小:2706016
    • 提供者:Joseph
  1. set_count1

    0下载:
  2. 基于stm32f103c8t6的单片机计步器-step counter,it`s useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5673967
    • 提供者:
  1. step_count1

    0下载:
  2. 基于STM32f103c8t6单片机的计步器-step counter,it`s useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5674215
    • 提供者:
  1. STM32F103C8T6datasheet

    0下载:
  2. STM32F103C8T6的英文版数据手册,方便技术人员对MCU的开发-STM32F103C8T6 datasheet
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-06
    • 文件大小:856794
    • 提供者:tctesla
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 18 »
搜珍网 www.dssz.com