TechOrgg / ai_speaker4_watson

Watson을 이용한 인공지능 스피커
13 stars 11 forks source link

esp8266 오류인데 어디가 문제일까요? #5

Open HayongLee opened 6 years ago

HayongLee commented 6 years ago

esptool v0.4.13 - (c) 2014 Ch. Klippel ck@atelier-klippel.de setting board to nodemcu setting baudrate from 115200 to 115200 setting port from /dev/ttyUSB0 to /dev/ttyS0 setting address from 0x00000000 to 0x00000000 espcomm_upload_file espcomm_upload_mem opening port /dev/ttyS0 at 115200 tcgetattr tcsetattr serial open opening bootloader resetting board trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload 스케치를 업로드 하는 동안 에러가 발생하였습니다. trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload resetting board trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload resetting board trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload trying to connect espcomm_send_command: sending command header espcomm_send_command: sending command payload warning: espcomm_sync failed error: espcomm_open failed error: espcomm_upload_mem failed

HayongLee commented 6 years ago

kakaotalk_photo_2018-07-30-01-14-52

HayongLee commented 6 years ago

중간에 CP2102 USB to UART 부분이 이해가 안가 설치를 안했는데 이부분 때문일까요?

CP2102 USB to UART 때문이라면 다운로드 주소에서 어느 부분을 다운받아 어디에다가 실행할지 설명이 없는데

조언 부탁드립니다.

Choi-Eui-Shin commented 6 years ago

esp8266을 윈도우에서 펌웨어 업로드 하시나요? 그렇다면 아두이노 IDE에서 포트를 윈도우 포트COM?로 설정하세요. 위 메시지를 보니 unix 포트로 되어 있네요.

2018-07-30 1:15 GMT+09:00 hayong lee notifications@github.com:

중간에 CP2102 USB to UART 부분이 이해가 안가 설치를 안했는데 이부분 때문일까요?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TechOrgg/ai_speaker4_watson/issues/5#issuecomment-408688321, or mute the thread https://github.com/notifications/unsubscribe-auth/AKRQ-7cq2jXJJfnkBxrdkmVeRAqoarFcks5uLd--gaJpZM4VleOG .

Choi-Eui-Shin commented 6 years ago

아 그리고 사진에서 LED는 적외선 LED 맞죠? 꼭 일반 LED 같네요..

2018년 7월 31일 오후 11:53, CHOI EUI SHIN dreamsalmon@gmail.com님이 작성:

esp8266을 윈도우에서 펌웨어 업로드 하시나요? 그렇다면 아두이노 IDE에서 포트를 윈도우 포트COM?로 설정하세요. 위 메시지를 보니 unix 포트로 되어 있네요.

2018-07-30 1:15 GMT+09:00 hayong lee notifications@github.com:

중간에 CP2102 USB to UART 부분이 이해가 안가 설치를 안했는데 이부분 때문일까요?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TechOrgg/ai_speaker4_watson/issues/5#issuecomment-408688321, or mute the thread https://github.com/notifications/unsubscribe-auth/AKRQ-7cq2jXJJfnkBxrdkmVeRAqoarFcks5uLd--gaJpZM4VleOG .

HayongLee commented 6 years ago

펌웨어 업로드는 라즈비안에서 하려고 했는데 펌웨어 업로드가 실패한거입니다. 윈도우에서 시도하진 않았습니다.

스케치>컴파일 스케치>업로드 -----이 부분에서 저 오류가 떴습니다. 연결 상태는 모두 라즈비안이였습니다.

LED는 확인결과 일반 LED라 추가 구입하였습니다.

생각해보니 ESP8266을 파워를 안킨건데 라즈비안처럼 충전기에 연결시켜야 업로드가 될까요?

Choi-Eui-Shin commented 6 years ago

NodeMCU는 USB 드라이브를 사용합니다. 그러므로 윈도우 또는 리눅스에서 펌웨어 업로드를 해야 합니다. 혹시 라즈비안이 라즈베리파이에 설치된 OS를 말하나요? 정확히 어떤 환경에서 펌웨어를 업로드 하시나요?