Skip to content

Instantly share code, notes, and snippets.

@jgkong
Last active November 27, 2017 08:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgkong/1540afceeb042a51367faf7539ca21e1 to your computer and use it in GitHub Desktop.
Save jgkong/1540afceeb042a51367faf7539ca21e1 to your computer and use it in GitHub Desktop.
IBM Developer Connect 2017 - ESP8266 Hands-on material

준비사항

  • 랩탑
  • Micro USB 케이블
  • Chrome, Firefox, Edge 등 modern browser (IE 는 안됩니다..)
  • Wifi - esp8266 / ibmcloud

NodeMCU setup

  • http://micropython.org/webrepl/ Micropython webrepl 접속
  • MicroPython-XXXXXX 접속, WPA2 key 는 micropythoN
  • Password 에 스티커의 4~5 비밀번호 입력
    • import network
    • sta_if = network.WLAN(network.STA_IF)
    • sta_if.ifconfig()
    • sta_if.status()
    • sta_if.connect('esp8266', 'ibmcloud')    * import webrepl_setup # 비밀번호

참고자료

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment