-->
Page 4 of 6

Re: Unable to deploy Arduino Sketch to NodeMCU(ESP12) board

PostPosted: Fri Jun 19, 2015 3:58 am
by reaper7
I think that configuration available from http://arduino.esp8266.com/package_esp8 ... index.json
are not compatible with Your board (from photo)
Check your:
..\packages\esp8266\hardware\esp8266\1.6.4-673-g8cd3697\boards.txt
and compare it with:
https://github.com/esp8266/Arduino/blob ... boards.txt

flash mode is different ... probably You have "qio" for nodemcu but for this new board should be "dio"

so...try to copy all section "nodemcuv2.name=NodeMCU 1.0 (ESP-12E Module)"
from board.txt available on github to Your boards.txt file
restart Your arduino, select new board NodeMCU 1.0 and try again

Re: Unable to deploy Arduino Sketch to NodeMCU(ESP12) board

PostPosted: Fri Jun 19, 2015 9:53 am
by Mario Mikočević
Heya,

I have both currently available NodeMCU versions, 0.9 and 1.0 and both are working fine with Arduino IDE 1.6.4.
Tried today 1.6.5-r2, that works fine too.

--
Mozz

Re: Unable to deploy Arduino Sketch to NodeMCU(ESP12) board

PostPosted: Fri Jun 19, 2015 11:24 am
by Asetyde
Ciao , pure io non ci riuscivo ! :)

Hi, now with arduino ide and atmel studio all ok , must be set this to start all...

Before all uploaded but nothing work , now all ok

Re: Unable to deploy Arduino Sketch to NodeMCU(ESP12) board

PostPosted: Fri Jun 19, 2015 11:25 am
by Angelo Santagata
Im gonna try this out in a bit
Can you send me a sample arduino .bin file (2 of them?) and I'll try flashing them?