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.
ANNOUNCE: Linux driver for vs1053 and vs1063
ANNOUNCE: Linux driver for vs1053 and vs1063
Last edited by thehog on Fri 2018-12-21 18:19, edited 3 times in total.
Re: ANNOUNCE: Linux driver for vs1053
Wow! Thanks for your effort and thanks for publishing your effort!I recently uploaded a Linux driver on Sourceforge for vs1053.
-Panu
Info: Line In and Line Out, VS1000 User interface, Overlay howto, Latest VSIDE, MCU Howto, Youtube
Panu-Kristian Poiksalo
Panu-Kristian Poiksalo
Re: ANNOUNCE: Linux driver for vs1053
Is this driver the most up to date one still?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
Thanks in advance,
-Jim
Last edited by jimm1909 on Fri 2015-02-27 6:31, edited 1 time in total.
Re: ANNOUNCE: Linux driver for vs1053
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 developmentjimm1909 wrote: Is this driver the most up to date one still?
Thanks in advance,
-Jim

Richard
Re: ANNOUNCE: Linux driver for vs1053 and vs1063
Good effort, I m interested to experiment with TI cpu.