NoiseT1n: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Added specs for potential components)
Line 40: Line 40:
* VLSI VS1002d - MP3 AUDIO CODEC
* VLSI VS1002d - MP3 AUDIO CODEC
** http://www.vlsi.fi/datasheets/vs1002.pdf
** http://www.vlsi.fi/datasheets/vs1002.pdf
* TI LP2992 Micropower
** http://www.ti.com/lit/ds/symlink/lp2992.pdf
* TI SN74LVC245A
* TI SN74LVC245A
** http://www.ti.com/lit/ds/symlink/sn74lvc245a.pdf
** http://www.ti.com/lit/ds/symlink/sn74lvc245a.pdf

Revision as of 00:58, 10 December 2013

μMP3 Playback Module

http://www.roguerobotics.com/files/ump3/documentation/UMP3-110-A1-102.pdf

// Version
V

// Play file "B0000.MP3"
PC F /B0000.MP3

// Stop
PC S

// Pause (Play)
PC P

// Position in seconds, play count
PC Z

// Position in seconds, sample rate, bit rate
PC I

// Playback speed [x%] (90 fastest, 250 slowest)
PC X [speed%]

// Volume (0 loudest, 254 mute)
ST V [left] [right]

// Input style 1 (8 switch mode)
ST S 1

// Returns freespace totalspace
FC Q

Components