Presentation is loading. Please wait.

Presentation is loading. Please wait.

The AwesomO mp3 “The Swiss Army Knife of mp3 Players” Preliminary Design Review Kevin Landin Greg Russo John Sample Mike Sells The AwesomO Corporation:

Similar presentations


Presentation on theme: "The AwesomO mp3 “The Swiss Army Knife of mp3 Players” Preliminary Design Review Kevin Landin Greg Russo John Sample Mike Sells The AwesomO Corporation:"— Presentation transcript:

1 The AwesomO mp3 “The Swiss Army Knife of mp3 Players” Preliminary Design Review Kevin Landin Greg Russo John Sample Mike Sells The AwesomO Corporation: JasonTaylor Jason Taylor

2 Main Goal Our main goal is to build a fully functional mp3 player that not only plays music, but also includes features not seen on current mp3 players. Our main goal is to build a fully functional mp3 player that not only plays music, but also includes features not seen on current mp3 players.

3 Primary Objectives Audio Playback Capabilities Audio Playback Capabilities Mp3 DecodingMp3 Decoding Headphone PortHeadphone Port User Interface Buttons User Interface Buttons Play & StopPlay & Stop Next Song & Previous SongNext Song & Previous Song On/Off SwitchOn/Off Switch Multi-Function SwitchMulti-Function Switch Flashlight ButtonFlashlight Button Volume ControlVolume Control LCD Display LCD Display Display Song & Artist Information Display Song Clock Compact Flash Storage Compact Flash Storage USB 2.0 Interface USB 2.0 Interface File Transfer Interface between player and PC

4 Secondary Objectives Battery Power Battery Power Possibly RechargeablePossibly Rechargeable High-Intensity LED Flashlight High-Intensity LED Flashlight Digital Thermometer Digital Thermometer Display Temp on LCDDisplay Temp on LCD Implement FPGA Implement FPGA Simplifies Logic Design Process Simplifies Logic Design Process Easily Modified for Debugging Easily Modified for Debugging Mp3 Digital Voice Recording Mp3 Digital Voice Recording Encode mp3 Files From Microphone Input Touch Screen Touch Screen Interface on LCD to Perform Button Functions (i.e. Play) FM Transmitter FM Transmitter Output Music to an FM Radio Frequency

5 Basic Hardware Diagram PIC Processor RAM EEPROM I 2 C SPI ADC User Interface MP3 Encoder Decoder Audio Out Audio In Liquid Crystal Display (LCD) w/ Controller Module FM Transmitter DAC Compact Flash LED Temperature Sensor

6 PRIMARY HARDWARE SUBSYSTEMS

7 8-Bit Microcontroller PIC18LF2550 Key Features: Internal Flash Memory – 32kb program memory/ 2kb RAM Internal Flash Memory – 32kb program memory/ 2kb RAM USB 2.0 Interface USB 2.0 Interface 10 Channel ADC 10 Channel ADC 22 In/Out Data Channels (3 Ports) 22 In/Out Data Channels (3 Ports) I 2 C / 3-wire SPI/ EUSART Serial Port Interfaces I 2 C / 3-wire SPI/ EUSART Serial Port Interfaces C compiler optimized C compiler optimized 2-Pin In Circuit Serial Programmable 2-Pin In Circuit Serial Programmable Ideal for low power applications Ideal for low power applications

8 USB 2.0 Interface Will allow device to interface with a PC for downloading files to the CF card at high speeds Will allow device to interface with a PC for downloading files to the CF card at high speeds Data rate of 12Mb/s Data rate of 12Mb/s Interface built into PIC Interface built into PIC

9 Mp3 Decoder/Encoder STA015 Decodes mp3 files into stereo, mono, or digital format and extracts ID3 tag info Encodes an external audio source into mp3 format Digital volume, bass, and treble controls Supports I 2 C and SPI interfaces for communications with the PIC Uses low power CMOS technology for portable applications

10 Optimistic User Interface This is just a concept of what the product could look like, the actual player will probably not resemble this. We would like the actual product to have all of the interface buttons seen on this model

11 CompactFlash Storage Compact Compact Can hold large amounts of data Can hold large amounts of data Inexpensive Inexpensive Removable Removable

12 Software Interface Operating System Operating System Read/Write to CompactFlash Read/Write to CompactFlash FAT16 File systemFAT16 File system Simple and compatibleSimple and compatible LCD LCD ● Display track title, song time ● Temperature display User Interface User Interface ButtonsButtons Play, stop, next/prev. trackPlay, stop, next/prev. track Control Data Control Data Enc/Dec mp3Enc/Dec mp3

