Difference between revisions of "Matrix - NanoHat PCM5102A"

From FriendlyELEC WiKi
Jump to: navigation, search
(硬件连接)
(Resources)
 
(4 intermediate revisions by 2 users not shown)
Line 58: Line 58:
 
PCM5102A_nanopi_NEO]]
 
PCM5102A_nanopi_NEO]]
  
==使用方法==
+
==How to Play==
按照上述硬件连接方法把模块堆叠在NanoPi NEO/Air上,使用最新的ROM制作SD启动卡,并连接电源和音响,3.5mm接口的音响可以使用3.5mm接口转RCA口音频接线转接。<br />
+
After you mount your PCM5102A to a NanoPi NEO/Air connect your PCM5102A to speakers with a RCA to 3.5mm audio jack cable and power on your NanoPi NEO/Air<br />
  
使用以下命令播放TF卡里的音乐文件,以kewang.mp3为例。
+
Run the following commands to play an audio file (in our example we played kewang.mp3)
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
madplay kewang.mp3
 
madplay kewang.mp3
 
</syntaxhighlight>
 
</syntaxhighlight>
播放效果如下:
+
Here is what you expect to observe:<br />
 
[[File:Matrix - NanoHat PCM5102A play.jpg|frameless|500px]]<br />
 
[[File:Matrix - NanoHat PCM5102A play.jpg|frameless|500px]]<br />
  
==相关资料==
+
==Resources==
*[Schematic]([http://wiA.pdf Schematic - NanoHat Proto.pdf])
+
*[Schematic]([http://wiki.friendlyarm.com/wiki/images/d/d3/SCHEMATIC_NanoHat_PCM5102A.pdf Schematic - NanoHat PCM5102A.pdf])
 
*[Datasheet]([http://www.ti.com.cn/cn/lit/ds/symlink/pcm5102a.pdf PCM5102A])
 
*[Datasheet]([http://www.ti.com.cn/cn/lit/ds/symlink/pcm5102a.pdf PCM5102A])
 +
 +
==Update Log==
 +
===Jan-20-2017===
 +
* Released English version

Latest revision as of 08:11, 20 January 2017

查看中文

1 Introduction

NanoHat PCM5102A
  • The Matrix - NanoHat PCM5102A module uses TI's DAC audio chip PCM5102A and NS' low-noise, ultra-low dropout LP2992 regulator. PCM5102A's sample rates up to 384kHz and its resolution is 32-bit.
  • Its dynamic range is 112dB. Its THD+N at –1 dBFS is -93db. Its full-scale single-ended output is 2.1V. The SNR is 120dB.
  • Its onboard VS1838B infrared receiver allows it to be remote-controlled.
  • This module has exactly the same dimension as the NanoPi NEO/Air and can be stacked on an NanoPi NEO/Air.

2 Hardware Spec

  • Ultra-low out-of-band noise
  • Audio data bit length: 16-bit, 24-bit and 32-bit
  • Audio format selection: I2S (Low) / Left-justified
  • Sampling frequency: 384KHz, resolution: 32-bit
  • Onboard infrared receiver

NanoHat PCM5102A-PCB

  • Pin Description:

NanoPi NEO/Air 24 Pin header is not listed here. Refer to NanoPi NEO/Air's wiki site for more details
NanoPi NEO NanoPi NEO Air

12Pin header pin description:

Pin Name Description
1 VDD_5V 5V Power In
2 NC Not Connected
3 NC Not Connected
4 NC Not Connected
5   NC Not Connected
6   IR Receiver IR Receiver
7   NC Not Connected
8   LRCK I2S/PCM Sample Rate Clock/Sync
9   BCK I2S/PCM Sample Rate Clock
10   DIN I2S/PCM Serial Data Input
11   NC Not Connected
12   GND GND

3 Applications

The NanoHat PCM5102A can be stacked on the NanoPi NEO/Air. Here is a hardware setup:
Matrix - NanoHat   PCM5102A_nanopi_NEO

4 How to Play

After you mount your PCM5102A to a NanoPi NEO/Air connect your PCM5102A to speakers with a RCA to 3.5mm audio jack cable and power on your NanoPi NEO/Air

Run the following commands to play an audio file (in our example we played kewang.mp3)

madplay kewang.mp3

Here is what you expect to observe:
Matrix - NanoHat PCM5102A play.jpg

5 Resources

6 Update Log

6.1 Jan-20-2017

  • Released English version