User Tools

Site Tools


power_switch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
power_switch [2013/10/04 18:56] – external edit 127.0.0.1power_switch [2015/11/15 20:59] (current) – [Modification of RFM12 power pin (PCB < V1.1)] breaker27
Line 1: Line 1:
 +====== Building up a Power Switch ======
 +
 ===== Needed Parts and PCB ===== ===== Needed Parts and PCB =====
  
-describe it...+You need a **PCB**. You may use the layout from [[https://github.com/breaker27/smarthomatic/tree/develop/hardware/power_switch_1|Github]] and etch it yourself or [[https://www.smarthomatic.org/shop/|order]] the PCB or a complete kit.
  
-===== Preparation of parts =====+==== Partlist (in buildup order) ====
  
-describe it...+^  Amount  ^               Part                      ^  Placing               Picture                    ^ 
 +|    1     | PCB Power Switch 1                      |            |  {{ parts:pcb_power_switch.jpg }}      | 
 +|    2     | Diode 1N4148                            | D1, D2      {{ parts:diode_1n4148.jpg }}          | 
 +|    2     | Resistor 560R green-blue-brown          | R1, R2      {{ parts:resistor_560r.jpg }}         | 
 +|    1     | Resistor 1M brown-black-green           | R3          {{ parts:resistor_1m.jpg }}           | 
 +|    1     | IC holder                               | IC1        |  {{ parts:ic_holder.jpg }}             | 
 +|    1     | Voltage regulator LP2950Z               | IC3        |  {{ parts:ic_lp2950z.jpg }}            | 
 +|    1     | Transistor BC547C                       | T1          {{ parts:transistor_bc547c.jpg }}     | 
 +|    1     | LED 2mA                                 | LED1        {{ parts:led_yellow.jpg }}            | 
 +|    1     | Connector AVR ISP 6pin angled           | JP1        |  {{ parts:connector_isp_angled.jpg }}  | 
 +|    1     | Connector Switched Output 3pin          | X1          {{ parts:connector_clamp_3pin.jpg }}  | 
 +|    1     | Connector 1 pin header (for serial TX debugging)  | JP5        |  {{ parts:connector_pinheader.jpg }}   | 
 +|    1     | Capacitor 10µF                          | C1          {{ parts:capacitor_10uf.jpg }}        | 
 +|    1     | Capacitor 1µF                           | C2          {{ parts:capacitor_220nf.jpg }}       | 
 +|    1     | IC ATMega328                            | IC1        |  {{ parts:atmega.jpg }}                | 
 +|    1     | Relay FTR-K1C (230V, 16A)               | K1          {{ parts:relay_ftr_k1c.jpg }}         | 
 +|    1     | Transceiver PCB RFM12B                  | IC2        |  {{ parts:ic_rfm12b.jpg }}             | 
 +|    1     | Antenna (82,2mm wire)                              |  {{ parts:antenna.jpg }}               | 
 + 
 +maybe extra pins, at your opinion.
  
 ===== Buildup of PCB ===== ===== Buildup of PCB =====
  
-describe it...+As always: start from flat to highGo through the partlist and solder the parts from the top ones to the last ones.
  
-===== Connecting external parts =====+For some parts, you have to consider something special:
  
-describe it...+  * **IC holder:** Look at the notch and place it in the right direction. 
 +  * **LED:** Solder it to a wire if you want to place the PCB in a housing laterRead the instructions on how to [[LED_soldering|solder the LED to a cable]]. The longer wire of the LED is +. It goes into the hole more in the middle of the PCB. 
 +  * **ISP Connector:** The notch points to the side of the PCB (towards the voltage regulator). 
 +  * **10 uF Capacitor:** The marked line is -, which points to the LED. On the PCB, + is labelled. 
 +  * **ATMega:** Before inserting it, you may want to check the voltage levels when switching the power on. Pin7 should have VCC (3V) against pin8 (ground). If you have different voltages: don't panic, nothing is broken, nothing is fried. Search your error. To insert the ATMega, bend the pins at 90 degreed by placing the ATMega on the table and bending it carefully. Then insert it into the IC holder. Be sure that you are not charged with electricity (ESD!) when touching the IC pins. 
 +  * **RFM12B:** You should also check the voltages first before soldering the module. At the place for the radio module the pad beside the antenna and at the opposite side the third pad should read about 3.3 V. For soldering, read [[rfm12b_soldering|the RFM12B mounting instructions]]. 
 +  * **Relais:** If you want to switch high currents, especially at high voltages, it is recommended to solder the wires directly to the relais pins on the bottom of the PCB.
  
-===== Integrate in into a housing =====+{{https://raw.github.com/breaker27/smarthomatic/develop/hardware/power_switch_1/placing.png?500}} 
 + 
 +//(Image directly loaded from external GitHub source. If it doesn't work, fix link in wiki!)// 
 + 
 +===== Flashing the firmware ===== 
 + 
 +If you have a new ATMega where nothing is flashed onto, [[http://www.smarthomatic.org/builds/builds.html|download a prebuilt binary package]] or [[build your own firmware|build your own firmware]]. If you bought a hardware kit, the ATMega should already be flashed. 
 + 
 +After flashing and switching the power on, your power switch should blink three times slowly. If you haven't flashed working EEPROM settings, it flashed quickly endlessly. 
 + 
 +In normal operation, the LED shows the status of the relay. If a timeout is counting down, it flashed very shortly once a second to indicate this. 
 + 
 +===== Integrate it into a housing =====
  
 describe it... describe it...
  
 +===== Modification of RFM12 power pin (PCB < V1.1) =====
 +
 +In PCBs >= V1.1, the RFM12 power pin is connected to an ATMega I/O pin to make it possible to restart the transceiver if communication fails.
 +
 +If you want to modify your old PCB version to have this feature as well, cut two traces carefully (marked red in the picture) and connect two pins of the RFM transceiver to the ATMega (marked green in the picture).
 +
 +Make sure you don't create a short circuit and cut the traces correctly. Use a multimeter to check this.
 +
 +
 +{{:powerswitch_v1_mod.jpg?500|}}
power_switch.1380905779.txt.gz · Last modified: 2014/01/12 11:21 (external edit)