I received my nodemcu devkits and wanted to use the esp8266 - arduino framework to work with them but i just cant seem to upload any sketch.
One of the boards is flashed with nodemcu lua and this is what i get in esplorer on 9600 baudrate:
NodeMCU 0.9.6 build 20150704 powered by Lua 5.1.4
the other one i didnt flash anything and this is the output on esplorer on 115200 baoudrate:
AT-based firmware detected.
AT+GMR
AT version:0.25.0.0(Jun 5 2015 16:27:16)
SDK version:1.1.1
Ai-Thinker Technology Co. Ltd.
When working with esplorer everything seemes ok, i can send command to both of them and run code samples but when using the arduino ide (1.6.5) with the esp8266 add I cant upload code to the boards and it doesnt matter what board i choose from the board manager...
Here is the output:
Sketch uses 201,082 bytes (19%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 44,592 bytes (54%) of dynamic memory, leaving 37,328 bytes for local variables. Maximum is 81,920 bytes.
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
warning: espcomm_sync failed
error: espcomm_open failed
Here's a picture of my boards for reference:
Thanks!