国产精品久久久aaaa,日日干夜夜操天天插,亚洲乱熟女香蕉一区二区三区少妇,99精品国产高清一区二区三区,国产成人精品一区二区色戒,久久久国产精品成人免费,亚洲精品毛片久久久久,99久久婷婷国产综合精品电影,国产一区二区三区任你鲁

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
聲明:本文內容及配圖由入駐作者撰寫或者入駐合作網站授權轉載。文章觀點僅代表作者本人,不代表電子發燒友網立場。文章及其配圖僅供工程師學習之用,如有內容侵權或者其他違規問題,請聯系本站處理。 舉報投訴
收藏 人收藏
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

    評論

    相關推薦
    熱點推薦

    如何選擇兼顧長錄音與靈活封裝的MP3錄音芯片?廣州唯創WT2003H系列給出答案

    經理的關注重點。作為業內知名的語音IC廠家,廣州唯創電子推出的WT2003H系列MP3錄音芯片,以其長達70秒的錄音能力和多樣化的封裝形式,提供了令人矚目的解決方
    的頭像 發表于 02-10 08:22 ?331次閱讀
    如何選擇兼顧長錄音與靈活封裝的<b class='flag-5'>MP3</b>錄音芯片?廣州唯創WT2003H系列給出答案

    芯知識|MP3語音芯片如何成為現代智能設備的“聲音心臟”?

    在智能化浪潮席卷全球的今天,從智能家居的溫聲細語到車載導航的清晰指引,背后都離不開一個核心元器件的驅動——MP3語音芯片。這種高度集成的MP3音頻解碼芯片,憑借其卓越的性能,已成為現代電子產品實現
    的頭像 發表于 01-05 08:50 ?220次閱讀
    芯知識|<b class='flag-5'>MP3</b>語音芯片如何成為現代智能設備的“聲音心臟”?

    廣州唯創電子WT2003H MP3語音芯片方案:強大、靈活且易于集成的高性能音頻解決方案

    配置和簡便的集成方式,為各行業提供了一套完善的高品質聲音播報芯片解決方案。強大音頻處理能力,滿足多元應用場景WT2003H語音芯片支持MP3和WAV兩種主流音頻格式
    的頭像 發表于 10-27 08:33 ?467次閱讀
    廣州唯創電子WT2003H <b class='flag-5'>MP3</b>語音芯片方案:強大、靈活且易于集成的高性能音頻解決方案

    多封裝長錄音:WT2003H系列MP3錄音芯片滿足全場景音頻需求

    系列MP3錄音芯片在8K采樣率下支持最長達70秒的連續錄音,這一時長指標在同類產品中表現優異。通過優化的存儲架構和高效的壓縮算法,芯片在保證語音清晰度的同時,實現了
    的頭像 發表于 10-16 09:12 ?866次閱讀
    多封裝長錄音:WT2003H系列<b class='flag-5'>MP3</b>錄音芯片滿足全場景音頻需求

    廣州唯創WT2003H錄音芯片-高精度ADC/DAC+64mA驅動MP3音頻芯片

    一、產品概述:WT2003H系列MP3錄音芯片的技術優勢1.1芯片定位與市場價值廣州唯創電子作為國內領先的語音IC廠家,推出的WT2003H系列MP3音頻芯片集高精度信號處理和強大驅動能力于一體。該
    的頭像 發表于 10-16 09:03 ?513次閱讀
    廣州唯創WT2003H錄音芯片-高精度ADC/DAC+64mA驅動<b class='flag-5'>MP3</b>音頻芯片

    廣州唯創電子WT2003Hx高品質MP3語音芯片:重塑智能設備音頻體驗

    32位處理與工業級品質的完美結合,為智能設備注入卓越音頻性能在智能化浪潮席卷各行各業的今天,音頻體驗已成為衡量智能設備品質的重要標準。廣州唯創電子推出的高品質MP3音頻解碼語音芯片WT2003Hx
    的頭像 發表于 09-29 09:27 ?599次閱讀
    廣州唯創電子WT2003Hx高品質<b class='flag-5'>MP3</b>語音芯片:重塑智能設備音頻體驗

    Waytronic廣州唯創電子 MP3語音芯片:現代智能設備的音頻解決方案

    高品質音頻與低功耗設計的完美結合,為智能設備注入聲音靈魂在智能化浪潮席卷全球的今天,語音交互已成為人機互動的重要方式。MP3語音芯片作為高度集成的音頻處理解決方案,正以其出色的性能和創新技術,推動著
    的頭像 發表于 09-23 08:41 ?780次閱讀
    Waytronic廣州唯創電子 <b class='flag-5'>MP3</b>語音芯片:現代智能設備的音頻解決方案

    廣州唯創電子WT2003HX高品質MP3音頻語音芯片在早教故事機中的智能化應用

    體驗與內容品質,廣州唯創電子推出的WT2003HX高品質MP3音頻語音芯片,為早教故事機提供了高音質、高靈活性的語音解決方案。一、清晰語音引導,提升人機交互體驗WT200
    的頭像 發表于 08-25 08:00 ?896次閱讀
    廣州唯創電子WT2003HX高品質<b class='flag-5'>MP3</b>音頻語音芯片在早教故事機中的智能化應用

    廣州唯創電子WT2003H高品質MP3語音芯片:賦能兒童早教故事機新體驗

    當前兒童早教故事機市場產品品質參差不齊,音質粗糙、功能單一、內容安全無保障等問題,困擾著眾多家長。廣州唯創電子推出的WT2003H高品質MP3語音芯片應用方案,憑借其卓越的音質表現、創新的內容保護
    的頭像 發表于 07-11 08:46 ?641次閱讀
    廣州唯創電子WT2003H高品質<b class='flag-5'>MP3</b>語音芯片:賦能兒童早教故事機新體驗

    芯資訊|廣州唯創電子WT2003H0-16S MP3語音芯片:為智能清潔注入“聲音”智慧,提升便捷體驗

    的WT2003H0-16S聲音播放語音芯片(集成MP3音頻功能),為枯燥的清潔工作增添人性化聲音提示,帶來輕松愉悅的使用感受。智能清潔的“發聲者”:WT2003H0-16SM
    的頭像 發表于 07-02 08:55 ?711次閱讀
    芯資訊|廣州唯創電子WT2003H0-16S <b class='flag-5'>MP3</b>語音芯片:為智能清潔注入“聲音”智慧,提升便捷體驗

    新品|Unit AudioPlayer,支持 MP3/WAV 播放的音頻播放單元

    UnitAudioPlayer是一款自帶MP3解碼功能的音頻播放單元,內置高性能音頻解碼芯片N9301,自帶microSD卡座。該產品采用UART通信接口,用戶可通過配置指令實現音頻播放功能,音頻
    的頭像 發表于 06-20 15:59 ?930次閱讀
    新品|Unit AudioPlayer,支持 <b class='flag-5'>MP3</b>/WAV <b class='flag-5'>播放</b>的音頻<b class='flag-5'>播放</b>單元

    芯知識|廣州唯創電子WT2003HX系列MP3語音芯片聲道特性解析與應用指南

    集成度:單芯片集成MP3解碼、存儲控制、功放驅動低功耗設計:D類功放效率>85%,適配電池供電設備簡化電路:省去外置功放電路,降低BOM成本注:單聲道輸出對智能家居提
    的頭像 發表于 06-17 09:41 ?925次閱讀
    芯知識|廣州唯創電子WT2003HX系列<b class='flag-5'>MP3</b>語音芯片聲道特性解析與應用指南

    請問k230如何讀取sd卡并播放其中的mp3音頻,他有庫支持嗎?

    k230如何讀取sd卡并播放其中的mp3音頻,他有庫支持嗎?
    發表于 06-04 06:24

    芯資訊|廣州唯創電子語音芯片U盤MP3播放IC技術解析與應用指南

    ,在語音芯片領域積累了深厚的技術實力。唯創電子的核心創新之一是其支持U盤直讀的MP3語音芯片系列,這些芯片解決了傳統語音芯片需要專用工具更新語音內容的痛點,為用戶提
    的頭像 發表于 05-30 09:17 ?829次閱讀
    芯資訊|廣州唯創電子語音芯片U盤<b class='flag-5'>MP3</b><b class='flag-5'>播放</b>IC技術解析與應用指南

    芯資訊|廣州唯創電子MP3語音芯片IC的音頻解碼方式解析

    支持、技術特性及應用場景三方面,解析其解碼方案的設計邏輯與優勢。一、音頻解碼格式的支持MP3播放類芯片的主流解碼能力唯創電子的MP3語音芯片(如WT2003H系列)
    的頭像 發表于 05-28 08:48 ?844次閱讀
    芯資訊|廣州唯創電子<b class='flag-5'>MP3</b>語音芯片IC的音頻解碼方式解析