Skip to main content
Arduino

Return to Question

Commonmark migration
Source Link

I recently bought an adafruit huzzah as well as a serial to usb cable to connect it to my computer running windows 10. I was able to get the board set up in arduino following the directions found here. I copied and pasted this sketch:

void setup() {
 pinMode(0, OUTPUT);
}
void loop() {
 digitalWrite(0, HIGH);
 delay(500);
 digitalWrite(0, LOW);
 delay(500);
}

into the arduino 1.8.2 IDE, followed these instructions:

Hold down the GPIO0 button, the red LED will be lit

While holding down GPIO0, click the RESET button

Release RESET, then release GPIO0

When you release the RESET button, the red LED will be lit dimly, this means it's ready to bootload

and tried to upload only to get an error:

In versions 1.6.5 and 2.0.0 of the esp library I get these errors:

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

In versions 2.1.0 - 2.3.0 of the esp library, I get these errors:

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

I've tried switching the tx and rx leads, I've tried versions 1.6.5-2.3.0 of the esp8266 library. I've also tried it on the other board that I ordered and got the same errors. Any ideas on what could be the problem?

EDIT: I've now tried it on a generic esp-01 board and am having the same issue

I recently bought an adafruit huzzah as well as a serial to usb cable to connect it to my computer running windows 10. I was able to get the board set up in arduino following the directions found here. I copied and pasted this sketch:

void setup() {
 pinMode(0, OUTPUT);
}
void loop() {
 digitalWrite(0, HIGH);
 delay(500);
 digitalWrite(0, LOW);
 delay(500);
}

into the arduino 1.8.2 IDE, followed these instructions:

Hold down the GPIO0 button, the red LED will be lit

While holding down GPIO0, click the RESET button

Release RESET, then release GPIO0

When you release the RESET button, the red LED will be lit dimly, this means it's ready to bootload

and tried to upload only to get an error:

In versions 1.6.5 and 2.0.0 of the esp library I get these errors:

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

In versions 2.1.0 - 2.3.0 of the esp library, I get these errors:

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

I've tried switching the tx and rx leads, I've tried versions 1.6.5-2.3.0 of the esp8266 library. I've also tried it on the other board that I ordered and got the same errors. Any ideas on what could be the problem?

EDIT: I've now tried it on a generic esp-01 board and am having the same issue

I recently bought an adafruit huzzah as well as a serial to usb cable to connect it to my computer running windows 10. I was able to get the board set up in arduino following the directions found here. I copied and pasted this sketch:

void setup() {
 pinMode(0, OUTPUT);
}
void loop() {
 digitalWrite(0, HIGH);
 delay(500);
 digitalWrite(0, LOW);
 delay(500);
}

into the arduino 1.8.2 IDE, followed these instructions:

Hold down the GPIO0 button, the red LED will be lit

While holding down GPIO0, click the RESET button

Release RESET, then release GPIO0

When you release the RESET button, the red LED will be lit dimly, this means it's ready to bootload

and tried to upload only to get an error:

In versions 1.6.5 and 2.0.0 of the esp library I get these errors:

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

In versions 2.1.0 - 2.3.0 of the esp library, I get these errors:

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

I've tried switching the tx and rx leads, I've tried versions 1.6.5-2.3.0 of the esp8266 library. I've also tried it on the other board that I ordered and got the same errors. Any ideas on what could be the problem?

EDIT: I've now tried it on a generic esp-01 board and am having the same issue

Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Bumped by Community user
Added information
Source Link
Jacob
  • 219
  • 1
  • 2
  • 6

I recently bought an adafruit huzzah as well as a serial to usb cable to connect it to my computer running windows 10. I was able to get the board set up in arduino following the directions found here. I copied and pasted this sketch:

void setup() {
 pinMode(0, OUTPUT);
}
void loop() {
 digitalWrite(0, HIGH);
 delay(500);
 digitalWrite(0, LOW);
 delay(500);
}

into the arduino 1.8.2 IDE, followed these instructions:

Hold down the GPIO0 button, the red LED will be lit

