[熱情]

NodeMCU 개발환경 본문

Arduino/NodeMCU - ESP8266

NodeMCU 개발환경

rootkaien 2018. 4. 10. 10:30

다른 개발자의 블로그를 참조. 


- arduino IDE를 이용하여 개발해보장.. 

- lua를 사용해서 코딩안해도 된다.. 

https://www.arduino.cc/en/main/software



참조 사이트 

http://www.sensorsiot.org/installing-the-arduino-ide-including-esp8266-support/

https://blog.naver.com/roboholic84/221187841348




arduino ID > Preferences > Additional Boards Managerr USRLs 에 다음과 같이 추가한다. 


http://arduino.esp8266.com/stable/package_esp8266com_index.json


Boards Manger에서 'ESP8266'을 검색하여 





esp8266 by ESP8266 Community를 install한다. 



맥에서.. 진행 


해당 사이트를 참고하는게 좋겠다.. 

http://henrysbench.capnfatz.com/henrys-bench/arduino-projects-tips-and-more/arduino-esp8266-lolin-nodemcu-getting-started/












맥에서  NodeMCU 개발환경 설정 끝~~


맥용 시리얼 드라이버~~ 


https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers

위 사이트로 들어가서 드라이버를 다운받아서 설치하면된다. 


그리고~~~ 


"시스템 > 보안 및 개인 정보 보호"로 들어가서.. 

아래쪽에 해당 드라이버사용을 허용해주어야... NodeMCU가 인식이 된다... (이것때문에..... ㅠㅠ)




이 영상보고 따라하면 된다~~




Blink 예제를 실행해 보면..  LED깜빡이는것을 알수 있다. 


AP접속 예제는 "https://blog.naver.com/roboholic84/221187848414" 에 있는 코드를 사용하면 된다. 



https://www.losant.com/blog/getting-started-with-the-esp8266-and-dht22-sensor



Comments