-->
Page 1 of 1

Diagnosing Arduino Upload Issues

PostPosted: Mon Mar 27, 2017 3:55 pm
by Greg H
I am trying to diagnose if my ESP8266 is defective or user error.

Purchased a Feather Huzzah from adafruit about a week ago, was able to upload to it without issues. Noticed it hung after a few seconds with the basic blink test. I made a simple script to connect to my WiFi and log data to some feeds. (Noticed occasional hangs after 10 mins, several hours, after a day, etc.)

The board worked for a week and quit on me. Getting the following error now when trying to upload from Arduino ID.

warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed

Looking for info on how to diagnose further. While I'm new to the 8266 chip, I am no stranger to these types of projects.

Thanks,
Greg

Re: Diagnosing Arduino Upload Issues

PostPosted: Tue Mar 28, 2017 10:05 am
by daniel_ezsbc
That sounds like the 3.3V supply flaking out. The 8266 IC draws some fairly nasty current spikes and I see those messages when the supply flakes out.

Re: Diagnosing Arduino Upload Issues

PostPosted: Tue Mar 28, 2017 7:14 pm
by Greg H
3.3V pin looks good (see attachment)

daniel_ezsbc wrote:That sounds like the 3.3V supply flaking out. The 8266 IC draws some fairly nasty current spikes and I see those messages when the supply flakes out.

Re: Diagnosing Arduino Upload Issues

PostPosted: Wed Mar 29, 2017 2:25 pm
by Greg H
Here is my sketch if it helps as well.