-->
Page 1 of 2

command line interface command for nodemcu 1.0 in arduino

PostPosted: Wed Mar 02, 2016 9:05 pm
by truufseri
I can\t figure out how to run. It should run no problem because the arduino ide runs the software.
Code: Select allarduino --board arduino:esp8266:nodemcuv2:CpuFrequency=80 --port COM7 --upload --verbose-build --verbose-upload C:\Users\USER\Documents\Arduino\BasicHttpClientnonotimer\BasicHttpClientnonotimer.ino
this is basically what i have right now. Any ideas what i am doing wrong. Thank you. What I think is happening is that the arduino ide i believe is gathering the download files from the internet.

Re: command line interface command for nodemcu 1.0 in arduin

PostPosted: Thu Dec 29, 2016 5:56 am
by elanozturk
Did you solve the problem?

Re: command line interface command for nodemcu 1.0 in arduin

PostPosted: Fri Apr 21, 2017 4:43 am
by Superfra
Try
Code: Select allarduino --board esp8266:esp8266:nodemcuv2 --port COM7 --upload --verbose-build --verbose-upload C:\Users\USER\Documents\Arduino\BasicHttpClientnonotimer\BasicHttpClientnonotimer.ino

Re: command line interface command for nodemcu 1.0 in arduin

PostPosted: Mon Oct 23, 2017 2:29 pm
by the33coder@gmail.com
Did you solve ?