-
通过PIC16F877主控芯片操作ISD1760语音芯片,可以通过手动录音以后实现录音地址的提取。地址计算方法包含在注释中,音质好,可以满足大部分的需求。...
通过PIC16F877主控芯片操作ISD1760语音芯片,可以通过手动录音以后实现录音地址的提取。地址计算方法包含在注释中,音质好,可以满足大部分的需求。-PIC16F877 chip operations through the Master ISD1760 voice chip, can be achieved by manually recording after the recording address of the extract. Address calculation method is included in the notes, the sound quality is good, to meet the needs of the majority.
- 2022-01-26 06:22:51下载
- 积分:1
-
基于EasyArm2200和ucOS2的SD卡文件系统的实现,使用ADS编译器
基于EasyArm2200和ucOS2的SD卡文件系统的实现,使用ADS编译器-EasyArm2200 and ucOS2 based on the SD Card File System Implementation, using ADS compiler
- 2022-10-22 21:25:03下载
- 积分:1
-
Eclipse插件
plugin for eclipse
-plugin for eclipse
- 2022-10-30 14:25:03下载
- 积分:1
-
stm32实现MP3音乐播放
应用背景STM32 STM32 开发板自带了一颗非常强劲的MP3解码芯 片,利用该芯片我们可以实现 MP3/OGG/WMA/WAV/FLAC/AAC/MIDI等各种音频 文件的播放。关键技术本章实验功能简介:开机先检测字库是否存在,如果检测无问题,则对VS1053进行RAM测试和正弦测试,测试完后开始循环播放SD卡MUSIC文件夹里面的歌曲(必须在SD卡根目录建立一个MUSIC文件夹,并存放歌曲在里面),在TFTLCD上显示歌曲名字、播放时间、歌曲总时间、歌曲总数目、当前歌曲的编号等信息。KEY0用于选择下一曲,KEY2用于选择上一曲,WK_UP和KEY1用来调节音量。DS0还是用于指示程序运行状态,DS1用于指示VS1053正在初始化。
- 2023-07-03 22:00:03下载
- 积分:1
-
verilog编写,将I2C串行数据转化为并行数据的功能模块,类似于PCF8574芯片的功能。以后不用买另外的芯片就可以直接将并行数据连到I2C总线上了...
verilog编写,将I2C串行数据转化为并行数据的功能模块,类似于PCF8574芯片的功能。以后不用买另外的芯片就可以直接将并行数据连到I2C总线上了-Verilog prepared to I2C serial data into parallel data of the function modules, similar to the function of PCF8574 chip. After the chips do not have to buy another can be connected directly to the parallel data to the I2C bus on the
- 2022-08-14 13:06:40下载
- 积分:1
-
利用vc编写的通过单片机控制三个步进电机的程序,自动检测com口。...
利用vc编写的通过单片机控制三个步进电机的程序,自动检测com口。-Vc prepared through the use of single-chip stepper motor control of the three procedures, automatically detects the com port.
- 2022-06-14 20:38:06下载
- 积分:1
-
Intel 82559网卡驱动
Intel 82559网卡驱动-Intel 82559 Ethernet Driver
- 2022-03-18 03:55:13下载
- 积分:1
-
Linux在ARM平台(三星2410)的详细步骤,包括BOOTLO…
linux一直到ARM平台(三星2410)的详细步骤,包括bootloader,uboot的移植和编译,开发环境的搭建和配置,非常详细-linux until the ARM platform (Samsung 2410) detailed steps, including the bootloader, uboot transplant and compiler, development environment set up and configure, very detailed
- 2022-07-24 11:52:01下载
- 积分:1
-
电子电路库
将库全部内容简单方便,通俗易懂。
电子电路库
将库全部内容简单方便,通俗易懂。-electronic circuits for the entire contents will be simple, easily understood.
- 2023-06-12 00:05:08下载
- 积分:1
-
Modbus C#
对于 C#,Modbus 协议用于 RFID 项目,通过网络处理数据。示例:公共静态字符串 ParseModbusResponsePacket (字节 [] 数据包){试着{int dataLength = 包 [2]-6 ;字节 [] 然后 = 新字节 [dataLength] ;Array.Copy (数据包,9,然后为 0,dataLength) ;字符串数据 = BinaryToString(dataByte) ;返回的数据 ;}捕捉 (ex 的异常){投掷 (ex) ;}}从服务器获取数据并进行分析。
- 2022-09-28 14:35:03下载
- 积分:1