While holding down GPIO0, click the RESET button

Release RESET, then release GPIO0

When you release the RESET button, the red LED will be lit dimly, this means it's ready to bootload

and tried to upload only to get an error:

In versions 1.6.5 and 2.0.0 of the esp library I get these errors:

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

In versions 2.1.0 - 2.3.0 of the esp library, I get these errors:

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

I've tried switching the tx and rx leads, I've tried versions 1.6.5-2.3.0 of the esp8266 library. I've also tried it on the other board that I ordered and got the same errors. Any ideas on what could be the problem?

EDIT: I've now tried it on a generic esp-01 board and am having the same issue

I recently bought an adafruit huzzah as well as a serial to usb cable to connect it to my computer running windows 10. I was able to get the board set up in arduino following the directions found here. I copied and pasted this sketch:

void setup() {
 pinMode(0, OUTPUT);
}
void loop() {
 digitalWrite(0, HIGH);
 delay(500);
 digitalWrite(0, LOW);
 delay(500);
}

into the arduino 1.8.2 IDE, followed these instructions:

Hold down the GPIO0 button, the red LED will be lit

While holding down GPIO0, click the RESET button

Release RESET, then release GPIO0

When you release the RESET button, the red LED will be lit dimly, this means it's ready to bootload

and tried to upload only to get an error:

In versions 1.6.5 and 2.0.0 of the esp library I get these errors:

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

In versions 2.1.0 - 2.3.0 of the esp library, I get these errors:

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

I've tried switching the tx and rx leads, I've tried versions 1.6.5-2.3.0 of the esp8266 library. I've also tried it on the other board that I ordered and got the same errors. Any ideas on what could be the problem?

I recently bought an adafruit huzzah as well as a serial to usb cable to connect it to my computer running windows 10. I was able to get the board set up in arduino following the directions found here. I copied and pasted this sketch:

void setup() {
 pinMode(0, OUTPUT);
}
void loop() {
 digitalWrite(0, HIGH);
 delay(500);
 digitalWrite(0, LOW);
 delay(500);
}

into the arduino 1.8.2 IDE, followed these instructions:

Hold down the GPIO0 button, the red LED will be lit

While holding down GPIO0, click the RESET button

Release RESET, then release GPIO0

When you release the RESET button, the red LED will be lit dimly, this means it's ready to bootload

and tried to upload only to get an error:

In versions 1.6.5 and 2.0.0 of the esp library I get these errors:

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

In versions 2.1.0 - 2.3.0 of the esp library, I get these errors:

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

I've tried switching the tx and rx leads, I've tried versions 1.6.5-2.3.0 of the esp8266 library. I've also tried it on the other board that I ordered and got the same errors. Any ideas on what could be the problem?

EDIT: I've now tried it on a generic esp-01 board and am having the same issue

Source Link
Jacob
  • 219
  • 1
  • 2
  • 6

Adafruit Huzzah espcomm_open failed

I recently bought an adafruit huzzah as well as a serial to usb cable to connect it to my computer running windows 10. I was able to get the board set up in arduino following the directions found here. I copied and pasted this sketch:

void setup() {
 pinMode(0, OUTPUT);
}
void loop() {
 digitalWrite(0, HIGH);
 delay(500);
 digitalWrite(0, LOW);
 delay(500);
}

into the arduino 1.8.2 IDE, followed these instructions:

Hold down the GPIO0 button, the red LED will be lit

While holding down GPIO0, click the RESET button

Release RESET, then release GPIO0

When you release the RESET button, the red LED will be lit dimly, this means it's ready to bootload

and tried to upload only to get an error:

In versions 1.6.5 and 2.0.0 of the esp library I get these errors:

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

In versions 2.1.0 - 2.3.0 of the esp library, I get these errors:

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

I've tried switching the tx and rx leads, I've tried versions 1.6.5-2.3.0 of the esp8266 library. I've also tried it on the other board that I ordered and got the same errors. Any ideas on what could be the problem?

AltStyle によって変換されたページ (->オリジナル) /