[PL] Projekt został stworzony w języku C z wykorzystaniem płytki LPC 1769. Celem projektu jest podstawowa funkcjonalność odtwarzania muzyki w formacie WAV zapisanej na karcie SD. Projekt obejmuje odczytywanie plików z zewnętrznego nośnika, wyświetlanie komunikatów na ekranie OLED, oraz odtwarzanie dekodowanego dźwięku przez głośnik.
[EN] The project was developed in C using the LPC 1769 board. The goal of the project is to provide basic functionality for playing WAV music stored on an SD card. The project includes reading files from an external storage medium, displaying messages on an OLED screen, and playing the decoded sound through a speaker.
[PL] Aktualna wersja: 1.0
[EN] Current version: 1.0
[x] Turning the player On/Off with a button (GPIO)
[x] Loading files from SD Memory Card using SPI
[x] Functional OLED display showing track list from SD
[x] DAC converter
[x] Timer and system interrupts
[x] Amplifier control with a knob
[x] Volume visualization using a LED Bar and I2C as the interface
- The project was developed using MCUXpresso IDE
- .hex file has been added