- 17. January 2012: Atypical Curiosity
- 4. January 2012: PIC32MX7 PIM, RB5 pin conflict (solved)
- 30. December 2011: MikroE Mini-32 Board
- 29. December 2011: Donate to Wikipedia
- 28. December 2011: PIC32 Interrupt Nesting (update)
- 20. December 2011: Graphics Library 3.02
- 2. December 2011: Home Brewed IDE for PIC32 assembly development
- 30. November 2011: Yoda Conditions, Egyptian brackets and more...
- 9. November 2011: AVI Player Project (for the uMMB)
- 21. March 2011: More Multimedia Boards
- January 2012
- December 2011
- November 2011
- March 2011
- February 2011
- January 2011
- March 2010
- January 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
Tremor
The Xiph.Org Foundation offers an open source alternative to the omni-present MP3 audio compression: it is called Ogg Vorbis and promises same if not better performance but it is royalty-free and license free. From their web site, like in all open source project you can download the full C source code for all the tools you need to convert and play back Ogg Vorbis files/streams on most operating systems
Like most open source projects, the code is based on the assumption that you will use the classic GNU Toolchain: gcc compiler, linker, standard GNU libraries, to compile and link your application. Now as you might know the PIC32 toolchain happens to be GNU compatible …
Tremor is the name of one of the branches of the Ogg Vorbis project optimized for use in embedded applications, minimizing the resources requirements and overall footprint. So I decied to start from it to create a PIC32 based Ogg Vorbis player.
I used the Explorer16 as my hardware development platform in addition to the AV16/32 PIC Tail Plus board (only the audio portion of the circuit is required to use two PWM channels as 12-bit D to A converters and the SD card connector of course).
I also used the SDMMC.c module developed in the book and combined it with the 17 source files that compose the Tremor library (no modifications required whatsoever)!
Hit the compile button, program the PIC32 and … voila’!
Download the demo and review the schematics of the AV16/32 board on the PIC32 Explorer web site, in the new Advanced Projects section.
Leave a Reply
You must be logged in to post a comment.