A real-time infotainment system, composed by a server, a Raspberry Pi, that displays the sound and media, and sends information about it; and a client, an Arduino Mega 2560, that process the user inputs to send them to the server, and receive the information send by it to display it on the LCD screen.
The objective is to replicate an infotainment system similar to the one found in modern vehicles, capable of processing user requests and playing MP3/MP4 files. This project is part of the TE2003B course Design of systems on chip at Monterrey Institute of Technology.
- Download and install the MPLAB X IDE.
- Install Raspberry Pi Imager to install the Raspberry Pi OS or desired OS on your Raspberry Pi.
- This step is optional, If you desire to have remote access to your Raspberry Pi desktop you can install RealVNC Viewer.
- On MPLAB X IDE, import the project folder Reto.X.
- Build and Run on the ATmega2560.
- On your Raspberry Pi, run the main.py.