Advanced Operating Systems - Final Project A @ Tokyo Tech ////////////// Author: Chu Van Thiem and Sidik Soleman ////////////// A WAVE file player on the MBED Application Board with an interface to a software on PC via a TCP connection. ////////////// Main functions: 1. Browse files of an attached USB flash 2. The list of the files of the attached USB are displayed on the LCD 3. Use an joystick to select a WAVE file and give an instruction to play that file 4. Adjust the volume using a potentiometer 5. Output audio to the analog audio out jack ////////////// Software (https://github.com/thiemcv/VS/tree/master/Terminal): 1. Connect with the MBED application board via Ethernet connection 2. Read the list of files stored on the USB flash 3. Write files to the USB flash
Dependencies: C12832_lcd EthernetInterface USBHost mbed-rtos mbed wave_player
History
Update
2014-02-13, by aos [Thu, 13 Feb 2014 17:58:20 +0000] rev 5
Update
Update list of files after receiving a file from PC
2014-02-13, by aos [Thu, 13 Feb 2014 16:20:17 +0000] rev 4
Update list of files after receiving a file from PC
Advanced Operating Systems - Final Project A @ Tokyo Tech; Author: Chu Van Thiem and Sidik Soleman
2014-02-13, by aos [Thu, 13 Feb 2014 07:13:52 +0000] rev 3
Advanced Operating Systems - Final Project A @ Tokyo Tech; Author: Chu Van Thiem and Sidik Soleman
Update some comments
2014-02-13, by aos [Thu, 13 Feb 2014 06:51:20 +0000] rev 2
Update some comments
Final Project V1: Integrated WAV player + USB file management via ethernet connection
2014-02-02, by aos [Sun, 02 Feb 2014 10:49:19 +0000] rev 1
Final Project V1: Integrated WAV player + USB file management via ethernet connection
Created
2014-01-07, by aos [Tue, 07 Jan 2014 04:15:05 +0000] rev 0
Created