// 아두이노 RFID입력 예제
https://www.flickr.com/photos/35167919@N07/5508760777/sizes/l/
// 아두이노 RFID 예제
http://www.instructables.com/id/Reading-RFID-Tags-with-an-Arduino/?ALLSTEPS
// 아두이노 WebClient 정보
http://www.arduino.cc/en/Tutorial/WebClient
// 아두이노 web client 강의
https://www.youtube.com/watch?v=-vwL6ti4hLM
https://www.youtube.com/watch?v=vcOE2XAQHzY
http://fritzing.org/home/
// 아두이노 rfid 예제 id12
http://jcoder.me/blog/2012/06/19/reading-rfid-tags-with-arduino-and-id12/
// 아두이노 네이버 카페
http://cafe.naver.com/sketchurimagination/304
// WAMP 와 연결
http://www.instructables.com/id/Getting-Arduino-data-to-a-web-Page/?li_source=pm&li_medium=related-instructables&li_campaign=related_test
// 아두이노 working HTTP POST example
http://forum.arduino.cc/index.php?topic=155218.0
// 아두이노 웹클라이언트 코드
http://playground.arduino.cc/Code/WebClient
// 아두이노 와이파이 센서 http data upload
http://fritzing.org/projects/arduino-wifi-sensors-http-data-upload/
==========================================================
// 아두이노 윤 wifi 상태설명
http://www.arduino.cc/en/Tutorial/YunWiFiStatus
// 아두이노 wifi 설명
http://www.arduino.cc/en/Tutorial/WiFiWebClient
// 아두이노를 IoT 기기로 만들어보기 : 이건 서버라 제외
http://tb.devbj.com/post/102995689320/arduino-iot-webserver
<<
옆에 앉은 분이 피터지게 만든 강의 자료
- Note1 – Arduino - 아두이노 역사 부터 간단한 소개, 스케치 설치하기
Note2 – Blink sketch - Arduino Mega 보드에 있는 LED 끄고 켜보고 감잡기
- Note3 – Hello World - 시리얼 포트로 메시지(디버깅 정보) 출력하는 기능을 추가해 보자
- Note4 – Ethernet shield - 자 인터넷으로 연결을 해보자. 그럼 필요한 건 바로 EthernetShield, 약간은 어려워지는 단계, SPI 도 알아야 한다.
- Note5 – ioShield-A - WIZnet W5500으로 만든 새로운 Ethernet Shield, 소프트웨어 자료는 WIZ_Ethernet_Library 링크 누르면 다운로드 가능
- Note6 – WebServer - 기본적으로 제공되는 웹서버 소스를 통해 감잡아 보자.
- Note7 – WebServer controlled LED
- Note8 – WebServer controlled LED DEMO
- Note9 – WebServer controlled LED Sketch - 먼가, 웹을 통해 원격에서 제어하는 법을 볼 수 있는 멋진 데모, 그래봐야 LED를 켜고 끄는 것이지만 기본이 중요한 법. 확장은 자유~~ >>