protecting the propeller against emi
i have this project where there is huge strobe light that is being fired off by the propeller chip and it is causing the chip to reset midway in the program. I've tried putting the chip in a tin enclosure but it is still resetting, any suggestions as to what else i can do.
thanks in advance, --Henry--
thanks in advance, --Henry--
Comments
Is your Propeller on a PCB or breadboard? If it's on a PCB, does it have a ground plane?
Is your tin enclosure grounded?
Are your power and logic grounds well separated?
A photo of the set-up might help, too.
Correct dimensioned coils/Ferrite-beds on Power and signal wires to it and separate Power supply To strobe light ---> Need help little
i am using the prop proto board with usb, i don't think it has a grounding plane i think it is just double sided. the tin enclosure is grounded. power and logic are separated, although the logic side input is just a pulse of vdd to get the program running, and all the program does is send 30 pulses to a transistor to turn on a circuit on and off.
the strobe is a 500 watt strobe so it has its own power supply and dedicated cable. it is a professional photography strobe pack.
This problem has bit me more than once.
Duane
-Phil
once the program is loaded, the the prop board is disconnected from computer and runs by itself. here is the code.30 flash with led ring small and big final.spin30 flash with led ring small and big final.spin
can you elaborate, that might just solve the problem. i'm looking at the prop board and don't know where the reset pin is.
Place both the resistor and (more so) the capacitor as close to the reset pin on the propeller as possible.
I think Phil means the RESn pin.
Look at the pin diagram on page 4 of the data sheet for the QFN chip:
http://www.parallax.com/Portals/0/Downloads/docs/prod/prop/PropellerDatasheet-v1.2.pdf
With some luck and a magnifying glass, you might be able to follow the trace on your proto board. There's a tact switch connected to that pin.
Ken posted the traces of the Prop Proto Board on this thread. See post #10.
Duane