- Mon Jun 12, 2017 9:37 am
#67041
I did once manage to compile a version by installing arduino IDE in a laptop which had no previous installation but I remember lots of file not found errors initially - possibly because I was not using the default c:\users etc documents folder.
So this time I used the main PC - but to avoid upsetting my current two working versions of the arduino IDE I used Oracle VM VirtualBox with a 32 bit version of windows7.
Installed Arduino 1.8.3 IDE - then read Mike's message again and installed 1.6.5.
Installed the ESP8266 boards in board manager following these instructions:-
"Start Arduino and open Preferences window.
Enter
http://arduino.esp8266.com/stable/package_esp8266com_index.json into Additional Board Manager URLs field."
Open Boards Manager from Tools > Board menu and install esp8266 platform."
Selected Nodemcu 1.0 board.
Downloaded the ESP Basic 3.0.Alpha 69 zipped source files.
Unzipped the BASIC websockets source into the correct sketch directory.
Opened the ESP8266Basic.ino file in Arduino IDE.
Hit compile...
... and it did.
<limit of my knowledge reached>