본문 바로가기

전체 글50

ESP8266 보드(LoLin nodeMCU 1.0) 아두이노로 개발하기 이제 ESP8266 보드(LoLin nodeMCU 1.0) 를 아두이노로 개발이 가능하다. 참조: 1) http://cafe.naver.com/arduinostory/48556 2) https://learn.sparkfun.com/tutorials/esp8266-thing-hookup-guide/example-sketch-posting-to-phant 내가 갖고 있는 보드: LoLin V3 nodeMCU 1.0 Arduino에서 nodeMCU 1.0으로 설정하면 됨. LED 테스트할 때, D0, D1 ~ 등은 ESP8266 칩의 것이 아니라 이 보드의 D0, D1, D2 ~ D10 등 보드에 표시된 포트 이름을 그대로 쓰면 된다. 이제 자세한 사용방법은 위의 링크를 참조하면 된다. 2016. 9. 13.
STM32에서 Flashloader 활용 Uart로 bin 파일 다운로드 참조 1) http://stm32f4-discovery.net/2014/09/program-stm32f4-with-uart/ Program STM32F4 with UART - STM32F4 Discovery STM32F4 devices have great feature. They can be programed with only USB to UART converter. Each device has bootloader inside, which supports UART programming. This is not very great method for Discovery boards, because they have better and faster solution stm32f4-discovery.net 2) 칩.. 2016. 6. 11.
ESP8266 이용하여 NodeMCU 빌드하기 1. 툴설치1) Unofficial build 툴설치http://www.esp8266.com/viewtopic.php?t=820아래 중 1, 4, 5번만 다운로드 받아서 설치하면 됨Instructions for installing and configuring the Unofficial Development Kit for Espressif ESP8266: 1. To download the Windows (147Mb) and install my Unofficial Development Kit for Espressif ESP8266. 2. Download and install the Java Runtime x86 (jre-7uXX-windows-i586.exe) 3. Download and install Ec.. 2016. 2. 16.
ESP8266에서 인터넷 날씨 가져오기 인터넷으로 날씨를 갖고 와서 GLCD에 출력해보고 싶었다.처음 접하는 ESP8266이였으므로 고생을 좀 했는데, 결국했다.ESP8266의 인터넷 연결 설정과, https://thingspeak.com의 도움이 있어야 가능한 일이다. https://thingspeak.com는 필요한 사이트에 연결한 후에 데이터를 파싱해 주는 역할을 수행한다. 이후 우리는 https://thingspeak.com에 접속하여 필요한 정보를 갖고 온다. 필요정보를 갖고 올 수 있을 뿐만 아니라, ESP8266의 데이터도 https://thingspeak.com 으로 보낼 수 있다. 보낸 정보는 공개하면 누구나 볼 수가 있다. IoT를 이용한 센서 정보 수집에 아주 편리한 사이트다. matlab관련된 언급과 연결이 많을 것을 보.. 2016. 2. 10.