Search found 2827 matches
- Tue 2022-06-28 12:16
- Forum: VS1010 Forum
- Topic: EMMC drive not showing up after copying over files
- Replies: 22
- Views: 1470
Re: EMMC drive not showing up after copying over files
I was out of office for a while. Now I bit the bullet and wrote the software. Here's a wiper. first 5 megs are zeroed and SD card is published through USB. Does this help? Hi, Hannu, great job! Could you publish the VSIDE solution also, along with the post-build steps to create the image? -Panu
- Wed 2022-02-09 14:33
- Forum: VS1010 Forum
- Topic: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
- Replies: 69
- Views: 9151
Re: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
Hi!
You see file names (01.MP3, 02.MP3) so it's already playing MP3!
Your terminal is in block character mode, you could reset it
Is there some noise in the RX? Also you should set terminal incoming line feed mode to auto or CR.
-Panu
You see file names (01.MP3, 02.MP3) so it's already playing MP3!
Your terminal is in block character mode, you could reset it

-Panu
- Sun 2022-01-30 12:13
- Forum: VS1010 Forum
- Topic: Malloc not found with sysmemory.h included
- Replies: 2
- Views: 385
Re: Malloc not found with sysmemory.h included
Hi, John! VS1010 does not support malloc because there is no dynamic freeing of memory, because the amount of internal RAM in VS1010 is so small that we cannot afford the risk of memory fragmentation that is inherent in using malloc and free. Instead, in the VS1010 each program has a single block of...
- Thu 2022-01-13 6:13
- Forum: VS1010 Forum
- Topic: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
- Replies: 69
- Views: 9151
Re: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
Yes, you are thinking right! Seems great! To begin with, just use one SD card. You'll have the firmware in the SYS subdirectory and music in other places, these won't interfere with each other while you are doing development and is even OK in cases where final users can't remove the SD card and thus...
- Thu 2022-01-13 5:04
- Forum: VS1010 Forum
- Topic: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
- Replies: 69
- Views: 9151
Re: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
Hi, George! VS1010 and VS1005 have the VSOS operating system so they are different than earlier VS devices. Basic familiarity with VS1010 is very helpful here. VS1010 boots from an SD card or a compatible SPI flash with a FAT filesystem. Except in rare cases, the bootloader in the ROM is sufficient ...
- Wed 2022-01-12 18:24
- Forum: VS1010 Forum
- Topic: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
- Replies: 69
- Views: 9151
Re: VS1010 Ultra low cost LCD FM radio + USB DAC + SD/USB MP3 Player demo board
Hi, Hannu! The LCD radio is actually quite modular. For some good times, take some coffee and look it through. It has a loader with a shared data structure and it runs program one by one to handle the different modes, just like the HDMI ARC solution does. The SD / USB MP3 player is practically a sta...
- Tue 2021-09-28 7:24
- Forum: Slave Decoder Applications
- Topic: Self-contained indexed sound player
- Replies: 1
- Views: 652
Re: Self-contained indexed sound player
Hi!
VS1010 does this with just ROM code. Send "play d:filename.mp3" to UART to play filename.mp3 from an SD card, f:filename.mp3 from SPI flash, and send carriage return to stop playing.
-Panu
VS1010 does this with just ROM code. Send "play d:filename.mp3" to UART to play filename.mp3 from an SD card, f:filename.mp3 from SPI flash, and send carriage return to stop playing.
-Panu
- Tue 2021-09-28 6:56
- Forum: VS1010 Forum
- Topic: VS1010 Design Based on Minidemo Board
- Replies: 7
- Views: 1258
Re: VS1010 Design Based on Minidemo Board
Hi! SD cards can be very power hungry when files are being written to the card, so if a regulator is used, it shouldn't be too small. 1A is good, 500mA might be sufficient. A regulator with an enable pin is recommended to make it possible to save power by switching the SD card completely off and res...
- Tue 2021-08-03 9:24
- Forum: VS1010 Forum
- Topic: Reducing Power Draw on the VS1010
- Replies: 5
- Views: 2137
Re: Reducing Power Draw on the VS1010
Hi! Regarding the SD card power consumption, basically, after you open the SD card, the VS1010 is "always" actively reading. That is, because there's so little buffer memory in the VS1010 (RAM is the most expensive part of most ICs), the VS1010 keeps the SD card read always active so that ...
- Tue 2021-05-04 13:55
- Forum: VS1010 Forum
- Topic: FAT External flash memory with pic18f97j60
- Replies: 2
- Views: 2031
Re: FAT External flash memory with pic18f97j60
Hi!
VS1010 is a UART controlled MP3 player out of the box. Connect an SD card or a supported SPI flash and upload files via USB, then give the play command from UART to play a file
I think you should get a developer board and the VS1010 handbook to get started.
Good luck!
-Panu
VS1010 is a UART controlled MP3 player out of the box. Connect an SD card or a supported SPI flash and upload files via USB, then give the play command from UART to play a file
I think you should get a developer board and the VS1010 handbook to get started.
Good luck!
-Panu