1. 통신속도 115200

2. 보드 모양

 

 

참고 : https://frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/

 

 

GPIO2(D4) 에 LED 있음 -> 통신시 LED 로 확인 가능

GPIO16(D0) 에 LED 있음 -> 일반 구동 확인 가능

 

RST 버튼 은 RESET용

FLASH 버튼 + 전원 ON 또는 FLASH 버튼 + RST 하면 boot 로더진입 해서 신규 ROM 다운로드 가능

단 esptool 또는 아두이노는 자동으로 다운로드진입 해서 별도작업 필요 없음

 

GPIO0(Flash버튼) -> 일반구동시 KEY 입력으로 사용 가능

 

 

'공부 > arduino' 카테고리의 다른 글

아두이노 멀티 장비 설정  (0) 2018.03.07
nodemcu led 구동  (0) 2018.03.07
nodeMCU 아두이노 설정  (0) 2018.03.06
아두이노 Nuvoton 관련  (0) 2018.03.05
아두이노에 STM32 사용설정  (0) 2018.03.05

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

2. 보드메니져에서 esp8266 선택

3. NodeMCU V1.0 선택후 사용

'공부 > arduino' 카테고리의 다른 글

nodemcu led 구동  (0) 2018.03.07
nodeMCU H/W특징  (0) 2018.03.06
아두이노 Nuvoton 관련  (0) 2018.03.05
아두이노에 STM32 사용설정  (0) 2018.03.05
아두이노 설치  (0) 2018.03.05

SSR 관련 참고 문서

 

1736_cat_guide_hsr_kr.pdf

 

'공부 > 전자회로_부품' 카테고리의 다른 글

TR FET 안전하게 사용하는 방법  (0) 2018.04.06
광전송으로 구현한 OPAMP  (0) 2015.04.03
Metrix LED 드라이버 IC  (0) 2015.04.03
AC 용 isolated ADC  (0) 2015.03.26
Magnetic Buzzer  (0) 2015.03.26

1. 참고 사이트

 

http://www.nuvoton.com/hq/support/tool-and-software/development-tool-hardware/numaker-uno/?__locale=en

 

2. 설정 내용

 

Arduino IDE & Board Installation Guide

1. Download and Install the Nu-Link USB Driver.
2. Download Arduino IDE from https://www.arduino.cc/
3. Run Arduino IDE installer to install it on PC.
4. Run Arduino IDE.
Go to File → Preferences, enter the following URL to textbox of ‘Additional Board Manager URLs’
https://raw.githubusercontent.com/OpenNuvoton/NuMaker-UNO/master/package_nuvoton_index.json
5. Arduino IDE : go to Tools → Board → Boards Manager
6. NuMaker UNO will show up on the list, select NuMaker UNO and click install.
After the package download is finished, go to Tools → Board and select NuMaker UNO to use it.

 

 

'공부 > arduino' 카테고리의 다른 글

nodemcu led 구동  (0) 2018.03.07
nodeMCU H/W특징  (0) 2018.03.06
nodeMCU 아두이노 설정  (0) 2018.03.06
아두이노에 STM32 사용설정  (0) 2018.03.05
아두이노 설치  (0) 2018.03.05

1. 설치된 아두이노의 파일 > 환경설정메뉴 선택

 

 

2. 환경설정에 URLs 설정

 

 

http://dan.drown.org/stm32duino/package_STM32duino_index.json

 

3. 툴 > 보드메니저 에서 관련 항목 인스톨

 

 

 

 

 

4. 선택후 사용

 

 

 

 

 

 

'공부 > arduino' 카테고리의 다른 글

nodemcu led 구동  (0) 2018.03.07
nodeMCU H/W특징  (0) 2018.03.06
nodeMCU 아두이노 설정  (0) 2018.03.06
아두이노 Nuvoton 관련  (0) 2018.03.05
아두이노 설치  (0) 2018.03.05

아두이노 설치

 

1. https://www.arduino.cc/ 방문

 

2. Software 에서 다운로드 (https://www.arduino.cc/en/Main/Software)

 

3. 설치

 

 

'공부 > arduino' 카테고리의 다른 글

nodemcu led 구동  (0) 2018.03.07
nodeMCU H/W특징  (0) 2018.03.06
nodeMCU 아두이노 설정  (0) 2018.03.06
아두이노 Nuvoton 관련  (0) 2018.03.05
아두이노에 STM32 사용설정  (0) 2018.03.05

+ Recent posts