Wiznet WizFi360 Quick Start Manual
Hide thumbs Also See for WizFi360:

Advertisement

Available languages

Available languages

WizFi360
Quick Start Guide
Version 1.1.3
WIZnet Co.,Ltd
Copyright© 2019
Copyright 2019 WIZnet Co., Ltd. All rights reserve

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WizFi360 and is the answer not in the manual?

Questions and answers

Summary of Contents for Wiznet WizFi360

  • Page 1 WizFi360 Quick Start Guide Version 1.1.3 WIZnet Co.,Ltd Copyright© 2019 Copyright 2019 WIZnet Co., Ltd. All rights reserve...
  • Page 2 History Date Description 1.0.0 Aug.2019 Initial version 1.1.0 Sep.2019 Modified environment setting 1.1.1 Sep.2019 Fixed Typo 1.1.2 Oct.2019 Fixed Typo Modified Section 1 description 1.1.3 Oct.2019 Modified the Environment setting and the Example WizFi360 Quick Start Guide...
  • Page 3 Contents Environment setting ..............................4 TCP Client Example ............................... 6 WizFi360 Quick Start Guide...
  • Page 4 WizFi360-EVB-Mini WizFi360-EVB-Shield WizFi360-EVB-Shield의 경우 Arduino와 Pin compatible하다. 따라서 두가지 경우로 UART를 사용한다. Micro USB 를 사용하는 경우, SW1을 ON시키고 Micro USB를 연결한다. Arduino H/W compatible pin을 사용하는 경우, SW1을 OFF 시키고 jumper cap을 사용하여 Arduino를 위한 RXD/TXD pin을 선택한다. 아래 그림을...
  • Page 5 WizFi360-EVB-Shield 또는 WizFi360-EVB-Mini를 PC에 Mini USB Cable로 연결하였을 경우, PC에서 UART 통신을 위한 Serial 프로그램을 실행한다. Serial Program에서 Port를 Open한 후에 AT를 입력한다. WizFi360이 OK를 return 한 경우, AT Command 사용이 가능하다. WizFi360 Quick Start Guide...
  • Page 6 2. TCP Client Example 다음은 WizFi360을 single connection mode에서 Station Mode로 TCP Client를 구현할 때 사용되는 AT Command의 예제를 보여준다. 다른 모드의 AT command 의 Example 이 필요하다면, AT command examples 문서를 참고한다. 1. WiFi Station mode 설정 Request AT+CWMODE_CUR=1 //Station mode 로...
  • Page 7 7. WizFi360 이 연결되어 있는 AP 와 같은 AP 에 연결된 PC 에서 TCP Server Open. - Ex) IP : 192.168.10.100 Port : 5000 8. WizFi360 connects to the TCP Server as a TCP Client Request AT+CIPSTART="TCP","192.168.10.100",5000 //protocol, server IP, port...
  • Page 8 11. End the TCP Connection Request AT+CIPCLOSE Response CLOSED WizFi360 Quick Start Guide...

Table of Contents