ANNOUNCE: Linux driver for vs1053 and vs1063

Writing software for systems that use VLSI Solution's devices as slave codecs to a host microcontroller.
Post Reply
thehog
Senior User
Posts: 42
Joined: Fri 2010-10-01 13:36

ANNOUNCE: Linux driver for vs1053 and vs1063

Post by thehog »

Hi,

I recently uploaded a Linux driver on Sourceforge for vs1053. If you are interested, you're welcome to check it out.

https://github.com/rvp-nl/vs10xx-linux
Admin Edit: has changed to https://github.com/rvp-nl/vs10xx-linux

You will need some skills in embedded Linux development. The driver assumes that a SPI configuration is created in the board support. I have included an example, based on a MMnet1002 board (Atmel AT91SAM9260, ARM9 200Mhz). It should be easily portable to other boards.

The driver is capable of playing multiple files simultaneously. Playing a file can be done by eg.:

cat 'some song' > /dev/vs1053-1
madplay -o wav:/dev/vs1053-2 'some song'

Regards,
Richard.
Last edited by thehog on Fri 2018-12-21 18:19, edited 3 times in total.
User avatar
Panu
VSDSP Expert
Posts: 2829
Joined: Tue 2010-06-22 13:43

Re: ANNOUNCE: Linux driver for vs1053

Post by Panu »

I recently uploaded a Linux driver on Sourceforge for vs1053.
Wow! Thanks for your effort and thanks for publishing your effort!

-Panu
jimm1909
User
Posts: 1
Joined: Tue 2012-04-03 0:34

Re: ANNOUNCE: Linux driver for vs1053

Post by jimm1909 »

thehog wrote:Hi,

I recently uploaded a Linux driver on Sourceforge for vs1053. If you are interested, you're welcome to check it out.

http://sourceforge.net/projects/vs10xx
Is this driver the most up to date one still?

Thanks in advance,

-Jim
Last edited by jimm1909 on Fri 2015-02-27 6:31, edited 1 time in total.
thehog
Senior User
Posts: 42
Joined: Fri 2010-10-01 13:36

Re: ANNOUNCE: Linux driver for vs1053

Post by thehog »

jimm1909 wrote: Is this driver the most up to date one still?

Thanks in advance,

-Jim
As far as I know this is the only public driver for vs1053 on Linux (?). I got email from a company that uses the driver (4x vs1053 on a arm9 board) with good performance. It's opensource so you're welcome to join development :-)

Richard
bianchi
Senior User
Posts: 245
Joined: Mon 2013-12-30 4:15

Re: ANNOUNCE: Linux driver for vs1053 and vs1063

Post by bianchi »

Good effort, I m interested to experiment with TI cpu.
thehog
Senior User
Posts: 42
Joined: Fri 2010-10-01 13:36

Re: ANNOUNCE: Linux driver for vs1053 and vs1063

Post by thehog »

Thanks!

BTW, repo has changed to https://github.com/rvp-nl/vs10xx-linux
Post Reply