You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.0 KiB

2 years ago
1234567891011121314151617181920212223242526
  1. # Slow-Start Power Socket
  2. If connecting all your devices at the same time is tripping a circuit breaker, you need a *slow-start power socket*.
  3. This device controls a strip of power sockets, enabling them individually one by one with a delay. This way there is a much smaller spike in electricity usage, which helps to avoid tripping the circuit breaker.
  4. TODO: image of result
  5. ## Overview
  6. A microcontroller is powered from a 5V brick (always connected). It controls a set of relays, which in turn enable power to individual power sockets. Upon boot the microcontroller waits a few seconds before enabling each of the power sockets. Then it sits idly by until the next power outage. All of this is enclosed in an electrical distribution box.
  7. ## Bill of Materials
  8. - microcontroller (Arduino)
  9. - multi-relay module
  10. - 5V power brick
  11. - electrical distribution box
  12. - power sockets modules for the distribution box
  13. - corded power plug
  14. - cables suitable for electrical wiring
  15. - speaker (optional)
  16. - circuit breaker (optional)
  17. TODO: image of internals