예전에는 그냥 GPIO로 제어만 해서
실제로 AC나 DC를 물리지 않았던 지라..
한번 선풍기/전기장판 이런거 제어해볼가 하고 일단 구매하려고 하는데..
AC는 두개를 모두 릴레이로 따로 제어해주어야 하나?
하나의 선만 하면되려나? 헷갈리네?
[링크 : http://deneb21.tistory.com/222]
[링크 : http://bbangpan.tistory.com/79]
[링크 : http://blog.naver.com/yunks4001/220029836358]
[링크 : http://rabbitmax.com/files/SONGLE-SRD-05VDC-SL-C.pdf]
일단은.. 그냥 NC-COM 연결하면 되는거 같긴한데..
[링크 : http://howtomechatronics.com/tutorials/arduino/control-high-voltage-devices-arduino-relay-tutorial/]
NO에 연결하면 LOW 일때 스위치가 연결되는 듯?
그럼.. NC에 하면 LOW 일때 스위치가 끊어지려나?
digitalWrite(RELAY1,LOW); // Turns ON Relays 1 Serial.println("Light ON"); delay(2000); // Wait 2 seconds digitalWrite(RELAY1,HIGH); // Turns Relay Off Serial.println("Light OFF"); delay(2000); |
[링크 : http://www.instructables.com/id/Controlling-AC-light-using-Arduino-with-relay-modu/]
A접점(arbeit contact)은 전기적으로 릴레이에 전류가 흐르면 동작하여 닫히는(ON) 접점 (normally open contact).
B접점(break contact)은 전기전으로 릴레이에 전류가 흐르면 동작하여 접점이 열리는(OFF) 접점. 상시폐접점(normally closed contact). C접점(change-over contact)은 a, b접점부를 공유, 트랜스퍼 접점(transfer contact) 이라고도 함. A접점=NO(Normally open) B접점=NC(Normally closed) C접점=Transfer contact |
[링크 : http://blog.naver.com/hjhmsshs/50190270118]
+
2020.03.07
전원선 끊어서 NO(normal open, 전원 차단시 꺼짐) - COMMON에 연결하면 된다.
[링크 : http://makeshare.org/bbs/board.php?bo_table=arduinoetc&wr_id=14]
'embeded > arduino(genuino)' 카테고리의 다른 글
심심한데 머리가 안돌아가는 아두이노.. -_ㅠ (0) | 2017.12.28 |
---|---|
간만에 지름신 (0) | 2017.10.26 |
hoverlabs 사의 hover 제품 (0) | 2017.07.17 |
아두이노 스켈레톤 코드 및 부트로더 (0) | 2017.02.11 |
avrdude arduino (0) | 2016.12.02 |