목차
-. W5100, W5500 chip inside Arduino
-. 전기/전자 기초
-. Arduino 소개
-. Arduino IDE 설치하기
-. 프로그래밍 기초
-. Peripheral 이론 및 실습
디지털 입출력, 아날로그 입력 및 아날로그 응용 실습
W5100, W5500 chip inside Arduino
Arduino Board
Arduino Ethernet Shield
전기/전자 기초
참고 자료
• 아두이노를 사용하기 전에 기초가 되는 지식들을 알아보겠습니다.
• 전기의 이해 - http://openstory.tistory.com/4
• 옴의 법칙과 아날로그 & 디지털 설명 - http://openstory.tistory.com/5
• 펄스폭변조(PWM) - http://openstory.tistory.com/6
• 저항의 용도 - http://openstory.tistory.com/7
• 브레드 보드(Bread board) - http://openstory.tistory.com/8
• 위 자료들은 인터넷 어디에서나 찾아볼 수 있는 기초 지식들입니다.
• 기초를 확실하게 아시는 것이 아두이노를 시작하는데 많은 도움이 됩니다.
Arduino 소개
WHAT IS ARDUINO?
• Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's intended for anyone making interactive projects.
한글 editing이 잘 안 될 때
• 제공된 arduino-core.jar, pde.jar 파일로 대체하면 됩니다.
프로그래밍 기초
아두이노 기본구조
함수/변수
연산자
조건문
반복문
* LED는 긴 쪽을 (+)단자로, 짧은 쪽을 (-) 단자로 방향을 주의해서 연결해주세요.
* LED는 긴 쪽을 (+)단자로, 짧은 쪽을 (-) 단자로 방향을 주의해서 연결해주세요.
'Arduino' 카테고리의 다른 글
To use WIZ550io in Arduino platform - Arduino UNO (0) | 2017.08.17 |
---|---|
아두이노 컨트롤을 위한 스마트폰 앱 활용 (1) | 2016.05.12 |