Winbond ISD1700 Voice Recorder


Closed Thread
Results 1 to 40 of 59

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Murrieta, CA
    Posts
    62


    Did you find this post helpful? Yes | No

    Default

    The ISD17XXX series is a fairly old device so there have been no changes to it. therefore I

    believe the design guide would not change. the design guides are somewhat difficult to get.

    I had to tell Winbond that my company (the one I was working for at the time) that we were

    going to use about 500,000 devices a year.... so they quickly sent over their design guide.

    As far as the flash template modification, I use MXStudio 2004 (photo Attached) and I just

    downloaded a free Flash intro template and modified it to my liking.

    - Gary
    Attached Images Attached Images  
    There are 10 kinds of people. Those that know binary and those that do not.

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default

    500.000! Wow!

    Hope I do sell 5.000 pcs only!

    Thanks for the infos, very much.

    Ioannis

  3. #3
    Starfix's Avatar
    Starfix Guest


    Did you find this post helpful? Yes | No

    Default

    Hello all,
    first, I want to thank you. With your help I was able to quickly understand ISD1700 functionnality (really bad datasheet !!).

    I made a system that can speak numerous messages: Not full messages are recorded, but words.
    Then I compose my message, sending play for words one after other.

    My question is: How to copy memory from one ISD to another ? Is there a digital way via SPI commands ? I don't want to record my voice on each ISD !!!

  4. #4
    Join Date
    Sep 2005
    Location
    Dayton, Ohio
    Posts
    72


    Did you find this post helpful? Yes | No

    Default

    You have 2 choices.

    1. Buy the evaluation kit (programmer) that Nuvoton makes. The new design supports "batch" programming. The old version from Winbond does not, so make sure it's the new one made by Nuvoton.

    2. Build your own custom programmer. I did this for my laser tag system by embedding the "recorder" functions in my PIC firmware. SO I also wrote a simple Windows application (in Liberty Basic) that plays wav files and sends commands to the PIC telling it to START or STOP recording. It also sends address commands.

    To make it easier, I set up a memory map of pre-defined addresses for the ISD1700. Then I just make sure that the wav files are not longer than each memory location. Since the wav files will usually be shorter than the memory slot, I send a STOP command after the PC plays the wav file. The ISD1700 will insert a EOM marker. When the ISD plays the file it will stop playback at the EOM (the EOM feature must be enabled).

    Jim
    Jim Robertson
    "MilesTag" DIY Lasertag
    www.lasertagparts.com/mtdesign.htm
    Dayton, Ohio

  5. #5
    Join Date
    Mar 2009
    Posts
    11


    Did you find this post helpful? Yes | No

    Default C Code, PIC SPI Settings

    Hi Guys,

    I started a project using the PIC16F887 and a WINBOND ISD1700 Chip. I've been struggling to get the SPI communications working.

    In googling and searching through forums I came across this post.

    In reading through your posts and some of the code you have posted, it appears that you guys "bit banged" the ISD commands. Have any of you used the specific hardware on your PICs? Do you know if this is possible?

    I've used the PIC16F887 before with assembly so it's not that big of a deal to try and read your code, but I was wondering if any of you did any work in C? This is my first project using MPLAB and the HI-Tech C compiler.

    Thanks, Alan

  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default

    Hmm, then you are at wrong forum. This is about PicBasic Pro compiler. Not the C compiler of any company.

    Ioannis

  7. #7
    Join Date
    Mar 2009
    Posts
    11


    Did you find this post helpful? Yes | No

    Default My Apologies

    Ioannis,

    I'm not a fan of those who stray off topic and don't pay attention to forum etiquette. More of my concern was whether or not any of you were able to use your PICs and the actual SPI hardware in them. Or did all of you "bit bang" to communicate?

    Thanks, Alan

Similar Threads

  1. ISD1700 series Winbond chipcorder
    By rickeybell in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 21st March 2010, 06:13
  2. optical voice link
    By Macgman2000 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 18th May 2008, 21:11
  3. Voice CODEC
    By Ron Marcus in forum Off Topic
    Replies: 0
    Last Post: - 15th May 2005, 19:28

Members who have read this thread : 0

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

Posting Permissions

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