Link Search Menu Expand Document

SD Card USB Audio Player on PIC32MZ DA Curiosity Development Kit + High-Performance 4.3” WQVGA Display Module with maXTouch® Technology using Legato Graphics

Download


Description

This application reads a WAV audio file from the SD card or USB thumb drive on the PIC32MZ DA Curiosity Development Kit and streams it over the I²S interface through the audio CODEC. The application implements the functionality of an audio player (for WAV files only).

The application displays audio tracks from the SD card/USB Thumb in a list wheel box. It allows to navigate the list to select and play a track. It also provides volume increase/decrease scroll bar, Play/Pause button, Next Track button, Rewind button, and a track progress bar.

Modules/Technology Used:

  • Peripheral Modules
    • I2C
    • I2S
    • Timer
  • Drivers
    • I2S Driver
    • I2C Driver
    • AK4954 Driver
    • SDCARD (SPI) Driver
    • USB High Speed Driver
    • MSD Function Driver
    • Legato Graphics Display driver w/ PDA TM4301B Display
    • Max Touch Controller Driver
  • Audio Decoder Libraries
    • WAV Decoder Library
  • System Services
    • File System
    • Input System
  • Middleware
    • USB Host layer
    • Legato Graphics

Hardware Used:

Software/Tools Used:

This project has been verified to work with the following versions of software tools:

Refer Project Manifest present in harmony-manifest-success.yml under the project folder firmware/src/config/pic32mzda_curiosity

Because Microchip regularly update tools, occasionally issue(s) could be discovered while using the newer versions of the tools. If the project doesn’t seem to work and version incompatibility is suspected, It is recommended to double-check and use the same versions that the project was tested with. To download original version of MPLAB Harmony v3 packages, refer to document How to Use the MPLAB Harmony v3 Project Manifest Feature

Setup:

  • Attach the 24-bit pass through card to the GFX Connector on the PIC32MZ DA Curiosity Development Kit
  • Connect the ribbon cable from the High-Performance 4.3” WQVGA maXTouch Display to the ribbon connector on the 24-bit pass through card. Make sure that the S1 switch on the 24-bit pass through card is set to 2.
  • Connect AC324954 - PIC32 Audio Codec Daughter Card to XC32 HEADER 1 on the PIC32MZ DA Curiosity Development Kit
  • Connect a USB cable from the host computer to the DEBUG USB port on the PIC32MZ DA Curiosity Development Kit. This USB connection is used for programming and debugging.
  • Connect the wired stereo headphone to the audio jack
  • Connect Barrel jack power adapter to PIC32MZ DA Curiosity Development Kit

Note : DEBUG USB and Barrel Jack both should be connected

Programming hex file:

The pre-built hex file can be programmed by following the below steps.

Steps to program the hex file

  • Open MPLAB X IDE
  • Close all existing projects in IDE, if any project is opened.
  • Go to File -> Import -> Hex/ELF File
  • In the “Import Image File” window, Step 1 - Create Prebuilt Project, Click the “Browse” button to select the prebuilt hex file.
  • Select Device has “PIC32MZ2064DAR176”
  • Ensure the proper tool is selected under “Hardware Tool”
  • Click on Next button
  • In the “Import Image File” window, Step 2 - Select Project Name and Folder, select appropriate project name and folder
  • Click on Finish button
  • In MPLAB X IDE, click on “Make and Program Device” Button. The device gets programmed in sometime
  • Follow the steps in “Running the Demo” section below

Programming/Debugging Application Project:

  • Open the project (pic32mzda_sdcard_usb_audio_player\firmware\pic32mz_da_curiosity.X) in MPLAB X IDE
  • Ensure “Curiosity/Starter Kits (PKOB4)” is selected as hardware tool to program/debug the application
  • Build the code and program the device by clicking on the “make and program” button in MPLAB X IDE tool bar
  • Follow the steps in “Running the Demo” section below

Running the Demo:

  • Make sure that the micro SD card/USB Thumb drive contains WAV audio files
  • Reset the board by pressing RESET switch
  • You should see a display as shown below
  • Wait till initialization completes and display renders as shown below
  • Select the source (SD CARD/USB) to play audio
  • The following screen is shown if the audio source is not connected or connected improperly. Make sure to insert the SD Card or USB Thumb Drive properly in the sockets. You could unplug and re-plug if you are continuing to see the below screen.
    Note:
    1. SD Card socket is at J500 (Back side of the board) on PIC32MZ DA Curiosity Development Kit
    2. USB Thumb drive connector is at J301 (Target USB) on PIC32MZ DA Curiosity Development Kit

  • Once the Source is mounted, display renders the audio player options as shown below

  • Description of the options available are shown in below image

    • Track List : Shows all the tracks in list wheel, available in the selected source(Move the list wheel to change the track)
    • Progress Indicator : Indicates the current track progress time
    • Rewind : Re-plays the current track from starting
    • Play/Pause : Play and Pause the track
    • Next Track : Plays next track in the list
    • Song Duration : Duration of the track
    • Volume Control : Increases/Decreases the volume level
  • If the source mounted is empty, display renders as shown below

  • Listen to your favorite track. Notice the track list will scroll as the tracks get played out one after the other.
  • The user interface should respond to touch events and you should be able to select next or rewind tracks for playing, increase or decrease volume level, and select the particular track.

Comments:

Revision:

  • v1.6.0 - Regenerated and tested application.
  • v1.5.0 - Removed MHC support, Regenerated and tested application.
  • v1.4.0 - Added MCC support, Regenerated and tested application.
  • v1.3.0 - Regenerated and tested application.
  • v1.2.0 - Regenerated and tested application.
  • v1.1.0 released demo application


Copyright © 2020 Microchip Technology.