0
  • 聊天消息
  • 系统消息
  • 评论与回复
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心

完善资料让更多小伙伴认识你,还能领取20积分哦,立即完善>

3天内不再提示

自制MP3播放器,mp3 player

454398 2018-09-20 19:47 次阅读

自制MP3播放器,mp3 player

关键字:MP3电路图

简述:此款名为yampp-7型MP3播放器,用了一片Nokia3310手机的LCD显示屏来显示操作,使用一片FT8U245USB芯片!能使用多种小型Flash卡和多媒体卡作为歌曲文件存储器!

yampp7 is a new portable MP3 player that uses ComPACt Flash or MultiMedia cards for storage of songs. You'll get about 1 minute of playing time per MB on the memory card, if your songs are 128 kbps.
The player is pretty small and the PCB has been designed to fit into a Teko "Soap" box.
It features a 84*48 pixel graphICal LCD display, similar to the displays used on Nokia 3310 cell phones.
It's designed to operate from rechargable battery cells, either from a single 3.6V Li-Ion cell (recommended), or from 3*1.2V Ni-Mh cells. With a 600 mA Li-Ion cell, the playing time is about 12 hours, but you CAN find Li-Ion cells up to 1200 mAh that will fit in the player, extending the playing time to about 24 hours
It's intended to be used with replacement Li-Ion cells for Mobile Phones, making it easy (and relatively cheap) to find a suitable cell. (I use mine with a cell for a Motorola V3688 Phone).
It also features a USB interface for fast downloading of songs to the memory card, and for firmware updates
The player uses a special filesystem calLED YADL (Yampp Advanced Disk Layout), which maximizes the capacoty of the memory card.
It is playlist based and give the player a powerful but easy to use user interface
Processor
The central part of the yampp-7 player is the Atmel mega161 CPU. It's like a big-brother to the classic 8515 CPU that was used on the original yampp-3.
It has 16 kB Flash and 1024 bytes internal SRAM, both double as much as on the 8515.
It also features a bootloader option. This is been used in yampp-7, where it is now possible to download new firmware over the USB link
USB
The USB link is controlled by a FT8U245BM Chip from FTDI. This is a VERY easy to use USB chip, which basically looks like a simple 8-bit buffer (hence the name). There's no need for implementing any specific USB code in the player, to communicate over the USB link, you just read and write data directly to the chip.
Two status PINs inDICate if there's any data in the receive buffer, and if the transmitter queue is empty.
The USB chip is memorymapped and oCCupies a single address in the CPU address space.
Some discrete circuitry is added to the USB chip to enable it to startup in the correct mode, and to handle the power on reset and SOFt-Connect feature.
Li-Ion charger
A Maxim MAX1811 chip is added for handling the charging of the Li-Ion cell.(Ni-Mh cells can also be used in the player, in this case, the MAX1811 is replaced by a diode and a resistor).
The MAX chip is a special USB to Li-Ion charger, and it controls the relatively complicated charge sequence to the Li-Ion cell.
The Li-Ion cell (or Ni-Mh cells), supply 3.6V to the other components.
Memory Card Interface
The player can be used with either a Compact Flash card or a MultiMedia Card.
The Compact Flash (CF) interface is pretty similar to a standard ATA interface. The nice thing about it, is that it can run in 8-bit mode, making it very simple to interface to a microprocessor.
In the yampp-7, the CF interface is mapped directly into the memorymap of the processor. To control the CF card and to read/write data, the standard ATA register bank of is used, and address bits A8-A11 is used to select the register.
The MultiMedia Interface is a serial interface with an SPI bus. As the mega161 already has such a bus, the MultiMedia card is simply hooked onto this bus, with a single address line used as chip select.
Address decoding
To simplify the addressing of the CF card and USB interface, a 74HC00 is used to gate the RD and WR signals to the USB chip depending on the state of address line A15. With this, the USB chip will be LOCated at address 0x8000, and the CF card's registers are located at 0x1000 to 0x1F00.
MP3 Decoder
The MP3 decoder is, as on other yampp's the VS1001K chip from VLSI. It's an easy to use decoder with a built in DAC. It's clocked from a 12.288 MHz Crystal, enabling bitrates up to 256k bps.
It also has a built in headphone amplifier.
Player control
The player is controlled with 4 pushbuttons. One of these is connected to the ICP input of the CPU, which can generate an interrupt to the CPU. When the player is stopped, it enters power-down mode after 1 minute. The interrupt from the button can then be used to wakeup the CPU from the low-power sleep mode.
All buttons have two functions, one is reached by a short press on the button, and the other by holding down the button. Depending on player state, the buttons control various functio
Partslist
PartvaluePackage
--------------------- -----------------
R1,R610k R0805
R2,R3100RR0805 *
R4 1MR0805
R5,R8,R114k7 R0805
R71k5R0805
R102k2R0805
R12470R0805
R1333kR0805
R14,R1527 R0805
R1651kR0805
C1,C6,C7 100nFC0805
C9-C11 100nFC0805
C2-C533pFC0805
C8 10uF/16ELNA_RV2_4
C14 10uF/16 Tantal ! C6032
C15 1uF/16 Tantal C3528
C12,C13100uF/10ELNA_RV2_63
D1 BAS32 SOD80 *
T2 BC817 SOT23
IC1ATmega161LTQFP44
IC2VS1001K SOIC-28
IC474HC00D SO14
IC5MAX1811 SO8 **
IC6FT8U245BM QFP32
Q1 4.000MHzHC49U-V Crystal
Q2 12.288MHz HC49U-V Crystal
Q3 6.00MHz Ceramic Resonator
J1 Compact Flash Connector
J2 LCD/Programming Angled Connector 2*5 2mm
SH1 MultiMedia Card Connector
X1 Headphones3.5mm Jack
X2 USB Connector Type787780
SW1-SW4ALPS Type SKHHLQ pushbutton
* = only used with Ni-Mh cells
** = only used with Li-Ion cells
点击图片可放大
相关下载
自制MP3播放器制作资料
chengxu.rar
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉
收藏 人收藏

    评论

    相关推荐

    魅族E2 MP3使用手册(说明书)

    魅族 E2 MP3 操作使用手册(说明书)
    发表于 11-12 13:41 0次下载

    请问TLV320DAC3120可以用作MP3的解压芯片吗?

    负责读取EEPROM中MP3数据帧 3. 就像播放wav文件那样, MCU按MP3数据帧中的采样率向TLV320DAC3120发送MP3音频
    发表于 11-06 06:26

    MP3解码芯片N9300应用于儿童学步车,播放指定音乐,随意更换声音

    N9300MP3解码芯片是一款专为儿童学步车设计的音乐播放解决方案,‌旨在通过简单的操作让孩子们在学步的同时享受音乐的乐趣,‌并进行语言启蒙。‌该芯片集成了MP3、‌WAV的硬解码功能,‌支持立体声
    的头像 发表于 08-13 08:07 329次阅读
    <b class='flag-5'>MP3</b>解码芯片N9300应用于儿童学步车,<b class='flag-5'>播放</b>指定音乐,随意更换声音

    使用example中的pwm播放mp3,在mp3_music_read_cb中使用fread读取,会出现fread读取异常怎么解决?

    使用example中的pwm播放mp3,默认是没问题。然后想把mp3放到spiffs中,然后从spiffs中调用,碰到问题: 1:如果在mp3_music_read_cb中使用frea
    发表于 06-28 07:37

    ESP32-PICO-V3-02实现MP3播放遇到的几个疑问求解

    我之前做过一套Atmega328P+YX6300+W25Q128(PSRAM)+PAM8302实现MP3播放器。出于空间与接口的考虑,想利用ESP32实现该功能。 由于想利用PICO内部的存储用于
    发表于 06-28 06:47

    请问ESP32S2播放MP3时电流是多大?

    60几mA 是不是还有哪些地方可以优化?还是说目前这个开发板不适合测试这个应用的功耗?板上的其他元器件会带来功耗问题? 现在处于方案选型阶段,想问一下这样的应用大概多大电流。不开WIFI。只通过SD卡播放MP3或AMR
    发表于 06-21 16:38

    SONY MP3不刷系统汉化界面

    SONY部分MP3播放器不用重新刷系统,目前试验过:X1050系列、A35等,香水瓶、鱼雷系列不能用的。附件中的文件用电脑操作一下,就可以汉化的,收音也可以改为国内频率的。具体操作见附件。
    发表于 06-19 14:14 8次下载

    DIY了一个MP3模块,但是不能正常工作,VS1053无法读写寄存怎么解决?

    DIY了一个MP3模块,但是不能正常工作,VS1053无法读写寄存。 通过串口查看VOL寄存的值结果为0.我手头上有现成淘宝买的MP3模块,换上买的之后打印出来vol的值为8224
    发表于 04-23 06:02

    数字信号处理实验操作教程:3-3 mp3音频编码实验(AD7606采集)

    读卡将SD卡插入电脑可查看 SD 卡目录下的内容,可查看保存的 song.mp3 文件。 打开并播放 MP3 文件.
    发表于 04-03 16:41

    用STM32F105的USB做了一个读U盘MP3播放器,为什么听到的音乐播放速度很快?

    最近用STM32F105的USB做了一个读U盘MP3播放器,使用I2S2_DMA输出音频数据,再使用TAS5711数字功放进行输出声音。读出文件的采样为44.1khz, I2S也设置为此采样率。不知为何,听到的音乐播放速度很快
    发表于 04-02 06:52

    【核桃派1B 开发板试用体验】+串口及MP3音乐播放控制篇

    核桃派开发板除了提供调试串口外,还提供了UART2来供用户使用,如串口屏、数据记录模块、超射波测距、MP3播放模块等。 UART2的位置如图1所示,所占用的引脚为PI5和PI6。 图1UART2位置
    发表于 01-05 18:20

    车载播放器怎么选择格式

    选购车载播放器时,格式选择是一个关键的因素。不同的格式支持不同的音频和视频文件类型,因此在购买之前了解和理解各种格式是非常重要的。下面将为您详细介绍车载播放器的格式选择。 一、音频格式 MP3
    的头像 发表于 01-05 16:36 1631次阅读

    WT2003Hx系列高品质语音芯片MP3音频解码IC的特征与应用优势

    在嵌入式语音领域,WT2003Hx系列高品质语音芯片以其卓越的音频解码性能脱颖而出。本文将深入研究该系列芯片的特色与应用优势,重点关注其支持wav、Mp3格式音频解码、高品质播放等方面。特色一:支持
    的头像 发表于 12-15 08:35 547次阅读
    WT2003Hx系列高品质语音芯片<b class='flag-5'>MP3</b>音频解码IC的特征与应用优势

    WAV to MP3Converter批量将WAV转换为MP3

    MPEG-1或MPEG-2音频层III,通常称为MP3,是一种用于数字音频的音频编码格式,它使用有损数据压缩的形式。它是消费者音频流或存储的常见音频格式,也是在大多数数字音频播放器上传输和播放音乐的数字音频压缩的事实标准。
    的头像 发表于 12-13 16:22 1017次阅读
    WAV to <b class='flag-5'>MP3</b>Converter批量将WAV转换为<b class='flag-5'>MP3</b>

    WT2003H0-16S语音芯片MP3音频播放在低频按摩仪中的应用介绍

    播放技术应用于低频按摩仪中,成为了新的创新趋势,进一步提升了按摩仪的使用体验。一、WT2003H0-16S语音芯片MP3音频播放技术简述WT2003H0-16S是一
    的头像 发表于 12-08 09:03 616次阅读
    WT2003H0-16S语音芯片<b class='flag-5'>MP3</b>音频<b class='flag-5'>播放</b>在低频按摩仪中的应用介绍