User Tools

Site Tools


fluidcanvas_r2pi:fluid_ardule_uno_serial_protocol

Fluid Ardule Setup Log (PCM5102A + UNO Verification)

Date

2026-04-07


1. PCM5102A I2S DAC 인식 및 설정

config.txt

dtparam=audio=off
dtparam=i2s=on
dtoverlay=hifiberry-dac

2. 장치 확인

aplay -l

결과:

card 1: sndrpihifiberry
device 0

3. 오디오 테스트

문제: - hw:0,0 → 실패 - hw:1,0 → dmix 오류

해결:

ogg123 -d alsa -o device=plughw:1,0 Bond.ogg

또는

ogg123 Bond.ogg

4. asound.conf

pcm.softvol {
    type softvol
    slave.pcm "hw:CARD=sndrpihifiberry,DEV=0"
    control {
        name "PCM"
        card sndrpihifiberry
    }
}

pcm.!default {
    type plug
    slave.pcm "softvol"
}

ctl.!default {
    type hw
    card sndrpihifiberry
}

5. 볼륨 제어

amixer set PCM 70%

6. UNO 확인

시리얼 출력:

BTN:UP
BTN:SEL_LP
ENC:+1
POT:523

7. 결론

  • I2S DAC 정상 동작
  • ALSA 설정 완료
  • UNO 입력 정상
fluidcanvas_r2pi/fluid_ardule_uno_serial_protocol.txt · Last modified: by hyjeong