Difference between revisions of "Microduino-LM4863"
From Microduino Wiki
Line 3: | Line 3: | ||
| | | | ||
[[file:Microduino-LM4863-rect1.jpg|400px|thumb|right|Microduino-LM4863]] | [[file:Microduino-LM4863-rect1.jpg|400px|thumb|right|Microduino-LM4863]] | ||
− | Microduino- | + | Microduino-LM4863 is a D-Class Amplifier Module. Widely used in music embedded system. |
|- | |- | ||
| | | | ||
− | == | + | ==Feature== |
− | *2. | + | *2.54 Connector with good compatibility; |
− | * | + | *Suppress power noise, gain stability; |
− | * | + | *Small, cheap, stackable, opened platform |
− | * | + | *Open source hardware circuit design, compatible with the Arduino IDE development environment for programming; |
− | * | + | *Define unified interface Microduino specification and contain rich peripheral modules. Set up the quick connection with other Microduino modules and sensors easily and flexibly; |
− | *2. | + | *2.54 pitch row female connector for easy integration into breadboard. |
Line 19: | Line 19: | ||
| | | | ||
==Specifications== | ==Specifications== | ||
− | * | + | *Provide 2.2W output for 4Ω load; |
− | * | + | *Operating Voltage:2.0-5.5V; |
− | * | + | *Externally controlled, low-power shutdown mode, typical shutdown current of 0.7uA. |
[[File:LM4863-Pinout-2.jpg|800px|thumb|center|Microduino-LM4863-Pinout]] | [[File:LM4863-Pinout-2.jpg|800px|thumb|center|Microduino-LM4863-Pinout]] | ||
[[File:LM4863-Pinout-1.jpg|800px|thumb|center|Microduino-LM4863-Pinout]] | [[File:LM4863-Pinout-1.jpg|800px|thumb|center|Microduino-LM4863-Pinout]] | ||
− | == | + | ==Document== |
Eagle PCB '''[[File:Microduino-LM4863.zip]]''' | Eagle PCB '''[[File:Microduino-LM4863.zip]]''' | ||
− | === | + | ===Main Component=== |
− | * | + | *Amplifier chip:LM4863 '''[[File:LM4863.pdf]]''' |
− | == | + | ==Development== |
− | * | + | *Make sure the 5V power supply current can reach 500ma, not recommended use FT232R debugging directly, becasue FT232R's output current is small. |
− | === | + | ===Arduino library and supported package=== |
− | * | + | *【SimpleSDAudio library'''[[http://www.hackerspace-ffm.de/wiki/index.php?title=SimpleSDAudio download ]''' 】 |
− | * | + | *【SimpleSDAudio updated library '''[[File:Lib SimpleSDAudio.zip]]''' 】 |
− | === | + | ===How to use the library=== |
− | * | + | *Original library SD module CS pin is D4, need change to D7; |
− | * | + | *Original library can not directly support Microduino Core +, we have modified this library to solve this problem; |
− | * | + | *Recommend 2GB or less (including 2GB) FAT format TF card. |
− | === | + | ===Externally controlled low-power shutdown=== |
− | * | + | *In many applications, the shutdown port's level conversion is finished by the controller, but it can also be used to implement by a one-way blade switch; |
− | ** | + | **Connect a pull-up resistor on the third pin of Second row pin female which near the D13 pin, then disconnect switch, this pin will be pulled low, so the Amplifier begin to work; |
− | ** | + | **Turn on the switch,pull-up resistor will pull up the voltage, then LM4863 stop work. |
− | == | + | ==Application== |
− | === | + | ===Program Download=== |
− | * | + | *Audio file conversion tool:'''[[File:Tools_lm4863.zip]]''' |
− | === | + | ===The Audio experiment using Core and SD=== |
− | * | + | *Prepared Hardware:Microduino FT232R、Microduino Core、Microduino SD、Microduino LM4863; |
− | * | + | *Prepared Software:Arduino IDE(1.0 release upper)、Microduino provides test program(Arduino part)、SimpleSDAudio library、Audio file creation tools; |
*将下载好的库文件夹放入Arduino IDE安装文件夹内的libraries中; | *将下载好的库文件夹放入Arduino IDE安装文件夹内的libraries中; | ||
*将examples文件夹的EXAMPLE.AFM复制到存储卡内 | *将examples文件夹的EXAMPLE.AFM复制到存储卡内 |
Revision as of 08:49, 28 January 2014
Microduino-LM4863 is a D-Class Amplifier Module. Widely used in music embedded system. |
ContentsFeature
|
Specifications
DocumentEagle PCB File:Microduino-LM4863.zip Main Component
Development
Arduino library and supported package
How to use the library
Externally controlled low-power shutdown
ApplicationProgram Download
The Audio experiment using Core and SD
音频文件制作过程
Pictures
|