登录
首页 » Others » Electronic-organ

Electronic-organ

于 2020-07-03 发布 文件大小:1142KB
0 176
下载积分: 1 下载次数: 19

代码说明:

  基于STM32的简易电子琴。采用STM32F103ZET6主控芯片,矩阵键盘和无源蜂鸣器实现简易电子琴功能。(Electronic organ)

文件列表:

简易电子琴
..........\mkd
..........\...\buzzer.crf,275518,2016-06-22
..........\...\buzzer.d,1016,2016-06-22
..........\...\buzzer.o,293592,2016-06-22
..........\...\JLinkLog.txt,83170,2016-06-21
..........\...\JLinkSettings.ini,650,2016-06-20
..........\...\key.crf,273478,2016-06-22
..........\...\key.d,958,2016-06-22
..........\...\key.o,291988,2016-06-22
..........\...\led.crf,271955,2016-06-22
..........\...\led.d,907,2016-06-22
..........\...\led.o,289716,2016-06-22
..........\...\main.crf,272858,2016-06-22
..........\...\main.d,1007,2016-06-22
..........\...\main.o,292468,2016-06-22
..........\...\project.axf,324076,2016-06-22
..........\...\project.htm,65829,2016-06-22
..........\...\project.lnp,424,2016-06-21
..........\...\project.map,76243,2016-06-22
..........\...\project.plg,171,2016-06-27
..........\...\project.sct,479,2016-04-26
..........\...\project.uvgui.Administrator,141657,2016-06-27
..........\...\project.uvgui_Administrator.bak,141265,2016-06-26
..........\...\project.uvopt,13744,2016-06-27
..........\...\project.uvproj,17169,2016-06-21
..........\...\project_gpio.dep,14920,2016-06-27
..........\...\project_Target 1.dep,343,2016-04-26
..........\...\pwm_output.crf,272154,2016-06-22
..........\...\pwm_output.d,1019,2016-06-22
..........\...\pwm_output.o,289896,2016-06-22
..........\...\startup_stm32f10x_hd.d,50,2016-06-22
..........\...\startup_stm32f10x_hd.lst,48959,2016-06-22
..........\...\startup_stm32f10x_hd.o,6684,2016-06-22
..........\...\startup_stm32f10x_hd.s,15503,2013-06-24
..........\...\stm32f10x_gpio.crf,276154,2016-06-22
..........\...\stm32f10x_gpio.d,1251,2016-06-22
..........\...\stm32f10x_gpio.o,297360,2016-06-22
..........\...\stm32f10x_it.crf,271968,2016-06-22
..........\...\stm32f10x_it.d,1051,2016-06-22
..........\...\stm32f10x_it.o,290548,2016-06-22
..........\...\stm32f10x_rcc.crf,279730,2016-06-22
..........\...\stm32f10x_rcc.d,1235,2016-06-22
..........\...\stm32f10x_rcc.o,301860,2016-06-22
..........\...\stm32f10x_tim.crf,294737,2016-06-22
..........\...\stm32f10x_tim.d,1235,2016-06-22
..........\...\stm32f10x_tim.o,325484,2016-06-22
..........\...\system_stm32f10x.crf,273689,2016-06-22
..........\...\system_stm32f10x.d,1065,2016-06-22
..........\...\system_stm32f10x.o,290480,2016-06-22
..........\user
..........\....\buzzer.c,3394,2016-06-22
..........\....\buzzer.h,524,2016-06-22
..........\....\key.c,3496,2016-06-20
..........\....\key.h,118,2016-06-20
..........\....\led.c,572,2016-06-20
..........\....\led.h,174,2016-06-19
..........\....\main.c,792,2016-06-21
..........\....\PWM_Output.c,1766,2016-06-27
..........\....\PWM_Output.h,140,2016-06-20
..........\....\stm32f10x_conf.h,3297,2016-06-19
..........\....\stm32f10x_it.c,4405,2014-11-19
..........\....\stm32f10x_it.h,2086,2014-11-19
..........\....\system_stm32f10x.c,36557,2014-11-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • kaiguandianyuan
    基于STM32直接操作寄存器版本,07年开关电源控制程序,采集反馈的电压进行PI调节,达到稳压目的。(Register version based on the STM32 direct operation, 07 switching power supply control procedures, collect feedback PI regulating voltage, voltage regulator.)
    2013-08-24 19:53:26下载
    积分:1
  • baseon80c51ofmc522
    读写器与射频卡通信的设计采用RC522射频读写芯片与射频卡进行通信,符合ISO14443规范协议;硬件系统设计中主要有AVR单片机主控模块、电源模块、存储模块、外部时钟模块、LCD模块;软件系统设计采用C语言,遵循模块化和结构化编程模式,设计了射频卡操作程序、软关机与自动关机程序、LCD显示、串行Flash存储器、外部时钟等外部设备驱动程序。所设计的手持式读写器具备对MF1 S50、S70射频卡的读写、实时状态显示、系统在线升级以及关机等功能。(This handset can process the data offline or online, reading and writing from 10 cm far. This handset is low-power, miniature, modular design and so on. This article includes: the communication design between RF card and Reader, hardware system design and software systems design. The communication design between RF card and Reader used to RC522 RF chip control RF cards, in line with ISO14443 standard protocol Hardware system design mainly include AVR microcontroller control modules, power modules, memory modules, external clock modules, LCD modules Software system designed with C programming language, and follow the modular structure of the programming model, and has the RF card operation procedures, soft shutdown and automatic shutdown procedures, LCD display, serial Flash memory, an external clock, and other external device driver Procedures. The handset readers has the MF1 S50, S70 RF card reader function, real-time status display function, the system online update function and so)
    2021-03-22 20:19:16下载
    积分:1
  • ALIENTEK MINISTM32 实验8 PWM输出实验
    利用stm32输出pwm波,希望能给大家带来一些帮助(Output PWM wave by stm32)
    2020-06-23 19:00:02下载
    积分:1
  • 应用实例17 货车超重监测系统
    电子秤proteus仿真,有压力传感器和AD转换模块(Electronic Liureus simulation with pressure sensor and AD conversion module)
    2021-04-27 19:48:44下载
    积分:1
  • AD9833
    信号发生器,液晶1602显示,通过键盘控制AD9833输出需要的波形和频率,可程控(Signal generator, LCD 1602 display, through the keyboard to control the the AD9833 output waveform and frequency, programmable)
    2021-05-06 19:58:36下载
    积分:1
  • RA8806-240128
    ra8806历程,51控制,测试可以使用 驱动液晶240*128液晶(ra8806 course, 51 control, test drive you can use the LCD 240* 128 LCD)
    2020-12-03 10:09:25下载
    积分:1
  • MUSIC1--finish
    音乐计算器,当输出分别为正负数时,用蜂鸣器响起两段不同的音乐。计算器可实现0~999范围内的加减与或比较功能,并支持连续运算。(Music calculator)
    2020-08-16 23:38:25下载
    积分:1
  • 万年历(闹钟时分1602)
    基于51单片机设计的万年历,采用LCD1602实现时间的显示(年月日时分秒)时间以及闹钟的设置(Based on the calendar designed by 51 single chip computer, LCD1602 is used to realize the display of time (year, month, day, hour, second) and the setting of alarm clock.)
    2019-05-13 14:58:31下载
    积分:1
  • C51_ordinary
    使用C51单片机进行二进制转换源码的算法介绍(The use of C51 single-chip source binary conversion algorithm introduced)
    2009-04-16 11:20:30下载
    积分:1
  • Cont-AcqaGraph-Voltage-Int-Clk
    说明:  基于labview和NI的采集卡实现信号的连续采集,可自己选择物理通道,并设置采样率等(Based on the acquisition card labview and NI realize the continuous collection, can signal physical channel, and their choice set sampling rate, etc)
    2011-04-14 15:02:15下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载