Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.md 1.4 KiB

há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
há 2 anos
12345678910111213141516171819202122232425262728
  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. Optionally a speaker is used to indicate the state of the power socket "boot" process. A circuit breaker may be added to guard the whole device from tripping the main circuit breaker in the building.
  8. ## Bill of Materials
  9. - microcontroller (MCU, Arduino)
  10. - multi-relay module board
  11. - 5V power brick (to power the MCU and relays)
  12. - socket for the power brick
  13. - electrical distribution box (safe housing for the whole device)
  14. - power socket modules suitable for the distribution box
  15. - corded power plug (for connecting the whole device to electricity)
  16. - cables suitable for electrical wiring
  17. - speaker (optional)
  18. - circuit breaker module (optional)
  19. TODO: image of internals