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.
bussard rotation ramp up
Moderators: Sparky, Moderators
- Pat Amaral
- Posts: 3730
- Joined: Fri Jul 12, 2002 2:44 pm
- Location: Ok, I'm here. You can start now
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
=============================
50% Nerd, 50% Geek, 100% Cool
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...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.
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.
There are no rats.
The skulls eat them.
bussard rotation ramp up
Thanks Pat and Tetsujin. Tetsujin, where in a chaser circuit would the resistor and capacitor be placed. Thanks again for any help.
Re: bussard rotation ramp up
That's the part I don't know. :D I'm really a lot better with programs than I am with analog circuits...belkin321 wrote:Thanks Pat and Tetsujin. Tetsujin, where in a chaser circuit would the resistor and capacitor be placed. Thanks again for any help.
---GEC (三面図流の初段)
There are no rats.
The skulls eat them.
There are no rats.
The skulls eat them.
-
- Posts: 2405
- Joined: Fri Jul 12, 2002 3:03 pm
- Location: The Wilds of Northwoods Wisconsin
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
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
bussard rotation ramp up
Thanks to all for your assistance.