Attiny85 driven music card player
Music cards are not something new. But those that you normally get play annoying tunes that are low quality. Dmitry thought that he can do better. So he started building his own version of music card. His goals were to have full fidelity playback, random songs each time and be small enough to mimic gift card. To accomplish this he had to solve several problems like playing quality sound with Attiny85 microcontroller. It seems that he’s done this pretty well by generating 64MHz on one timer with PLL which his used to generate PWM based analog output. Another 32KHz timer generated actual music sampling. Music has to be stored in SD card in WAV format. Then they are picked by using uFAT library. Another issue were music volume. Since Attiny85… Continue reading