Skip to content

ploMG/PIC-Hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIC Hero

General Info

This project allows the user to select songs and play them off a PIC16F1829. A selection screen is displayed by a 2x16 LCD through I2C that lets users choose which song they would like to play using an analog stick component. After a song is selected, the user will be able to play the notes of the song using the touch sensors on the PIC board. The notes of the song will be highlighted on an 8x8 dot matrix through SPI, where the lit LEDs on the dot matrix signify when to press certain notes. Simultaneously, songs are loaded into a DFPlayer Mini connected to an Arduino Nano 33 BLE Sense that communicates with the PIC microcontroller through UART, which will play the user-selected audio on a connected speaker component. When the song is over, the LCD will display the user's score.

Setup

PIC

The source file main.c can be written to the PIC through snap and is found in the maingame.X project folder. This project was done using MPLAB X IDE v5.35 and XC8 v1.45 compiler, which can be downloaded from Microchip.

Arduino

The source file has three songs charted:

  • (Easy) Foghat - Slow Ride
  • (Medium) Foo Fighters - Everlong
  • (Hard) Gojira - The Heaviest Matter of the Universe

The mp3 files of these songs were uploaded to a microSD and inserted into the DFPlayer. More info is available on the official DFRobot page.

The script to write to the Arduino is found in the arduino-DF folder. DFRobotDFPlayerMini library is required.

(Optional) Case

CAD files to 3D print a holding case for the external components are available in the case folder.

Samples

IMG_7519.mp4

The Heaviest Matter of the Universe (no case)

IMG_7527

EE 3463 Demo Day, April 20th, 2023