WTV020-SD-20SS SD Card U Disk Audio Player Interface


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    Join Date
    May 2012
    Location
    Merseyside, UK
    Posts
    237


    Did you find this post helpful? Yes | No

    Default Re: WTV020-SD-20SS SD Card U Disk Audio Player Interface

    Thank you all of you for help advice so far.

    Some interesting bits of info I am digesting

    BR
    Andy

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: WTV020-SD-20SS SD Card U Disk Audio Player Interface

    The commands are easy - the pdf gives them, here are 3


    HSEROUT [$7E,$FF,$06,$03,$00,$00,MESSAGE,$EF] ' Plays file from sd card - eg if if button 5 is pushed then make variable MESSAGE =5, the fifth file will play.


    HSEROUT [$7E,$FF,$06,$06,$00,$00,VOLUME,$EF] ' VOLUME (1 to 30) It will remember the setting after a powerdown.


    HSEROUT [$7E,$FF,$06,$16,$00,$00,$00,$EF] 'STOP PLAY


    Things to note

    When copying your mp3 files to sd card, make sure the card

    is blank, and then copy each 1 on to it seperately.

    The reason being is that it takes no notice of the name,

    it plays back the files in the order they are put on the

    SD card. But for ease of use I name them 001, 002 etc

    Alternatively there is a program that will put files in the order you need on the sdcard.
    It is called drivesort http://www.anerty.net/software/file/DriveSort/?lang=en


    Things to remember on startup send the stop command in case it autoplays.
    Send the stop command prior to sending a play command, I cannot remember if when you send another play command it stops the current one, or queues it for play after current one ends.

    Correction to previous posting re busy, there is a proper busy signal on the actual chip, it is pin 10, but you will need to VERY carefully solder a thin wire to it and connect that to your PIC for the busy signal.


    http://www.da-share.com/files/datash...X5300_Docs.zip Has program and data sheets in the zip -

    See page 5 of zipped datasheet - the pdf is in Chinese, but info of pinout is in English

Similar Threads

  1. TTL magnetic card reader interface ith PC
    By attabros in forum Schematics
    Replies: 3
    Last Post: - 24th February 2016, 07:04
  2. Windows No Disk Error
    By leedog in forum General
    Replies: 4
    Last Post: - 24th November 2007, 21:28
  3. Build your own CD player for under $20
    By T.Jackson in forum Off Topic
    Replies: 12
    Last Post: - 12th November 2007, 14:27
  4. Hard disk motor - DC or stepper?
    By forgie in forum Off Topic
    Replies: 17
    Last Post: - 31st August 2007, 17:34
  5. hard disk and PBP
    By ely in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 6th December 2006, 02:16

Members who have read this thread : 1

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts