차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
faduino:modularfaduino:ethernet:index [2026/02/14 06:41] adminfaduino:modularfaduino:ethernet:index [2026/07/23 11:44] (현재) – [CF-SHIELD] admin
줄 1: 줄 1:
 ====== CF-SHIELD ===== ====== CF-SHIELD =====
-이 모듈은 Arduino Ethernet Shield 2 보드를 장작하여 ETHERNET 통신을 구현할 수 있도록 한 베이스 모듈입니다. CFMEGA2 CPU 모듈과 연결하여 사용되며, 이더넷 기반의 통신 기능을 가능하게 합니다. +이 모듈은 Arduino Ethernet Shield 2 보드를 장작하여 \\ ETHERNET 통신을 구현할 수 있도록 한 베이스 모듈입니다. CFMEGA2 CPU 모듈과 연결하여 사용되며, 이더넷 기반의 통신 기능을 가능하게 합니다. 
  
   * CFMEGA2 모듈 왼쪽에 연결하여 사용합니다.   * CFMEGA2 모듈 왼쪽에 연결하여 사용합니다.
줄 6: 줄 6:
   * Arduino에서 제공하는 Ethernet 라이브러리를 사용해야 합니다.   * Arduino에서 제공하는 Ethernet 라이브러리를 사용해야 합니다.
  
 +{{ :faduino:modularfaduino:ethernet:ethernet1.png?nolink |}}
  
-{{ :faduino:modularfaduino:ethernet:ethernetb2eda91.png?nolink |}} 
  
 Arduino Ethernet Shield 2 보드는 저희 컴파일 테크놀로지에서 판매하고 있지 않습니다. 네어버 검색을 통해 다양한 구매처로부터 구매가 가능합니다. 또한 Arduino Ethernet Shield 2 보드는 저희 회사에서 기술지원하지 않습니다. 구매하신 곳에서 기술지원을 받으시기 바랍니다. Arduino Ethernet Shield 2 보드는 저희 컴파일 테크놀로지에서 판매하고 있지 않습니다. 네어버 검색을 통해 다양한 구매처로부터 구매가 가능합니다. 또한 Arduino Ethernet Shield 2 보드는 저희 회사에서 기술지원하지 않습니다. 구매하신 곳에서 기술지원을 받으시기 바랍니다.
줄 29: 줄 29:
  
   * **라이브러리 등록** : 라이브러리 매니저 >> "ethernet3"검색 >> Ethernet3 설지   * **라이브러리 등록** : 라이브러리 매니저 >> "ethernet3"검색 >> Ethernet3 설지
-{{:modularfaduino:ethernet:ethernet_라이브러리_등록.jpg?|}}+ 
 +{{ :faduino:modularfaduino:ethernet:ethernet1.jpg?nolink |}} 
   * **Webserver** 예제 프로그램 : 파일 >> 예제 >>Ethernet3 >> Webserver   * **Webserver** 예제 프로그램 : 파일 >> 예제 >>Ethernet3 >> Webserver
-{{:modularfaduino:ethernet:webserver예제.jpg?|}} + 
-{{:modularfaduino:ethernet:webserver예제실행.jpg?|}}+{{ :faduino:modularfaduino:ethernet:webserver1.jpg?nolink |}} 
 +{{ :faduino:modularfaduino:ethernet:webserver2.jpg?nolink |}}
  
   * **SDCARD Webserver** 예제 프로그램    * **SDCARD Webserver** 예제 프로그램 
줄 38: 줄 41:
 웹서핑을 통해 찾은 사용예입니다. 이 소스에 대한 기술지원은 제공할 수 없는 점 양해바랍니다. 웹서핑을 통해 찾은 사용예입니다. 이 소스에 대한 기술지원은 제공할 수 없는 점 양해바랍니다.
  
 +++++[ 소스 보기 ]|
 <code c> <code c>
  
줄 116: 줄 120:
 } }
 </code> </code>
 +++++
 +
 {{:faduino:modularfaduino:ethernet:sdcard.png?700|}} {{:faduino:modularfaduino:ethernet:sdcard.png?700|}}