Prop clock???


Closed Thread
Results 1 to 7 of 7

Thread: Prop clock???

  1. #1
    Join Date
    Jun 2006
    Location
    Bangalore, India
    Posts
    136

    Default Prop clock???

    Has anyone tried making a propellor clock (persistance of vision clock) or something similar using PBP???
    ---Whats a propellor clock?
    --- check this out http://www.bobblick.com/techref/proj...propclock.html
    http://www3.sympatico.ca/surfin.dude...clk/blick.html

  2. #2
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default

    Yup, designed my own clock, s/w done completely in PBP. Mine is quite a bit different from Bob's in that I use a RTC chip besides the PIC (16F628A), IR for control and a brushless DC motor.What specific information are you looking for?

    Regards,

    Anand

  3. #3
    Join Date
    Jun 2006
    Location
    Bangalore, India
    Posts
    136


    Did you find this post helpful? Yes | No

    Smile

    Could you post me your code and schematic please???
    I wrote a code in ASM but couldn't add remote cause it got a bit too complex for me...

  4. #4
    Join Date
    Jun 2006
    Location
    Bangalore, India
    Posts
    136


    Did you find this post helpful? Yes | No

    Question Help Please !!!

    Hi ardhuru,
    I just wanted to look at your code so that i could learn how to keep the time printing process un-interrupted while reading the real time clock IC...
    I wanted help on the rotating transformer also...

  5. #5
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default

    Hi ShahidAli,

    * *I just wanted to look at your code so that i could learn how to keep the time printing process un-interrupted while reading the real time clock IC...* *

    My clock does not have an analog mode, so the coding is easier. It has 2 frames; the top half for calendar and the bottom half for time. The first frame (time) starts displaying immediately after the index pulse. After the last digit of this frame (unit seconds) is displayed, you have enough time to read the RTC, before you need to start displaying the calendar.

    The rotating transformer turned out to be easier to build than I thought; I used 100 turns for the primary (fixed), and 125 turns for the secondary (roatating) coil. The primary, 12 volts pulsed at 32 khz, around 55% duty cycle worked well for me.

    Regards,

    Anand

  6. #6
    Join Date
    Jun 2006
    Location
    Bangalore, India
    Posts
    136


    Did you find this post helpful? Yes | No

    Post

    Hello again ardhuru,
    Could you help me with the transformer drive circuit???

  7. #7
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default

    Here you go...

    Regards,

    Anand
    Attached Images Attached Images  

Similar Threads

  1. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  2. UberNewbie can't set his clock...
    By Byte_Butcher in forum General
    Replies: 19
    Last Post: - 7th January 2009, 04:22
  3. EM4095 Chip, get Clock and Data signals?
    By mindthomas in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 19th August 2008, 06:27
  4. Shiftout/in
    By BobEdge in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 23rd August 2007, 11:48
  5. Help with sound command in 2 programs
    By hyperboarder in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 5th July 2007, 20:36

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