
Last updated: Nov. 18, 2021
Raspberry Pi Projects
Watch the following cool practical projects I have done with Raspberry Pi (RPi), a tiny and affordable computer manufactured by the Raspberry Pi Foundation.
(1) MP3 Player
In this project, a nice MP3 player is designed using RPi. RPi plays all the audio files with ".mp3" extension from an external USB flash drive. A python code is written to read files from USB and plays them by "omxplayer". You also have control over the played music by four push-buttons: "Stop", "Pause", "Next audio stream" and "Previous audio stream". MP3 player starts working as the RPi boots up. Download Python Code (Don't Forget to Change file extension name to .py)
(2) Convert Text to Speech
In this video, we use MATLAB Simulink support package for RPi. Simulink blocks such as GPIO Read, Write and eSpeak text to speech are used to convert text to speech.
(3) Human Face Detection
RPi is connected to a computer that runs MATLAB. By installing MATLAB support package for RPi, it is possible to capture images and detect human face.
(4) Time Lapse




(5) Email Raspberry Pi IP Address Automatically
To connect to RPi over a network, we require RPi's IP address. We may sometimes forget the IP address. This project helps you find RPi's IP address only by checking your email when RPi boots up.