-
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
-
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
-
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...
-
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...
-
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
-
Hello again ardhuru,
Could you help me with the transformer drive circuit???
-
1 Attachment(s)
Here you go...
Regards,
Anand