Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/arduino-powerswitch
Documentation and implementation of a power switch controlled by an arduino.
https://github.com/norfairking/arduino-powerswitch
Last synced: about 2 months ago
JSON representation
Documentation and implementation of a power switch controlled by an arduino.
- Host: GitHub
- URL: https://github.com/norfairking/arduino-powerswitch
- Owner: NorfairKing
- License: gpl-2.0
- Created: 2014-03-18T14:27:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-20T08:04:32.000Z (over 10 years ago)
- Last Synced: 2024-05-01T12:37:39.356Z (8 months ago)
- Language: Arduino
- Size: 177 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Arduino Powerswitch
Documentation and implementation of a power switch controlled by an arduino** The Idea
Any regular powerswitch has to be controlled by hand.
I wanted to make one that can be controlled programmatically so I started this project.Note: When I started this, I knew next to nothing about electronics.
I got most of the information from advice I got from an electronics store owner.** Requirements
*** Required Software
- Dia (only if you want to make the diagrams, the svg files are included in this repository)
- Arduino SDK (to upload the programs to your arduino)
*** Required Materials
- An arduino (Arduino one)
- A resistor (10K)
- A transistor (MOSFET BS170)
- A relay
- A diode (1N4007)
- A powerstrip
- Soldering materials