Mini raspberry pi project.
I'm very lazy to write what I did at my hobby. Today I'm trying to change that by starting writing something. I'm very pleasure to accept people ideas for this blog better.
Raspberry pi is very interesting with its hardware, OSes, and community. I tried many project on internet and very interested at printer server and radio player. Lets start!
When beginning this post, Raspbian stretch lite was published so I start with it.
Get the img file from official website, burn it with win32disk image, power on and begin:
First we need to expand img to full of your mini SD card
sudo raspi-config
Next is upgrade your OS
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
About noise in output: bcm sound card is terrible with noise in power supply. If you got a good power supply, it is OK. But cheap Power supply make will make output noise, so get an USB sound card is recommended.
sudo raspi-config
choose output audio is auto so pi will output at USB sound card when u making it default in /etc/asound.conf
Raspberry pi is very interesting with its hardware, OSes, and community. I tried many project on internet and very interested at printer server and radio player. Lets start!
When beginning this post, Raspbian stretch lite was published so I start with it.
Get the img file from official website, burn it with win32disk image, power on and begin:
First we need to expand img to full of your mini SD card
sudo raspi-config
Next is upgrade your OS
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
About noise in output: bcm sound card is terrible with noise in power supply. If you got a good power supply, it is OK. But cheap Power supply make will make output noise, so get an USB sound card is recommended.
sudo raspi-config
choose output audio is auto so pi will output at USB sound card when u making it default in /etc/asound.conf
pcm.card1 {To be continue
type hw card 1
}
ctl.card1 {
type hw card 1
}
pcm.!default card1
Comments
Post a Comment