Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Gawan
#34052 Hi,

I just downloaded the Arduino IDE 1.6.6 and added the ESP8266 boards via board manager.
Works so far, I can now choose NodeMCU 1.0 as my board.

But when I afterwards try to simply compile an empty sketch, it fails with the following error message:


Board nodemcuv2 (platform esp8266, package esp8266) is unknown

Error compiling.

What am I doing wrong ?

BR
Gawan
User avatar
By AdaBill
#34609 I also tried 1.6.6 with same result. When I went back to 1.6.5, they were now at a different rev level ( I was on r2, now at r5) and when I got everything running again with the latest esp8266 add in via Board Manager, my project DHT22 would no longer read anything back. it kept printing NAN . I read the posts about the sqrt problem so I commented out the Heat Index calls in the xx.h and xx.cpp files, and that didn't help, same problem. I even went back to an older version of the DHT driver that had 3 parameters in the call, and that did the same thing, no readings

The good news was that when you compile and empty sketch, it will now work!