"In the world of spuds today"
- jackssmirkingrevenge
- Five Star General
- Posts: 26203
- Joined: Thu Mar 15, 2007 11:28 pm
- Has thanked: 569 times
- Been thanked: 344 times
I hadn't seen the video in your previous post, great job!
hectmarr wrote:You have to make many weapons, because this field is long and short life
- mark.f
- Sergeant Major 4
- Posts: 3638
- Joined: Sat May 06, 2006 11:18 am
- Location: The Big Steezy
- Has thanked: 58 times
- Been thanked: 58 times
- Contact:
That control box is giving me fits right now. I had a diode in place to prevent the 555 from sinking current but I went to replace it with a better one and wound up installing it backwards ( ). Have to replace the 555 and diode.
The PWM circuit is for something completely unrelated though... hopefully I can put both on a cannon sometime in the near future.
The PWM circuit is for something completely unrelated though... hopefully I can put both on a cannon sometime in the near future.
Mark;
Post a schematic or a link of the schematic you used.
There are shematics out there which are not ideal for the application.
Some even have gross mistakes.
Post a schematic or a link of the schematic you used.
There are shematics out there which are not ideal for the application.
Some even have gross mistakes.
- mark.f
- Sergeant Major 4
- Posts: 3638
- Joined: Sat May 06, 2006 11:18 am
- Location: The Big Steezy
- Has thanked: 58 times
- Been thanked: 58 times
- Contact:
Here's what I plan on using... it's used to heat a small coil, so switching frequency isn't terribly important.
- Attachments
-
- 555pwm.gif (4.2 KiB) Viewed 3277 times
There appears to be an error on the potentiometer wiring.
I will do a schematic for 5-95% duty cycle.
I will do a schematic for 5-95% duty cycle.
- POLAND_SPUD
- Captain
- Posts: 5402
- Joined: Sat Oct 13, 2007 4:43 pm
- Been thanked: 1 time
You people still use 555timers ?That control box is giving me fits right now. I had a diode in place to prevent the 555 from sinking current but I went to replace it with a better one and wound up installing it backwards. Have to replace the 555 and diode.
You can get an attiny45 for 1$
considering the price of the parts, extra components and time it is much cheaper to use a uC
Children are the future
unless we stop them now
unless we stop them now
- mark.f
- Sergeant Major 4
- Posts: 3638
- Joined: Sat May 06, 2006 11:18 am
- Location: The Big Steezy
- Has thanked: 58 times
- Been thanked: 58 times
- Contact:
The potentiometer's wired as a rheostat so doesn't function as a voltage divider but a variable resistor... using only one pin and the center one (wiper). Measuring the one I plan to use gives around 50 to 1000 ohms... probably need a 10kohm one or larger though.dewey-1 wrote:There appears to be an error on the potentiometer wiring.
I will do a schematic for 5-95% duty cycle.
EDIT: PS, I bought a handful (25) of 555's from Mouser the last order I made for about $0.45 a piece... considering I have bags of resistors/ceramic capacitors and several "donor" circuit boards lying around, I'd have to say it's much cheaper to use a 555 to do something as simple as flashing an LED (what it's used for on that board I was referring to in your quote.)
[quote="POLAND_SPUD
You people still use 555timers?
You can get an attiny45 for 1$
considering the price of the parts, extra components and time it is much cheaper to use a uC[/quote]
Not necessarily!
What about the price of the programming interface or the parts to build one.
(Granted it is a one time investment.)
Someone may need a simple circuit without the need/desire to learn programming.
Mark, here is typical PWM 555 circuit.
You people still use 555timers?
You can get an attiny45 for 1$
considering the price of the parts, extra components and time it is much cheaper to use a uC[/quote]
Not necessarily!
What about the price of the programming interface or the parts to build one.
(Granted it is a one time investment.)
Someone may need a simple circuit without the need/desire to learn programming.
Mark, here is typical PWM 555 circuit.
- mark.f
- Sergeant Major 4
- Posts: 3638
- Joined: Sat May 06, 2006 11:18 am
- Location: The Big Steezy
- Has thanked: 58 times
- Been thanked: 58 times
- Contact:
I guess I have to actually study the workings of the 555 a little more to get why you would use a potentiometer to supply a fraction of the supply voltage to the trigger than threshold pins... I think either circuit would work but yours has the advantage of a constant switching frequency? Off to the books, lol.
EDIT: For instance, this makes more sense to me.
EDIT: For instance, this makes more sense to me.
- POLAND_SPUD
- Captain
- Posts: 5402
- Joined: Sat Oct 13, 2007 4:43 pm
- Been thanked: 1 time
I know 555timers are even cheaper but they are limited.EDIT: PS, I bought a handful (25) of 555's from Mouser the last order I made for about $0.45 a piece... considering I have bags of resistors/ceramic capacitors and several "donor" circuit boards lying around, I'd have to say it's much cheaper to use a 555 to do something as simple as flashing an LED (what it's used for on that board I was referring to in your quote.)
so it's like buying a pen for 0.5$ when you can an entire set comprising of a few pens, pencils, pencil crayons, pencil sharpeners, rulers, erasers etc for 1$
Children are the future
unless we stop them now
unless we stop them now
- mark.f
- Sergeant Major 4
- Posts: 3638
- Joined: Sat May 06, 2006 11:18 am
- Location: The Big Steezy
- Has thanked: 58 times
- Been thanked: 58 times
- Contact:
Yes, but do you need a calligraphy set to sign a check?
If it makes you feel any better I am still looking at getting a PIC emulator/programmer along with an arduino and some ATiny's sometime in the near future... for instance, handling the problem of increasing duty cycle with a 555 PWM generator to respond to something like voltage drop on a battery during operation quickly becomes a headache.
If it makes you feel any better I am still looking at getting a PIC emulator/programmer along with an arduino and some ATiny's sometime in the near future... for instance, handling the problem of increasing duty cycle with a 555 PWM generator to respond to something like voltage drop on a battery during operation quickly becomes a headache.
- POLAND_SPUD
- Captain
- Posts: 5402
- Joined: Sat Oct 13, 2007 4:43 pm
- Been thanked: 1 time
that's pretty much the point - 555timers are cool but there are better ways to do stuff and it just happens that they are actually cheaperfor instance, handling the problem of increasing duty cycle with a 555 PWM generator to respond to something like voltage drop on a battery during operation quickly becomes a headache
ohh BTW just got a Launchpad board (well actually two one is for a friend of mine). just 4.30$ a piece (inlcuding shipping)
here is a simple example sketch sending temperature readings through serial
[youtube][/youtube]
Note that they can be programmed using Energia IDE
more on it here >>>
http://www.instructables.com/id/Use-Ard ... ad-MSP430/
Last edited by POLAND_SPUD on Wed Mar 06, 2013 2:08 pm, edited 1 time in total.
Children are the future
unless we stop them now
unless we stop them now
Many moons ago, about 1974, I designed a circuit based on a 555 and also 7555 which was used for 1 to 30 second interval timer.
It functioned but had poor repeatabily and was very prone to external noise causing false triggering. This is inheritantly due to negative edge triggering.
Try an electric drill in close proximity to the circuit and turn the drill on and off.
Poland Spud do this same test with your uC to see how noise immune your micro controller is. Let me know your results.
At that time I totally redesigned the circuit using a XR2240 and later a XR2242 and XR2243.
These all used positive edge triggering and had internal 8 bit or more binary counters. Problems gone after using something like this;
http://www.intersil.com/content/dam/Int ... fn2866.pdf
Actually I do not like the 555 for the above reasons. I discovered a lot of faults in using the 555's back then.
edit: XR (Exar) not ICM (Intersil) 72 series
It functioned but had poor repeatabily and was very prone to external noise causing false triggering. This is inheritantly due to negative edge triggering.
Try an electric drill in close proximity to the circuit and turn the drill on and off.
Poland Spud do this same test with your uC to see how noise immune your micro controller is. Let me know your results.
At that time I totally redesigned the circuit using a XR2240 and later a XR2242 and XR2243.
These all used positive edge triggering and had internal 8 bit or more binary counters. Problems gone after using something like this;
http://www.intersil.com/content/dam/Int ... fn2866.pdf
Actually I do not like the 555 for the above reasons. I discovered a lot of faults in using the 555's back then.
edit: XR (Exar) not ICM (Intersil) 72 series
Last edited by dewey-1 on Wed Mar 06, 2013 2:26 pm, edited 1 time in total.
- POLAND_SPUD
- Captain
- Posts: 5402
- Joined: Sat Oct 13, 2007 4:43 pm
- Been thanked: 1 time
not sure if you remember but I did abuse it quite a lot herePoland Spud do this same test with your uC to see how noise immune your micro controller is. Let me know your results.
[youtube][/youtube]
my desktop was like 4 meters away or so and when the ignitor discharged the PC somehow had problems with devices connected to its USB ports (in the background you can hear the sound which is played whenever a new (and unknown device is plugged into the USB port))
Not only that - the uC occasionally freezed - you told me to include a cap in the circuit and after that the circuit was working fine (though the desktop still behaves in the same way ;D)
Children are the future
unless we stop them now
unless we stop them now
I remember that. That is some extreme RF being generated with a HV arc.
If your circuits can survive the "drill test" at 6 inch proximity they will typically survive a normal ambient environment like your home.
If your circuits can survive the "drill test" at 6 inch proximity they will typically survive a normal ambient environment like your home.