It does have a lot of interface wiring hooked up but these are very thoroughly EMP protected with Transorbs and have been in use for 20+ years surviving tropical storm Allison, Hurricane Ike, and many other national news worth storms in the Houston area -- this was a pitiful storm by our standards never even making the lights noticeably flicker, although the UPSes did "beep" once. This protection was added in a rebuild after EMP from Hurricane Alicia wiped out the initial system (pre-IBMPC CMOS logic).
Why is the BBW far more sensitive to this than the RPi2 using similar 2A+ wall-wart power supplies plugged into the same UPS?
My initial "work-around" would be a watchdog running on the RPi2 to active a normally closed relay to interrupt the BBW power supply so it'd restart after after the BBW dies. I've already have in place network monitoring of the BBW status and a "heartbeat" to detect when it stops. But I'd rather the BBW didn't crash :(
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/9305eb4a-be7e-4c4e-8985-404dc92fcc12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/cae943c7-6211-4796-9037-f37dcbe56cf8%40googlegroups.com.
Gerald"
Being in active use for ~25 years and hooked to a variety of computers as the years have passed, its never been a problem, but the best I could do would be a scan of the diagrams I've built it from. Its very repetitive, four basic interface circuit designs repeated 2, 4, 8, 16 times. But I may get desperate enough to do this, eventually.
But it acted as if the power button had been held down and just shut off, and there was minimal disturbance to lights (mix of incandescent, CF, and LED) and the various USPes around the house, so I'm thinking maybe EMP sensitivity in the power controller chip. Its an old house (built circa 1950), but this outlet is one that I ran a 12ga stranded wire straight from the outlet to the grounding rod at the service entrance when we first moved in to give me a good ground back in the days I did a lot of hardware work -- remember the days of wire-wrapped S-100 bus prototypes :)
OTOH, as I've upgraded the security cameras to HD I've reused the SD camera wiring to add additional PIR motion detectors, and I just discovered (after posting this thread) I'd one added PIR unintentionally powered from a different UPS (but they are all on the same breaker and safety ground connection), so I'll see if it happens again. This had been the case for the first thunderstorm crash a few months ago as well.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/6cc15654-ade8-4aea-821b-c7bed75f5575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAHK_S%2Be95AW5w7o5gwcyvnULgy_3cvVqOVMOmj30g-P5tJF3Ag%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORrnE%2BbWWhr6soH1S6XOecSCHshoysY9aOO_AajN_S-TEw%40mail.gmail.com.You received this message because you are subscribed to a topic in the Google Groups "BeagleBoard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beagleboard/l8hri0SzSKE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
Due to the location, shielding the BB in a metal box is way too invasive to try. Since the RPi2 has had no issues either time I consider the evidence that shielding would help to be shaky at best.
I got it booted again by unplugging the BB wal-wart 5V supply and plugging it back in. As a last resort I can add a watchdog and relay to interrupt the BB power and re-apply it after ~30 seconds.
Thanks for the info about the input voltage sensitivity of the Beaglebone, good chance this is the real issue, especially as there was a good chance for "ground bounce" between different parts of the system from my mistake in powering one of the PIR sensors off the "wrong" UPS. Time will tell. If it happens again now that I've corrected that mistake, I'll look into powering the BB with a better supply, and/or look into adding the backup battery option.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/023e9e06-2c70-4980-a197-ed9435c7a90c%40googlegroups.com.
Thanks for the info about the input voltage sensitivity of the Beaglebone, good chance this is the real issue, especially as there was a good chance for "ground bounce" between different parts of the system from my mistake in powering one of the PIR sensors off the "wrong" UPS. Time will tell. If it happens again now that I've corrected that mistake, I'll look into powering the BB with a better supply, and/or look into adding the backup battery option.
If the cause is in fact ESD somehow triggering the Beaglebone reset. Adding a battery won't help unless you remove the acpid package. However I will add that pressing the power button, and input voltage going away both fire the same interrupt. So if it was power momentarily dipping below the 5v threshold. Adding a battery should fix that. Do note, though unless you want your board to power down immediately, you'll want to remove the acpid package . . .
So, just to be 100% clear. the acpid package ( service ) triggers both button press, and 5v input voltage shutdowns. Remove it, and neither should be triggered afterwards.
On Jul 3, 2016, at 9:12 AM, William Hermans <yyr...@gmail.com> wrote:
So, just to be 100% clear. the acpid package ( service ) triggers both button press, and 5v input voltage shutdowns. Remove it, and neither should be triggered afterwards.If the cause is in fact ESD somehow triggering the Beaglebone reset. Adding a battery won't help unless you remove the acpid package. However I will add that pressing the power button, and input voltage going away both fire the same interrupt. So if it was power momentarily dipping below the 5v threshold. Adding a battery should fix that. Do note, though unless you want your board to power down immediately, you'll want to remove the acpid package . . .Thanks for the info about the input voltage sensitivity of the Beaglebone, good chance this is the real issue, especially as there was a good chance for "ground bounce" between different parts of the system from my mistake in powering one of the PIR sensors off the "wrong" UPS. Time will tell. If it happens again now that I've corrected that mistake, I'll look into powering the BB with a better supply, and/or look into adding the backup battery option.On Sun, Jul 3, 2016 at 8:13 AM, Wally Bkg <wb666...@gmail.com> wrote:Thanks for the info about the input voltage sensitivity of the Beaglebone, good chance this is the real issue, especially as there was a good chance for "ground bounce" between different parts of the system from my mistake in powering one of the PIR sensors off the "wrong" UPS. Time will tell. If it happens again now that I've corrected that mistake, I'll look into powering the BB with a better supply, and/or look into adding the backup battery option.
Due to the location, shielding the BB in a metal box is way too invasive to try. Since the RPi2 has had no issues either time I consider the evidence that shielding would help to be shaky at best.
I got it booted again by unplugging the BB wal-wart 5V supply and plugging it back in. As a last resort I can add a watchdog and relay to interrupt the BB power and re-apply it after ~30 seconds.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/023e9e06-2c70-4980-a197-ed9435c7a90c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORrdSAFGvf%2Bzkf0K7mkR-G4rWWc1-4rvArjU%3DeOHDJwP9A%40mail.gmail.com.