Can't upload from arduino IDE to nodeMCU v1
Posted: Sun Jan 24, 2016 4:06 am
Hi There,
I've just gotten my nodemcu all hooked up and lovely, but it won't talk to the Arduino IDE. I get error messages like
I have successfully rewritten the nodemcu firmware using
If I connect serial monitor (9600) and 'reset' i see
and if I type AT, I just get ">>" at the prompt typing AT again gives me "stdin:2: '=' expected near 'AT' "
Anyway, I have no idea what's going on at this stage , so any help is appreciated, thanks!
I've just gotten my nodemcu all hooked up and lovely, but it won't talk to the Arduino IDE. I get error messages like
Code: Select all
Uploading 215456 bytes from /var/folders/rq/7kqgjrqd54d9g8pjq11_69vm0000gn/T/build03a8c3bb7e07490dfbbd35d8fb056769.tmp/CheckFlashConfig.ino.bin to flash at 0x00000000
warning: espcomm_send_command: wrong direction/command: 0x01 0x08, expected 0x01 0x02
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed
I have successfully rewritten the nodemcu firmware using
Code: Select all
python ./esptool.py --port /dev/tty.wch write_flash 0x00000 ../nodemcu_integer_0.9.6-dev_20150704.bin
If I connect serial monitor (9600) and 'reset' i see
Code: Select all
NodeMCU 0.9.6 build 20150704 powered by Lua 5.1.4
lua: cannot open init.lua
>
and if I type AT, I just get ">>" at the prompt typing AT again gives me "stdin:2: '=' expected near 'AT' "
Anyway, I have no idea what's going on at this stage , so any help is appreciated, thanks!