I found this circuit on the internet for cutting away a balloon. Is it appropriate for use with a Propeller? I don't know much about mosfets. Should I have a series resistor with the Prop's pin to limit current? Also, what is the 15k resistor for?
thanks,
Jay
Comments
The Prop would be suitable for this, assuming the gate will operate at 3v3.
Someone else may know whether a series gate resistor is required for logic level fets, I would guess not since it is designed for a logic input, but some low value gate resistor (100-200) may be a good idea for short protection in case the fet gets fried.
Side note: You could always use labels instead of nets to tidy up drawings that start to get cluttered.
Make sure you don't actually need pullups on both SCL and SDA.
Post Edited (TChapman) : 11/21/2008 10:44:26 PM GMT
kenjj
I haven't noticed the camera triggering by accident, but I will had a pull-down. Any idea on a good value, 5k?
blastzone.com/pml/components.asp?groupid=18
Those terms are sometimes confused, used interchangeably, and so on. If your circuit is designed for low-current devices, it's not going to light high-current igniters. Is your plan to use the igniter to light a small BP charge that severs a line from the balloon to the parachute/instruments? If so, either ematches or igniters will work. Ematches are far easier to light, but far harder to get your hands on.
Obviously ground testing is necessary.
Post Edited (Jay Kickliter) : 11/22/2008 12:00:37 AM GMT
1) Unless you are running Multi-master I2C (never ever seen it and the software gets complex) you do not need a pull-up on SCL as this is always a single output driven by a single master.
2) Pull-down R10 on the MOSFET is good but if you are going to use a series "safety" resistor R7 then put the pull-down on the logic side. This is a MOSFET and not a bipolar, you want the maximum gate drive possible but with the benefits of an guaranteed pull-down.
3) The BUZ11 is not logic level compatible unless you only want to switch 1ma. From your circuit the transistor only dumps the charge from C9 (which is?) at 5V so there are many small bipolar transistors far more suitable.
4) With BOE tied low the reset is a weak output with around 5K pull-up internally, no need for additional pull-ups.
Don't rely on what books and various sources say, all things need to be taken in context which requires digging a bit deeper and coming up with the answer to why.
*Peter*
Agreed. However I think that the author of that page is using the word "igniter" to refer to what looks like an ematch, and the comment that "the igniter needs about 2amps @ 3Volts for just a few milli seconds to fire" supports that. You may want to contact the high power rocket guys in your area for assistance with this part. I may be wrong, but I think that circuit isn't going to fire the kind of igniter that you can just pick up in a local hobby store. I'm tempted to test it myself - if I put one together and try it, I'll let you know how it comes out.
If BOEn is pulled high, the RESn is a CMOS input with Schmitt trigger. Period. None of their schematics I've found are wired this way. This, to me, suggests an external pullup would be needed. This is just for future reference.
Later!
kenjj
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Timothy D. Swieter, E.I.
www.brilldea.com - Prop Blade, LED Painter, RGB LEDs, uOLED-IOC, eProto for SunSPOT, BitScope
www.tdswieter.com
Rocket guys sometimes use something to burn through a piece of fishing line, which is strong enough to hold things together but also more likely to burn through cleanly than some kind of braided (nylon?) cord. I've not heard of "sizzle cord", but I'll take a look at the forum search for references.
I don’t know if you ever got the answer you were looking for or not…on your circuit, whether or not the Propeller will drive it depends on the gate voltage of the MOSFET you’re using. The datasheet should provide that information in the form of VGS. You don’t need a series resistor on the MOSFET.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
-Phil
-Phil
*Peter*
search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=ZTX689B-ND
(The spec summary at Digikey is incorrect, read the datasheet, mentions a 2A figure only for reference to typical gain)
P.S. There are other higher current variations of this transistor also.
search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=ZTX869-ND
Thanks for the find…this will be a nice one to use in Propeller applications.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Peter, I like the idea of using the smaller transistor. I didn't know such small transistors could handle that current. But, I think I'll go with the MOSFET. Insead of locking myself into one cutdown design. I'm going to add a jumper and the abilty of firing an emach from the capacitor, or just use the MOSFET as a switch that I can connect in series with a Lith 9v and some nichrome wire.
http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=IRF7463PBFCT-ND
You should allow for pullups on the SD card, some cards need them. It mightn't be a bad idea if you allow for at least a 10uf tantalum across the SD card supply as they can draw quite a bit of current at times and this might normally cause the VDD to dip badly.
R3 can easily be increased to 10K as it looks like an input from a +5V signal. You will find that there might be too much current that flows into VDD during low-power modes like RESET and the VDD gets pushed up to the chips breakdown voltage. The same goes for any inputs from a higher voltage, the only disadvantage of a higher value would be a limitation to the pulse response but I'm talking more like megahertz it's not a worry here.
I like to keep VDD clean and not too heavily loaded just to minimize problems as it all depends upon the prop having a clean supply.
Also, I favor sinking LEDs to +5V rather than sourcing current from the VDD supply. Admittedly my +5V supplies are usually switch-mode (why not consider this) so they don't have a problem with supplying the current. Because the minimum voltage drop of an LED is at least 1.6V the prop doesn't have a problem with them connected to +5V. Plus this also allows blue and white leds to be operated as well.
That remark about the series resistor not being required for MOSFETs is correct but it is good practice to allow for a resistor for safety reasons (the prop's), not because it needs it. This is especially true if there is enough inductive kick back from the drain via the internal drain-gate capacitance or if the device fails.
Other than these few remarks
*Peter*
Peter, could you expand on this a little? What if I need to switch LED's on and off in code, I have no choice but to hook them up to the prop. And I was planning on using blue LEDs, what makes their application different?
With the Propeller, there's absolutely no sound reason to choose current-sinking (anode to Vdd) over current-sourcing (cathode to ground) for driving your LEDs. The reason is that the Propeller's outputs are symmetrical: they can source and sink current with equal facility. Not all microcontrollers are designed this way, however. Some controllers can sink more current than they source, in which case a current-sinking output would be preferrable to your current-sourcing drive.
What Peter may be referring to with blue LEDs is the fact that, unlike their red and green brethren, a blue LED's forward voltage is often more than 3V. (Be sure to check the specs.) This would typically make a 3.3V source unsuitable for driving them, since there's so little headroom for the current-limiting resistor. Under such circumstances, it may be better to connect their anodes to +5V and pull them low with the Propeller pin via a current-limiting resistor.
But this applies only if you intend to drive the LEDs at their nominal operating current. At lesser currents, a blue LED's forward voltage will drop to well below its nominal value. For example, an LED rated at a 3.25V forward voltage when drawing a nominal 20mA, may have a forward voltage of 3.0V when drawing 3mA. Under such circumstances, driving it with a 3.3V output through a 100-ohm limiting resistor will work just fine.
I assume you're planning to use them as indicators anyway, not to light up a room. Right? OTOH, if you're using them as a strobe beacon, you'll want to drive them through an open-collector transistor driver, in order to sink more peak current than the Propeller can provide.
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
'Just a few PropSTICK Kit bare PCBs left!
Post Edited (Phil Pilgrim (PhiPi)) : 11/29/2008 2:03:00 AM GMT
Thanks everyone for the help. I'm amazed every day at how much I don't know. I was an electronics tech in the Navy for many years. But now that I'm starting to design stuff I realize how little I actually knew.