esp8266이라는 보드를 뒤늦게 알게됐다.
가격이 싸다. (개발용 보드 8천원, 칩 자체는 2천원, 2천원에 딱 필요한것만 몇 개 붙이면 싸면서 작게 만들 수 있다.)
wifi module이 붙어있다.
라이브러리가 잘 지원돼 wifi 관련 모든 기능들을 사용할 수 있다.
- ap mode
- web server/client
- etc..
거기다가 arduino ide와 arduino code처럼 짤 수 있도록 구성도 했다..
사실 arduino로 안하고 lua를 써보고 싶었지만 초기셋팅이 많아보여 말았다.
arduino 환경으로만 먼저 해보고 필요하다면 lua쪽으로 해보고자한다.
참고할만한 사이트
사용할 라이브러리
WiFi(ESP8266WiFi library)
- Soft ap mode for connect wifi in a station mode
Control servo motor
Set some settings to board
Posted from my blog with SteemPress : http://45.76.217.116/wordpress/?p=172
This page is synchronized from the post: ‘ESP8266 with arduino’