13 SECONDARY HARDWARE SUBSYSTEMS

14 FM Transmitter MAX2606 Designed specifically for wireless communications systems Designed specifically for wireless communications systems Can be tuned to frequencies between 70 and 150Mhz Can be tuned to frequencies between 70 and 150Mhz Provides a secondary output channel Provides a secondary output channel Perfect for using mp3 player in a car or over a home stereo Perfect for using mp3 player in a car or over a home stereo

15 LCD Display Ideal size is a 16x4 dot matrix LCD character display. Ideal size is a 16x4 dot matrix LCD character display. Controller will be connected to the PIC using the I 2 C bus. Controller will be connected to the PIC using the I 2 C bus. LCD will display song and artist name using ID3 tag. LCD will display song and artist name using ID3 tag. LCD may also display track time and temperature. LCD may also display track time and temperature.

16 LCD Controller The LCD Character display will be controlled utilizing Hitachi's 44780. The LCD Character display will be controlled utilizing Hitachi's 44780. The 44780 is useful because it allows for an I 2 C connection instead of the typical 4-12 pin connection to the PIC. The 44780 is useful because it allows for an I 2 C connection instead of the typical 4-12 pin connection to the PIC. The shift register, displayed above, is what enables the I 2 C interfacing. The shift register, displayed above, is what enables the I 2 C interfacing.

17 High-Intensity LED Flashlight Another useful tool that will increase marketability, commonly seen on key chains – so why not on an mp3 player? Another useful tool that will increase marketability, commonly seen on key chains – so why not on an mp3 player? Even simpler to implement, can be wired as a separate circuit Even simpler to implement, can be wired as a separate circuit

18 Digital Thermometer Everyone wants to know what the temperature is outside, making this a very useful marketing tool Everyone wants to know what the temperature is outside, making this a very useful marketing tool Simple circuitry, can easily be monitored by the PIC Simple circuitry, can easily be monitored by the PIC Temperature Sensor Op Amp Circuit PIC ADC

19 Milestones CDR CDR Prototype board builtPrototype board built PCB laid out and solderedPCB laid out and soldered Basic hardware communicatingBasic hardware communicating Milestone I Milestone I Reading a song from CompactFlash, decoding, and playing.Reading a song from CompactFlash, decoding, and playing. Milestone II Milestone II User interface software implementedUser interface software implemented Non-essential hardware implementedNon-essential hardware implemented Expo Expo Complete working “swiss army knife” of mp3 players!Complete working “swiss army knife” of mp3 players!

20 Projected Schedule

21 Divisions of Labor Kevin: Compact Flash & Software Kevin: Compact Flash & Software Greg: LCD Display & USB Interface Greg: LCD Display & USB Interface John: Processor & Temp Sensor John: Processor & Temp Sensor Mike: Processor & Peripheral Hardware Mike: Processor & Peripheral Hardware Jason: Mp3 Decoder/Encoder & Software Jason: Mp3 Decoder/Encoder & Software

22 Risky Business Unfamiliar Technology Unfamiliar Technology Questionable Achievability Questionable Achievability Complex Interfaces Between Hardware Components Complex Interfaces Between Hardware Components Complex Software User Interface Complex Software User Interface

23 Change USB interface to serial or remove PC connectivity altogether Change USB interface to serial or remove PC connectivity altogether Remove LCD display Remove LCD display Remove digital recording functionality Remove digital recording functionality Remove secondary hardware functions (battery, temp, etc.) Remove secondary hardware functions (battery, temp, etc.) Add second microcontroller to split responsibilities between different hardware components Add second microcontroller to split responsibilities between different hardware components Remove unnecessary user interface components (next/prev. song buttons) Remove unnecessary user interface components (next/prev. song buttons) Contingency Plan

24 Estimated Costs Processor Mp3 Encoder/Decoder FM Transmitter D to A Converter LCD w/Controller Temperature Sensor CompactFlash Card PCB Misc. Parts $ 5.90 $11.77 $ 0.90 $ 1.02 $15.00 $ 1.00 $15.00$33.00$15.00 Total$98.59≈$110-$130 + Projected Market Sale Price

25 Marketability Target Audience: People between the ages of 13-30. Target Audience: People between the ages of 13-30. Will compete with multiple mp3 players on the current market, however with added features our product should rise to the top Will compete with multiple mp3 players on the current market, however with added features our product should rise to the top

26 Questions?


Download ppt "The AwesomO mp3 “The Swiss Army Knife of mp3 Players” Preliminary Design Review Kevin Landin Greg Russo John Sample Mike Sells The AwesomO Corporation:"

Similar presentations


Ads by Google