Open targetdrone opened 6 years ago
I'm out of town for a few days but will try to draw up some schematics by end of week.
Still a work in progress but this is how I wired mine should be sufficient.
you can also use the 3V3 from the ATX PSU to trigger PI_GPIO_2 which would be straight-forward and need less soldering etc.
@tcj-lev Yep that is entirely doable using the PWR_OK pin.
Can You provide schematic once more because i bought the parts and now schematic not is not schowing
You can wire into the GPIO pins that are found here; https://www.raspberrypi.org/documentation/usage/gpio/
In order to select the pins for the PSU Control that can be done as below; Here I'm using GPIO Pin2
So the relay if a single unit would need 5v, gnd and signal wired to your chosen gpio pin
I'm sorry if it's obvious, but I'm a newb to connecting hardware to the pi. My pi is powered by a wall wart, independent of the ATX power supply. The wall wart has no ground pin. Because I have a 12" build plate, I blew out my 29A 12VDC power supply, so I bought a 750W ATX power supply, and a small circuit board to run it. I now have plenty of power. The PSU has a ground pin, of course.
Is it safe to just connect pin 40 from the GPIO directly to the sense pin on the ATX cable? Do I also need to interconnect the ground wires of each, or does that risk some kind of unsafe interconnection problem if the two grounds are not at the same potential? If it's a problem, should I be trying to power the pi from the ATX power supply? I've read that it is designed to be powered via USB only, and not from the 5V rail on the GPIO header.
My hope is that a wiring diagram would answer these questions.