Talking Clock (Pic Based)


Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Aug 2003
    Posts
    985

    Default Talking Clock (Pic Based)

    Talking Clock

    Hi Guys,
    First off, I think there should be a "Show Off your Projects" section here.
    I might ask the mods/admin about it, but this post has another purpose...
    To possibly share a pic code to play selected samples, or maybe just ascertain
    if there's a desire or need for such a thing from people here.

    First of all, Here's my Pic based Talking Clock:



    It uses a 16F628 running at 4MHz with it's internal RC clock to run an assembler
    code to play samples which are selected by a control chip (16F876 in this case).

    The control chip simply sends one of 16 possible sound sample codes on a four bit bus
    to the sound chip which then plays the desired sample.
    While that sample is playing, a busy pin is set high to tell the control chip
    it is busy, and not to send another sample until it's finished.
    The busy pin can also be connected to an LED to indicate sound is playing.

    So since I already have a chip capable of playing samples "0" through to "12",
    this chip could possibly be shared for people to use in other projects. What do you think?
    My most immediate thought is a program that speaks digits as buttons on a
    numeric keypad are pressed.

    Here's a video:

    I know the sound quality is bad, but it can be made better.
    I am currently using 22050 samples, and NO filtering where there should be.
    Oh, credit where it's due: The sound code is based on Roman Black's BTc algorithm.
    Cheers, Art.
    Last edited by Art; - 11th January 2010 at 05:45.

Similar Threads

  1. Dual clock speeds on a PIC
    By BrianT in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 24th January 2008, 01:34
  2. Replies: 6
    Last Post: - 11th November 2007, 21:14
  3. PIC Based Inductance Meter
    By manumenzella in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 16th October 2007, 02:34
  4. Easy pic based infrared
    By Michael in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 14th January 2006, 19:52
  5. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14

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