Raspberry Pi + Rune Audio ::: Một trải nghiệm nghe nhạc mới

linh0983

Well-Known Member
B2.jpg



B3.jpg
Xác máy DVD này vỏ còn đẹp , bộ nguồn còn ngon các bác . Chú Q1 mình cho vào vỏ sắt nghe hay hơn vỏ gỗ thích quá mình chế vỏ này cho Q3 đang về . :rolleyes:

T1.jpg


T2.jpg


Nội thất tương đối rộng đủ chỗ cho đồ chơi của Ian . :oops:

T3.jpg


Bộ nguồn này rấy ngon out 1.8v , 3.3v và 5v dùng cho pi2 . Sau khoảng 30 phút vỏ sắt ấm ấm nghe tuyệt các bác a . ( vỏ gỗ sau lưng bàn lúc trước ko có hiện tượng này a ) . :D

P/S : Các bác chế thử rồi biết hihi . :p:(:eek:
 

tml3nr

Moderator
Chỉnh sửa lần cuối:

tml3nr

Moderator
Q1(Pi3) mình đang nghe SMPD muốn có wifi edit như thế nào vậy bác Hải bác Lâm a ? :(
Theo ông dev Paparius thì như vầy anh ạ:

https://www.symphonic-mpd.com/forum/topic/7/よくある質問と答え-frequently-asked-questions-and-answer/21

How to Enable WiFi on Raspberry Pi 3:

The wireless LAN function built into Raspberry Pi has a remarkable decrease in S / N, so it is disabled in symphonic-mpd.

In an environment where there is a lot of noise mixed in via a wired LAN, I think it is ant to prioritize convenience and use the built-in wireless LAN.

1. Edit config.txt (edit config.txt):

sudo nano /boot/config.txt

Comment out the following line that disables wifi

dtoverlay=pi3-disable-wifi

#dtoverlay=pi3-disable-wifi

2. Edit wifi setting Edit the Following file that contains the WiFi settings:

sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

edit your ssid and passwd

3. Create wlan0.network as new file:

sudo nano /boot/wlan0.network

[Match]
Name=wlan0
[Network]
DHCP=both

4. Create link to / boot for wlan0.network created earlier:

sudo ln -s /boot/wlan0.network /etc/systemd/network/wlan0.network
 
Chỉnh sửa lần cuối:

linh0983

Well-Known Member
Theo ông dev Paparius thì như vầy anh ạ:

https://www.symphonic-mpd.com/forum/topic/7/よくある質問と答え-frequently-asked-questions-and-answer/21

How to Enable WiFi on Raspberry Pi 3
The wireless LAN function built into Raspberry Pi has a remarkable decrease in S / N, so it is disabled in symphonic-mpd.
In an environment where there is a lot of noise mixed in via a wired LAN, I think it is ant to prioritize convenience and use the built-in wireless LAN.
  1. Edit config.txt (edit config.txt)
    sudo nano /boot/config.txt
    Comment out the following line that disables wifi:
dtoverlay=pi3-disable-wifi

#dtoverlay=pi3-disable-wifi

  1. Edit wifi setting Edit the
    following file that contains the WiFi settings
    sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
    ⇨ edit your ssid and passwd

  2. create wlan0.network as new file
    sudo nano /boot/wlan0.network
[Match]
Name=wlan0
[Network]
DHCP=both

  1. Create link to / boot for wlan0.network created earlier
sudo ln -s /boot/wlan0.network /etc/systemd/network/wlan0.network
Tuyệt quá bác mình sẽ thử a . :oops:
 

quatmo

Well-Known Member
Các bác quan tâm đến truyền phát từ Pi MPD sang loa Chromecast có thể làm theo hướng dẫn này, bác này gần đây đã update nó thân thiện với người dùng hơn.

Theo như mô tả chỉ cài được cho Volumio 3.0 (bản beta Buster) và MoodeAudio. Tuy nhiên mình đã cài được trên Volumio 2.8 Jesse kết nối MPD OK (chưa test âm thanh), nghĩ các Pi OS Audio khác cũng có thể cài được.

https://github.com/dresdner353/mpd2chromecast/

cast_web_control.jpg
 
Chỉnh sửa lần cuối:

linh0983

Well-Known Member
Bên trên