Skip to content

Adafruit ESP8266E12 HUZZAH. Does it work with Arduino IDE 1.6.9 ? #2156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bphick opened this issue Jun 15, 2016 · 4 comments
Closed

Adafruit ESP8266E12 HUZZAH. Does it work with Arduino IDE 1.6.9 ? #2156

bphick opened this issue Jun 15, 2016 · 4 comments

Comments

@bphick
Copy link

bphick commented Jun 15, 2016

Back between Arduino IDE 1.6.5 and 1.6.6, we lost the ability to talk to the Adafruit ESP8266 Huzzah board. Figuring they would fix the problem in subsequent releases, I upgraded from 1.6.5 to 1.6.9 this week, did all the library and boards updates, and when trying to compile for the Huzzah, following the settings from https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide. (and I DO have the board selected as the Adrafruit HUZZAH ESP8266, and not the generic one initially shown in the tutorial, but have tried both with no differing results.

I get the following compiling error:

Board huzzah (platform esp8266, package esp8266) is unknown

Error compiling for board Adafruit HUZZAH ESP8266.

Do I need to revert back to A. IDE 1.6.5 to be able to talk to my boards again?? This was to be a quick code update. If it matters, I am using Windows 7.

@Juppit
Copy link
Contributor

Juppit commented Jun 15, 2016

Try to rename your arduino directory in something like Arduino15.old and
reload it.
You should find it in C:\Users[user_name]\AppData\Local\Arduino15

Am 15.06.2016 um 19:44 schrieb bphick:

Back between Arduino IDE 1.6.5 and 1.6.6, we lost the ability to talk to
the Adafruit ESP8266 Huzzah board. Figuring they would fix the problem
in subsequent releases, I upgraded from 1.6.5 to 1.6.9 this week, did
all the library and boards updates, and when trying to compile for the
Huzzah, following the settings from
https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide.
(and I DO have the board selected as the Adrafruit HUZZAH ESP8266, and
not the generic one initially shown in the tutorial, but have tried both
with no differing results.

I get the following compiling error:

Board huzzah (platform esp8266, package esp8266) is unknown

Error compiling for board Adafruit HUZZAH ESP8266.

Do I need to revert back to A. IDE 1.6.5 to be able to talk to my boards
again?? This was to be a quick code update. If it matters, I am using
Windows 7.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#2156, or mute the thread
https://github.com/notifications/unsubscribe/AKUzpC-Ptb3fL_pki50OKUIitekf-z8Cks5qMDoLgaJpZM4I2nX8.

@bphick
Copy link
Author

bphick commented Jun 15, 2016

Thanks for the quick reply. Tried a quick fix. Renamed it to C:\Program Files (x86)\Arduino2
and tried booting the Arduino.exe. No change in my result. I still get the following compiling error:

Board huzzah (platform esp8266, package esp8266) is unknown

Error compiling for board Adafruit HUZZAH ESP8266.

I tried my backup of 1.6.5 and no such error, however it is telling me that it doesn't like something I compiled before and was warned about back in January/16. Which was the use of a const Char *. But that is unrelated to the 1.6.6 - 1.6.9 problem I am experiencing.

@igrr
Copy link
Member

igrr commented Jun 16, 2016

I think you need to rename the folder @Juppit mentioned, not the one you renamed...
C:\Users\[user_name]\AppData\Local\Arduino15 not C:\Program Files (x86)\....
The thing in Program Files is the application. The other folder (under AppData) is application data.

@bphick
Copy link
Author

bphick commented Jun 16, 2016

Oops, sorry I misunderstood the first time. Your solution worked. I was not aware of the files in the User directory and naturally gravitated towards the one's I had been manipulating prior to my request.
Your help is very much appreciated! I'm up and running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants