bussard rotation ramp up

Ask and answer questions, share tips and resources for installing lighting and other electronics in your models.

Moderators: Sparky, Moderators

Post Reply
belkin321
Posts: 104
Joined: Mon Aug 11, 2008 2:26 am
Location: Arizona

bussard rotation ramp up

Post by belkin321 »

Greetings,
How could an led bussard rotation circuit be modified to slowly ramp the rotation speed up, once power is applied? The bussard would then rotate at the speed defined by the circuit design. Thank you.
User avatar
Pat Amaral
Posts: 3730
Joined: Fri Jul 12, 2002 2:44 pm
Location: Ok, I'm here. You can start now

Post by Pat Amaral »

I would think that could be accomplished by using a progammable microcontroller such as a PIC. I don't pretend to even have an idea of how to pull it off. I've only dabled. But there's a bunch of people here who use them on a regular basis.
Pat A.
=============================
50% Nerd, 50% Geek, 100% Cool
User avatar
tetsujin
Posts: 2350
Joined: Mon Feb 28, 2005 6:08 pm
Contact:

Post by tetsujin »

Pat Amaral wrote:I would think that could be accomplished by using a progammable microcontroller such as a PIC. I don't pretend to even have an idea of how to pull it off. I've only dabled. But there's a bunch of people here who use them on a regular basis.
Basically depends on how you handle the timing in your program - I usually just write delay-loops, so ramping up the speed could be done by gradually lowering the number of steps used for each delay...

If it's just a chaser circuit - I don't know precisely how you'd do it (I don't know the precise details of how to change the speed of a timer circuit like the 555, offhand) but it'd probably be a fairly simple matter to have a resistor-capacitor circuit that slowly charges up after power is applied (and drains once power is disconnected) and have the voltage over the capacitor affect the timer rate...
---GEC (三面図流の初段)
There are no rats.
The skulls eat them.
belkin321
Posts: 104
Joined: Mon Aug 11, 2008 2:26 am
Location: Arizona

bussard rotation ramp up

Post by belkin321 »

Thanks Pat and Tetsujin. Tetsujin, where in a chaser circuit would the resistor and capacitor be placed. Thanks again for any help.
User avatar
tetsujin
Posts: 2350
Joined: Mon Feb 28, 2005 6:08 pm
Contact:

Re: bussard rotation ramp up

Post by tetsujin »

belkin321 wrote:Thanks Pat and Tetsujin. Tetsujin, where in a chaser circuit would the resistor and capacitor be placed. Thanks again for any help.
That's the part I don't know. :D I'm really a lot better with programs than I am with analog circuits...
---GEC (三面図流の初段)
There are no rats.
The skulls eat them.
jwrjr

Post by jwrjr »

I use single-chip-computers by strong preference. With them, ramping up (or down) is pretty easy.
en'til Zog
Posts: 2405
Joined: Fri Jul 12, 2002 3:03 pm
Location: The Wilds of Northwoods Wisconsin

Post by en'til Zog »

You could try putting a capacitor around the main timing resistor of a 555 timer chip and see if that produces a ramped start and stop. Solderless experimenter's boards are great for that kind of experimentation.

You might try different values, of course, to see what they do. Anything from 1 uF to 330 uF would be where I'd start.

HTH
belkin321
Posts: 104
Joined: Mon Aug 11, 2008 2:26 am
Location: Arizona

bussard rotation ramp up

Post by belkin321 »

Thanks to all for your assistance.
Post Reply